Home
last modified time | relevance | path

Searched refs:CUR_WM (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_gvt_mmio_table.c968 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()
Di915_reg.h4057 #define CUR_WM(pipe, level) _MMIO(_CUR_WM_0(pipe) + ((4) * (level))) macro
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dskl_watermark.c2312 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()