mbox series

[0/3] drm/i915/display: remove last uses of GEM_BUG_ON/GEM_WARN_ON

Message ID cover.1694684044.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm/i915/display: remove last uses of GEM_BUG_ON/GEM_WARN_ON | expand

Message

Jani Nikula Sept. 14, 2023, 9:34 a.m. UTC
The display code has almost no uses of GEM_BUG_ON/GEM_WARN_ON. Remove
the last ones to be clean of them.

Jani Nikula (3):
  drm/i915/fbc: replace GEM_BUG_ON() to drm_WARN_ON()
  drm/i915/fb: replace GEM_WARN_ON() with drm_WARN_ON()
  drm/i915/dpt: replace GEM_BUG_ON() with drm_WARN_ON()

 drivers/gpu/drm/i915/display/intel_dpt.c    |  2 +-
 drivers/gpu/drm/i915/display/intel_fb_pin.c |  3 ++-
 drivers/gpu/drm/i915/display/intel_fbc.c    | 14 ++++++++------
 3 files changed, 11 insertions(+), 8 deletions(-)