Searched refs:CUR_WM (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_gvt_mmio_table.c | 968 MMIO_F(CUR_WM(PIPE_A, 0), 4 * 8); in iterate_skl_plus_mmio() 969 MMIO_F(CUR_WM(PIPE_B, 0), 4 * 8); in iterate_skl_plus_mmio() 970 MMIO_F(CUR_WM(PIPE_C, 0), 4 * 8); in iterate_skl_plus_mmio()
|
D | i915_reg.h | 4057 #define CUR_WM(pipe, level) _MMIO(_CUR_WM_0(pipe) + ((4) * (level))) macro
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | skl_watermark.c | 2312 skl_write_wm_level(i915, CUR_WM(pipe, level), in skl_write_cursor_wm() 2842 val = intel_uncore_read(&i915->uncore, CUR_WM(pipe, level)); in skl_pipe_wm_get_hw_state()
|