]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: extract ironlake_set_pipeconf form ironlake_crtc_mode_set
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 12 Sep 2012 13:06:29 +0000 (10:06 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 20 Sep 2012 12:22:58 +0000 (14:22 +0200)
commit4a2ea3692d9f61d70dd545214c2a037b12d1f479
tree3e46448fc2864c432e444e0190ba18dc577d0db2
parent46aff9fcf525bac26273480af7cc17f3b7e25071
drm/i915: extract ironlake_set_pipeconf form ironlake_crtc_mode_set

Because ironlake_crtc_mode_set is a giant function that used to have
404 lines. Let's try to make it less complex/confusing.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c