drm/kms: don't try to shortcut drm mode set function
authorDave Airlie <airlied@linux.ie>
Wed, 22 Apr 2009 08:32:56 +0000 (18:32 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 24 Apr 2009 04:47:00 +0000 (14:47 +1000)
commitc964b129425c98cb37da365e772bdbe5281f3a05
tree91eb0fe4f4b3e0cd6cc1c34762689a694ba6e10c
parente8a1344119f3787b822d110336e5dd33f6ffca70
drm/kms: don't try to shortcut drm mode set function

We have a drm_set_config which takes a crtc/encoder/mode setup,
and checks it to see if it can shortcut and just do a base setup,
or whether a complete mode setting is required.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc_helper.c