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)
commit1a70a728959a0e9d2a90bba71e9811765e78707d
tree6da4a117c49842394469f0343e664b1485e97f69
parent5205bbe62b620b0db55ad1b7bab338135efc1479
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
This page took 0.029228 seconds and 5 git commands to generate.