summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_wait_user_fence.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Fix warning on impossible conditionLucas De Marchi2023-12-261-0/+1
* drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlBommu Krishnaiah2023-12-211-6/+24
* drm/xe/uapi: add exec_queue_id member to drm_xe_wait_user_fence structureBommu Krishnaiah2023-12-211-63/+2
* drm/xe/uapi: Differentiate WAIT_OP from WAIT_MASKRodrigo Vivi2023-12-211-7/+7
* drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsFrancois Dugast2023-12-211-5/+5
* drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERRORMatthew Brost2023-12-211-38/+5
* drm/xe: timeout needs to be a signed valueFei Yang2023-12-211-18/+37
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-1/+1
* drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast2023-12-211-15/+15
* drm/xe: Use nanoseconds instead of jiffies in uapi for user fenceZbigniew KempczyƄski2023-12-211-10/+37
* drm/xe: properly check bounds for xe_wait_user_fence_ioctl()Paulo Zanoni2023-12-211-0/+3
* drm/Xe: Use EOPNOTSUPP instead of ENOTSUPPJanga Rahul Kumar2023-12-211-1/+1
* drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill2023-12-191-1/+2
* drm/xe: Add missing include xe_wait_user_fence.hLucas De Marchi2023-12-191-0/+2
* drm/xe: Make local functions staticLucas De Marchi2023-12-191-3/+3
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+202