drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)
authorKeith Packard <keithp@keithp.com>
Tue, 7 Jun 2011 00:12:49 +0000 (17:12 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 9 Jun 2011 04:43:35 +0000 (21:43 -0700)
commit284d952968d60cca156ef0c5efa62592b72264cb
treef6bd6ce39b1ad57c3b790bf5e240ae067125e351
parentef2398019b305827ea7130ebaf7bf521b444530e
drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)

This change got placed in the ironlake path instead of the 9xx path
during a recent code shuffle.

Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c