]> git.baikalelectronics.ru Git - kernel.git/commit
drm/armada: move variant initialisation to CRTC init
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 22 Apr 2014 14:21:30 +0000 (15:21 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 3 Jul 2014 15:24:46 +0000 (16:24 +0100)
commitee37323998d7479c67e9aa3119c9443df4e5fc91
treeb42981b9f3226d2fa76d20482436da40b0e8e5b2
parentb69693de12d0a74a091a07d86da7c752f06bfcb4
drm/armada: move variant initialisation to CRTC init

Move the variant initialisation entirely to the CRTC init function -
the variant support is really about the CRTC properties than the whole
system, and we want to treat each CRTC individually when we support DT.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/armada_510.c
drivers/gpu/drm/armada/armada_crtc.c
drivers/gpu/drm/armada/armada_crtc.h
drivers/gpu/drm/armada/armada_drm.h
drivers/gpu/drm/armada/armada_drv.c