Skip to content

Commit 9bca5d0

Browse files
committed
drm/i915: Add missing ')' to SKL_PS_ECC_STAT define
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1446672017-24497-29-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
1 parent 0670c5a commit 9bca5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/i915_reg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5713,7 +5713,7 @@ enum skl_disp_power_wells {
57135713
_ID(id, _PS_HPHASE_1B, _PS_HPHASE_2B))
57145714
#define SKL_PS_ECC_STAT(pipe, id) _PIPE(pipe, \
57155715
_ID(id, _PS_ECC_STAT_1A, _PS_ECC_STAT_2A), \
5716-
_ID(id, _PS_ECC_STAT_1B, _PS_ECC_STAT_2B)
5716+
_ID(id, _PS_ECC_STAT_1B, _PS_ECC_STAT_2B))
57175717

57185718
/* legacy palette */
57195719
#define _LGC_PALETTE_A 0x4a000

0 commit comments

Comments
 (0)