]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1dd6564ddd8ba5a58464d07244b6fdeaf1f7c8d5
treed2e9be8e18dce99f35fb2a8acce761cd6e5326ef
parent20f96a607efedcf157f87a8e32ee9a6ae08b17ff
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