]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove "dsi" argument form intel_enable_pipe
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 17 Jan 2014 15:51:11 +0000 (13:51 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Feb 2014 17:53:09 +0000 (18:53 +0100)
commit7ae00702dc6c31c733f57c914570086b786650ca
tree9a1d571877f151d35c9c2de9abae406667f14fb3
parentdff600c0ba2dafbb5deda06ada1f6aeb8ed59b83
drm/i915: remove "dsi" argument form intel_enable_pipe

Now that we pass struct intel_crtc as an argument, we can check for
DSI inside the function, removing one more of those confusing boolean
arguments.

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