Searched refs:CUR_WM (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A 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
|
H A D | intel_cursor.c | 631 intel_de_write_dsb(display, dsb, CUR_WM(pipe, level), in skl_write_cursor_wm()
|
H A D | skl_watermark.c | 3033 val = intel_de_read(display, CUR_WM(pipe, level)); in skl_pipe_wm_get_hw_state()
|
/linux/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 985 MMIO_F(CUR_WM(PIPE_A, 0), 4 * 8); in iterate_skl_plus_mmio() 986 MMIO_F(CUR_WM(PIPE_B, 0), 4 * 8); in iterate_skl_plus_mmio() 987 MMIO_F(CUR_WM(PIPE_C, 0), 4 * 8); in iterate_skl_plus_mmio()
|