Skip to content

Commit

Permalink
drm/i915/gvt: fix an error for one register
Browse files Browse the repository at this point in the history
register 0x20e0 should be mode register

v2: rebased to latest code base

Signed-off-by: Zhao Yan <yan.y.zhao@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
  • Loading branch information
Zhao Yan authored and Zhenyu Wang committed Mar 1, 2017
1 parent 9112caa commit 1f58af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/gvt/handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -2749,7 +2749,7 @@ static int init_skl_mmio_info(struct intel_gvt *gvt)
MMIO_F(0xb020, 0x80, F_CMD_ACCESS, 0, 0, D_SKL, NULL, NULL);

MMIO_D(0xd08, D_SKL);
MMIO_D(0x20e0, D_SKL);
MMIO_DFH(0x20e0, D_SKL, F_MODE_MASK, NULL, NULL);
MMIO_DFH(0x20ec, D_SKL, F_MODE_MASK | F_CMD_ACCESS, NULL, NULL);

/* TRTT */
Expand Down

0 comments on commit 1f58af3

Please sign in to comment.