[PATCH] drm: Change order to turn off the crtc and plane with fb cleanup

2011-12-09 Thread Joonyoung Shim
Ths plane is enabled after the crtc is setted first, so first turn off the plane than the crtc. If not, it can occur some side effects because it may have to use any information of crtc when turns off the plane. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/drm_

[PATCH] drm: Change order to turn off the crtc and plane with fb cleanup

2011-12-09 Thread Joonyoung Shim
Ths plane is enabled after the crtc is setted first, so first turn off the plane than the crtc. If not, it can occur some side effects because it may have to use any information of crtc when turns off the plane. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/drm_