Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cd35277 authored by Chandra Konduru's avatar Chandra Konduru Committed by Daniel Vetter
Browse files

drm/i915: Delete duplicate #defines added for DCx



Delete the duplicate #defines introduced by:

	commit 6b457d31
	Author: A.Sunil Kamath <sunil.kamath@intel.com>
	Date:   Thu Apr 16 14:22:09 2015 +0530

		drm/i915/skl: Implement enable/disable for Display C5 state.

Signed-off-by: default avatarChandra Konduru <chandra.konduru@intel.com>
Reviewed-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 0ddfd203
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7282,12 +7282,6 @@ enum skl_disp_power_wells {
#define DC_STATE_EN			0x45504
#define  DC_STATE_EN_UPTO_DC5		(1<<0)
#define  DC_STATE_EN_DC9		(1<<3)

/*
* SKL DC
*/
#define  DC_STATE_EN			0x45504
#define  DC_STATE_EN_UPTO_DC5		(1<<0)
#define  DC_STATE_EN_UPTO_DC6		(2<<0)
#define  DC_STATE_EN_UPTO_DC5_DC6_MASK   0x3