Searched refs:CUR_WM (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
D | handlers.c | 3038 MMIO_F(CUR_WM(PIPE_A, 0), 4 * 8, 0, 0, 0, D_SKL_PLUS, NULL, NULL); in init_skl_mmio_info() 3039 MMIO_F(CUR_WM(PIPE_B, 0), 4 * 8, 0, 0, 0, D_SKL_PLUS, NULL, NULL); in init_skl_mmio_info() 3040 MMIO_F(CUR_WM(PIPE_C, 0), 4 * 8, 0, 0, 0, D_SKL_PLUS, NULL, NULL); in init_skl_mmio_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | intel_pm.c | 5698 skl_write_wm_level(dev_priv, CUR_WM(pipe, level), in skl_write_cursor_wm() 6245 val = I915_READ(CUR_WM(pipe, level)); in skl_pipe_wm_get_hw_state()
|
D | i915_reg.h | 6326 #define CUR_WM(pipe, level) _MMIO(_CUR_WM_0(pipe) + ((4) * (level))) macro
|