]> git.baikalelectronics.ru Git - kernel.git/commit
drm/crtc_helper: replace modeset fail path with something simpler
authorMaarten Maathuis <madman2003@gmail.com>
Thu, 27 Aug 2009 08:18:29 +0000 (10:18 +0200)
committerDave Airlie <airlied@redhat.com>
Sun, 30 Aug 2009 23:09:29 +0000 (09:09 +1000)
commit97ef5b7048a579705c6971d1a9dc8b1af0f21c49
tree436ea43c3fdf3b99ae76b61dff47998c765a9cd4
parent36d756cd0cf82d9fb607c9b5f574b2f8aaad833c
drm/crtc_helper: replace modeset fail path with something simpler

- The previous system was not very transparent, nor flexible.
- This is needed to be able to fix a few bugs in the mechanism.

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