drm: sanitise drm modesetting API + remove unused hotplug
The initially merged modesetting API has some uglies in it, this cleans up the struct members and ioctl ordering for initial submission. It also removes the unneeded hotplug infrastructure. airlied:- I've pulled this patch in from git modesetting-gem tree. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
committed by
Dave Airlie
parent
df989374a9
commit
e0c8463a8b
@ -780,8 +780,6 @@ EXPORT_SYMBOL(drm_helper_initial_config);
|
||||
*/
|
||||
int drm_helper_hotplug_stage_two(struct drm_device *dev)
|
||||
{
|
||||
dev->mode_config.hotplug_counter++;
|
||||
|
||||
drm_helper_plugged_event(dev);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user