summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_wait_user_fence.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08drm/xe: Fix spelling mistake "gueue" -> "queue"Colin Ian King1-1/+1
2023-12-26drm/xe: Fix warning on impossible conditionLucas De Marchi1-0/+1
2023-12-21drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlBommu Krishnaiah1-6/+24
2023-12-21drm/xe/uapi: add exec_queue_id member to drm_xe_wait_user_fence structureBommu Krishnaiah1-63/+2
2023-12-21drm/xe/uapi: Differentiate WAIT_OP from WAIT_MASKRodrigo Vivi1-7/+7
2023-12-21drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsFrancois Dugast1-5/+5
2023-12-21drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERRORMatthew Brost1-38/+5
2023-12-21drm/xe: timeout needs to be a signed valueFei Yang1-18/+37
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-1/+1
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast1-15/+15
2023-12-21drm/xe: Use nanoseconds instead of jiffies in uapi for user fenceZbigniew KempczyƄski1-10/+37
2023-12-21drm/xe: properly check bounds for xe_wait_user_fence_ioctl()Paulo Zanoni1-0/+3
2023-12-21drm/Xe: Use EOPNOTSUPP instead of ENOTSUPPJanga Rahul Kumar1-1/+1
2023-12-20drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill1-1/+2
2023-12-20drm/xe: Add missing include xe_wait_user_fence.hLucas De Marchi1-0/+2
2023-12-20drm/xe: Make local functions staticLucas De Marchi1-3/+3
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+202