]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
drm/i915: Use for_each_pipe() when possible
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 11 Jul 2013 19:10:54 +0000 (20:10 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 11 Jul 2013 19:53:10 +0000 (21:53 +0200)
commit08e2a7de8ec86054a1272e4fc9d15fa6c18d3b16
tree7ba7feb51653282e9040699e8dfd6b42103d8dbf
parentc0d6a3dd61d46a640ead0a9d38b78ca22d37a304
drm/i915: Use for_each_pipe() when possible

Came accross two open coding of for_each_pipe(), might as well use the
macro.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c