aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/cirrus/cirrus_mode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/cirrus/cirrus_mode.c b/drivers/gpu/drm/cirrus/cirrus_mode.c
index 60685b21cc36..379a47ea99f6 100644
--- a/drivers/gpu/drm/cirrus/cirrus_mode.c
+++ b/drivers/gpu/drm/cirrus/cirrus_mode.c
@@ -273,8 +273,8 @@ static int cirrus_crtc_mode_set(struct drm_crtc *crtc,
273 sr07 |= 0x11; 273 sr07 |= 0x11;
274 break; 274 break;
275 case 16: 275 case 16:
276 sr07 |= 0xc1; 276 sr07 |= 0x17;
277 hdr = 0xc0; 277 hdr = 0xc1;
278 break; 278 break;
279 case 24: 279 case 24:
280 sr07 |= 0x15; 280 sr07 |= 0x15;