Home
last modified time | relevance | path

Searched refs:PIPE_WM_LINETIME (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_pm.c2027 temp = I915_READ(PIPE_WM_LINETIME(pipe)); in haswell_update_linetime_wm()
2044 I915_WRITE(PIPE_WM_LINETIME(pipe), temp); in haswell_update_linetime_wm()
H A Di915_reg.h4648 #define PIPE_WM_LINETIME(pipe) _PIPE(pipe, PIPE_WM_LINETIME_A, \ macro