From: Daniel Vetter Date: Thu, 9 Jul 2015 21:44:37 +0000 (+0200) Subject: drm: gc now dead mode_group code X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fdefa399e4644399ce3e74e65a75122d52dba6a;p=pandora-kernel.git drm: gc now dead mode_group code Two nice things here: - drm_dev_register will truly register everything in the right order if the driver doesn't have a ->load callback. Before this we had to init the primary mode_group after the device nodes where already registered. - Less things to keep track of when reworking the connector locking, yay! Reviewed-by: Maarten Lankhorst Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed