[Intel-gfx] [PATCH] i915: do not setup intel_backlight twice

2011-08-22 Thread Kamal Mostafa
The commit Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support adds calls to intel_panel_setup_backlight() from intel_{lvds,dp}_init so do not call it again from intel_setup_outputs(). BugLink:

Re: [Intel-gfx] [PATCH] i915: do not setup intel_backlight twice

2011-08-22 Thread Matthew Garrett
On Mon, Aug 22, 2011 at 12:39:10PM -0700, Kamal Mostafa wrote: The commit Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support adds calls to intel_panel_setup_backlight() from intel_{lvds,dp}_init so do not call it