Quoting [email protected] (2017-09-01 15:31:23) > From: Ville Syrjälä <[email protected]> > > Use enum pipe for PCH transcoders also in the FIFO underrun code. > > Fixes the following new sparse warnings: > intel_fifo_underrun.c:340:49: warning: mixing different enum types > intel_fifo_underrun.c:340:49: int enum pipe versus > intel_fifo_underrun.c:340:49: int enum transcoder > intel_fifo_underrun.c:344:49: warning: mixing different enum types > intel_fifo_underrun.c:344:49: int enum pipe versus > intel_fifo_underrun.c:344:49: int enum transcoder > intel_fifo_underrun.c:397:57: warning: mixing different enum types > intel_fifo_underrun.c:397:57: int enum pipe versus > intel_fifo_underrun.c:397:57: int enum transcoder > intel_fifo_underrun.c:398:17: warning: mixing different enum types > intel_fifo_underrun.c:398:17: int enum pipe versus > intel_fifo_underrun.c:398:17: int enum transcoder > > Cc: Matthias Kaehlcke <[email protected]> > Fixes: a21960339c8c ("drm/i915: Consistently use enum pipe for PCH > transcoders") > Signed-off-by: Ville Syrjälä <[email protected]>
C types are consistent, so Reviewed-by: Chris Wilson <[email protected]> I have not checked if the semantics are correct... -Chris _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
