Skip to content

Commit 2de60af

Browse files
coxuintelzhenyw
authored andcommitted
drm/i915/gvt: Add one missing MMIO handler for D_SKL_PLUS
_PLANE_CTL_3_A, _PLANE_CTL_3_B and _PLANE_SURF_3_A are handled, but miss _PLANE_SURF_3_B. Reviewed-by: Zhenyu Wang <[email protected]> Signed-off-by: Colin Xu <[email protected]> Signed-off-by: Zhenyu Wang <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 8e68c63 commit 2de60af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/gvt/handlers.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,6 +3055,7 @@ static int init_skl_mmio_info(struct intel_gvt *gvt)
30553055
MMIO_D(_MMIO(0x72380), D_SKL_PLUS);
30563056
MMIO_D(_MMIO(0x7239c), D_SKL_PLUS);
30573057
MMIO_D(_MMIO(_PLANE_SURF_3_A), D_SKL_PLUS);
3058+
MMIO_D(_MMIO(_PLANE_SURF_3_B), D_SKL_PLUS);
30583059

30593060
MMIO_D(CSR_SSP_BASE, D_SKL_PLUS);
30603061
MMIO_D(CSR_HTP_SKL, D_SKL_PLUS);

0 commit comments

Comments
 (0)