Parcourir la source

drm/armada: avoid saving the adjusted mode to crtc->mode

We're not supposed to store the adjusted mode into crtc->mode.  We don't
use it anyway, so we can safely remove this.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King il y a 10 ans
Parent
commit
c62ff6b3c7
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      drivers/gpu/drm/armada/armada_crtc.c

+ 0 - 2
drivers/gpu/drm/armada/armada_crtc.c

@@ -531,8 +531,6 @@ static int armada_drm_crtc_mode_set(struct drm_crtc *crtc,
 
 	drm_crtc_vblank_off(crtc);
 
-	crtc->mode = *adj;
-
 	val = dcrtc->dumb_ctrl & ~CFG_DUMB_ENA;
 	if (val != dcrtc->dumb_ctrl) {
 		dcrtc->dumb_ctrl = val;