Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c3070 r->cursor_trans[pipe] = temp; in skl_compute_wm_results()
3109 I915_WRITE(CUR_WM_TRANS(pipe), new->cursor_trans[pipe]); in skl_write_wm_values()
3520 hw->cursor_trans[pipe] = I915_READ(CUR_WM_TRANS(pipe)); in skl_pipe_wm_get_hw_state()
3544 temp = hw->cursor_trans[pipe]; in skl_pipe_wm_get_hw_state()
Di915_drv.h1465 uint32_t cursor_trans[I915_MAX_PIPES]; member