Searched refs:CUR_WM (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | skl_watermark_regs.h | 75 #define CUR_WM(pipe, level) _MMIO(_CUR_WM_0(pipe) + ((4) * (level))) macro
|
H A D | skl_watermark.c | 2428 skl_write_wm_level(i915, CUR_WM(pipe, level), in skl_write_cursor_wm() 2960 val = intel_de_read(i915, CUR_WM(pipe, level)); in skl_pipe_wm_get_hw_state()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 975 MMIO_F(CUR_WM(PIPE_A, 0), 4 * 8); in iterate_skl_plus_mmio() 976 MMIO_F(CUR_WM(PIPE_B, 0), 4 * 8); in iterate_skl_plus_mmio() 977 MMIO_F(CUR_WM(PIPE_C, 0), 4 * 8); in iterate_skl_plus_mmio()
|