drm/xe/rtp: Replace XE_WARN_ON
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 26 May 2023 16:43:40 +0000 (09:43 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:34:01 +0000 (18:34 -0500)
commitcc982f0c168149def829f204b575fad546e9d043
tree387667718c3d6a41c66e31b47aa214199a7007a6
parent72906d340b60f3dae545deef77376a0f598bece7
drm/xe/rtp: Replace XE_WARN_ON

Now that rule_matches() always has an xe pointer, replace the XE_WARN_ON
with the more appropriate drm_warn().

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20230526164358.86393-4-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_rtp.c