mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 14:42:18 -04:00
drm/i915/gvt: Use PLANE_CTL and PLANE_SURF defines
Stop hand rolling PLANE_CTL and PLANE_SURF for the third plane and just use the real thing. Cc: Zhenyu Wang <zhenyuw@linux.intel.com> CC: Zhi Wang <zhi.wang.linux@gmail.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240510152329.24098-9-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -1030,12 +1030,12 @@ static int iterate_skl_plus_mmio(struct intel_gvt_mmio_table_iter *iter)
|
||||
MMIO_D(PLANE_AUX_OFFSET(PIPE_C, 1));
|
||||
MMIO_D(PLANE_AUX_OFFSET(PIPE_C, 2));
|
||||
MMIO_D(PLANE_AUX_OFFSET(PIPE_C, 3));
|
||||
MMIO_D(_MMIO(_PLANE_CTL_3_A));
|
||||
MMIO_D(_MMIO(_PLANE_CTL_3_B));
|
||||
MMIO_D(_MMIO(0x72380));
|
||||
MMIO_D(_MMIO(0x7239c));
|
||||
MMIO_D(_MMIO(_PLANE_SURF_3_A));
|
||||
MMIO_D(_MMIO(_PLANE_SURF_3_B));
|
||||
MMIO_D(PLANE_CTL(PIPE_A, 2));
|
||||
MMIO_D(PLANE_CTL(PIPE_B, 2));
|
||||
MMIO_D(PLANE_CTL(PIPE_C, 2));
|
||||
MMIO_D(PLANE_SURF(PIPE_A, 2));
|
||||
MMIO_D(PLANE_SURF(PIPE_B, 2));
|
||||
MMIO_D(PLANE_SURF(PIPE_C, 2));
|
||||
MMIO_D(DMC_SSP_BASE);
|
||||
MMIO_D(DMC_HTP_SKL);
|
||||
MMIO_D(DMC_LAST_WRITE);
|
||||
|
||||
Reference in New Issue
Block a user