drm/i915: Pass enum pipe to intel_set_pch_fifo_underrun_reporting()
authorMatthias Kaehlcke <mka@chromium.org>
Wed, 19 Jul 2017 17:39:28 +0000 (10:39 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 20 Jul 2017 08:27:14 +0000 (10:27 +0200)
commit2901215920aa7f984a273104d97ac808a8cbc090
tree6f7bd3fed43ae9ff1c0410617e3f60bbea8048a5
parent56d27666f8fa21835724217b0c67d42b769b5723
drm/i915: Pass enum pipe to intel_set_pch_fifo_underrun_reporting()

Commit a21960339c8c ("drm/i915: Consistently use enum pipe for PCH
transcoders") misses some pieces, due to a problem with the patch
format, this patch adds the remaining bits.

Fixes: a21960339c8c ("drm/i915: Consistently use enum pipe for PCH
transcoders")

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20170719173928.186638-1-mka@chromium.org
drivers/gpu/drm/i915/intel_display.c