drm/i915: Pass cpu_transcoder to assert_pipe_disabled() always
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 8 Jan 2020 14:56:16 +0000 (16:56 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 9 Jan 2020 17:14:56 +0000 (19:14 +0200)
commit5c34ba27cbbbfa61e6491309451d7bfc91507cac
treed2e9be8e18dce99f35fb2a8acce761cd6e5326ef
parent7829c92b913ffa0a92da9b542b6de176969c60af
drm/i915: Pass cpu_transcoder to assert_pipe_disabled() always

I missed a few assert_pipe_disabled() cases when changing it to
take enum transcoder instead of enum pipe, making sparse unhappy.
Convert the leftovers.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200108145616.7349-1-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_tv.c