]> 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)
commit9e5c67c15abbaad4cbb16d7e33543aa019852872
treed2e9be8e18dce99f35fb2a8acce761cd6e5326ef
parent1e0278be95fda414c900a05c1bca06d11c812f2b
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