]> www.infradead.org Git - users/hch/configfs.git/commit
drm/xe/oa: Remove WARN_ON's for unsupported configurations
authorAshutosh Dixit <ashutosh.dixit@intel.com>
Wed, 19 Jun 2024 22:56:17 +0000 (15:56 -0700)
committerAshutosh Dixit <ashutosh.dixit@intel.com>
Thu, 20 Jun 2024 16:18:20 +0000 (09:18 -0700)
commit93d2d3e4c5d075ed691bf940f7eaf938cf8c6632
treeae4f0561e241b303a86fb593c0032f27ac777baa
parent3516b2913ead50c5649cafcd1fe97b9c9dc41e59
drm/xe/oa: Remove WARN_ON's for unsupported configurations

The OA ioctl's already have drm_dbg's which are sufficient to tell the user
that OA is not supported on unsupported configurations (execlist mode and
platform gen < 12). Having additional WARN_ON's for these during driver
probe create unnecessary noise. Just remove these WARN_ON's.

Suggested-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619225617.3465899-1-ashutosh.dixit@intel.com
drivers/gpu/drm/xe/xe_oa.c