[Intel-gfx] [PATCH v2] drm/i915: hsw backlight registers need transcoder instead of pipe

2013-04-25 Thread Jani Nikula
v2: Make TRANSCODER_EDP handling more explicit. (Imre) Signed-off-by: Jani Nikula jani.nik...@intel.com --- drivers/gpu/drm/i915/i915_reg.h|4 drivers/gpu/drm/i915/intel_panel.c |7 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git

Re: [Intel-gfx] [PATCH v2] drm/i915: hsw backlight registers need transcoder instead of pipe

2013-04-25 Thread Imre Deak
On Thu, 2013-04-25 at 16:49 +0300, Jani Nikula wrote: v2: Make TRANSCODER_EDP handling more explicit. (Imre) Signed-off-by: Jani Nikula jani.nik...@intel.com Looks ok, so still applies my r-b. -- drivers/gpu/drm/i915/i915_reg.h|4 drivers/gpu/drm/i915/intel_panel.c |7

Re: [Intel-gfx] [PATCH v2] drm/i915: hsw backlight registers need transcoder instead of pipe

2013-04-25 Thread Daniel Vetter
On Thu, Apr 25, 2013 at 05:07:55PM +0300, Imre Deak wrote: On Thu, 2013-04-25 at 16:49 +0300, Jani Nikula wrote: v2: Make TRANSCODER_EDP handling more explicit. (Imre) Signed-off-by: Jani Nikula jani.nik...@intel.com Looks ok, so still applies my r-b. Queued for -next, thanks for the