]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Don't use intel_pipe_to_cpu_transcoder() when there's a pipe config around
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 29 Oct 2015 19:25:50 +0000 (21:25 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Nov 2015 14:22:43 +0000 (16:22 +0200)
commit515ee6cc1242fa0629b7328778ee35768eb1a708
tree6da4a117c49842394469f0343e664b1485e97f69
parent46ebba6db93081e1c289efa07eda7b2b3f20e7ab
drm/i915: Don't use intel_pipe_to_cpu_transcoder() when there's a pipe config around

No point in doing the crtc->pipe->crtc->config->cpu_transcoder dance
when we can just do crtc->config->cpu_transcoder.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1446146763-31821-2-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/intel_display.c