nb/intel/i945/gma.c: Remove redefined "DISPPLANE_BGRX888"
DISPPLANE_BGRX888 defined in drivers/intel/gma/i915_reg.h included in i915.h file Change-Id: I4e9414f39a29e4eac7e325672ce6520a5654d3bc Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/20409 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
692e7df6c1
commit
8868fc616c
|
@ -37,7 +37,7 @@
|
||||||
#define LVDS_CLOCK_A_POWERUP_ALL (3 << 8)
|
#define LVDS_CLOCK_A_POWERUP_ALL (3 << 8)
|
||||||
#define LVDS_CLOCK_B_POWERUP_ALL (3 << 4)
|
#define LVDS_CLOCK_B_POWERUP_ALL (3 << 4)
|
||||||
#define LVDS_CLOCK_BOTH_POWERUP_ALL (3 << 2)
|
#define LVDS_CLOCK_BOTH_POWERUP_ALL (3 << 2)
|
||||||
#define DISPPLANE_BGRX888 (0x6<<26)
|
|
||||||
#define DPLLB_LVDS_P2_CLOCK_DIV_7 (1 << 24) /* i915 */
|
#define DPLLB_LVDS_P2_CLOCK_DIV_7 (1 << 24) /* i915 */
|
||||||
|
|
||||||
#define DPLL_INTEGRATED_CRI_CLK_VLV (1 << 14)
|
#define DPLL_INTEGRATED_CRI_CLK_VLV (1 << 14)
|
||||||
|
|
Loading…
Reference in New Issue