20 lines
1015 B
Diff
20 lines
1015 B
Diff
diff -up linux-2.6.33.noarch/drivers/gpu/drm/i915/intel_display.c.jx linux-2.6.33.noarch/drivers/gpu/drm/i915/intel_display.c
|
|
--- linux-2.6.33.noarch/drivers/gpu/drm/i915/intel_display.c.jx 2010-04-19 17:13:31.000000000 -0400
|
|
+++ linux-2.6.33.noarch/drivers/gpu/drm/i915/intel_display.c 2010-04-19 17:13:59.753994103 -0400
|
|
@@ -4141,7 +4141,6 @@ void intel_release_load_detect_pipe(stru
|
|
struct drm_connector *connector, int dpms_mode)
|
|
{
|
|
struct drm_encoder *encoder = &intel_encoder->enc;
|
|
- struct drm_device *dev = encoder->dev;
|
|
struct drm_crtc *crtc = encoder->crtc;
|
|
struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
|
|
struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
|
|
@@ -4151,7 +4150,6 @@ void intel_release_load_detect_pipe(stru
|
|
connector->encoder = NULL;
|
|
intel_encoder->load_detect_temp = false;
|
|
crtc->enabled = drm_helper_crtc_in_use(crtc);
|
|
- drm_helper_disable_unused_functions(dev);
|
|
}
|
|
|
|
/* Switch crtc and encoder back off if necessary */
|