From 2a2b716161007f885855d6dfcb90b526183e624e Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Thu, 14 Dec 2023 19:44:10 -0500 Subject: tests/intel/xe: Remove xe_uevent for now This kernel uevent is getting removed for now. It will come back later with a better future proof name. v2: Align with kernel commit ("drm/xe/uapi: Remove reset uevent \ for now") (Francois Dugast) Cc: Himal Prasad Ghimiray Cc: Lucas De Marchi Cc: Francois Dugast Cc: Aravind Iddamsetty Signed-off-by: Rodrigo Vivi Signed-off-by: Francois Dugast Reviewed-by: Himal Prasad Ghimiray --- include/drm-uapi/xe_drm.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/drm-uapi') diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h index 991c45bda..bacdca787 100644 --- a/include/drm-uapi/xe_drm.h +++ b/include/drm-uapi/xe_drm.h @@ -20,7 +20,6 @@ extern "C" { * 2. Extension definition and helper structs * 3. IOCTL's Query structs in the order of the Query's entries. * 4. The rest of IOCTL structs in the order of IOCTL declaration. - * 5. uEvents */ /** @@ -1341,16 +1340,6 @@ struct drm_xe_wait_user_fence { __u64 reserved[2]; }; -/** - * DOC: uevent generated by xe on it's pci node. - * - * DRM_XE_RESET_FAILED_UEVENT - Event is generated when attempt to reset gt - * fails. The value supplied with the event is always "NEEDS_RESET". - * Additional information supplied is tile id and gt id of the gt unit for - * which reset has failed. - */ -#define DRM_XE_RESET_FAILED_UEVENT "DEVICE_STATUS" - #if defined(__cplusplus) } #endif -- cgit v1.2.3