Searched refs:CUR_WM (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_cursor_regs.h | 80 #define CUR_WM(pipe, level) _MMIO(_PIPE((pipe), _CUR_WM_A_0, _CUR_WM_B_0) + (level) * 4) macro
|
D | intel_cursor.c | 625 intel_de_write_fw(i915, CUR_WM(pipe, level), in skl_write_cursor_wm()
|
D | skl_watermark.c | 2939 val = intel_de_read(i915, CUR_WM(pipe, level)); in skl_pipe_wm_get_hw_state()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_gvt_mmio_table.c | 983 MMIO_F(CUR_WM(PIPE_A, 0), 4 * 8); in iterate_skl_plus_mmio() 984 MMIO_F(CUR_WM(PIPE_B, 0), 4 * 8); in iterate_skl_plus_mmio() 985 MMIO_F(CUR_WM(PIPE_C, 0), 4 * 8); in iterate_skl_plus_mmio()
|