index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_wait_user_fence.c
Age
Commit message (
Expand
)
Author
2024-11-04
drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout
Nirmoy Das
2024-10-16
drm/xe/ufence: ufence can be signaled right after wait_woken
Nirmoy Das
2024-08-28
drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>
Jani Nikula
2024-01-08
drm/xe: Fix spelling mistake "gueue" -> "queue"
Colin Ian King
2023-12-26
drm/xe: Fix warning on impossible condition
Lucas De Marchi
2023-12-21
drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl
Bommu Krishnaiah
2023-12-21
drm/xe/uapi: add exec_queue_id member to drm_xe_wait_user_fence structure
Bommu Krishnaiah
2023-12-21
drm/xe/uapi: Differentiate WAIT_OP from WAIT_MASK
Rodrigo Vivi
2023-12-21
drm/xe/uapi: Add _FLAG to uAPI constants usable for flags
Francois Dugast
2023-12-21
drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERROR
Matthew Brost
2023-12-21
drm/xe: timeout needs to be a signed value
Fei Yang
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERR
Francois Dugast
2023-12-21
drm/xe: Use nanoseconds instead of jiffies in uapi for user fence
Zbigniew KempczyĆski
2023-12-21
drm/xe: properly check bounds for xe_wait_user_fence_ioctl()
Paulo Zanoni
2023-12-21
drm/Xe: Use EOPNOTSUPP instead of ENOTSUPP
Janga Rahul Kumar
2023-12-19
drm/xe: Validate uAPI padding and reserved fields
Christopher Snowhill
2023-12-19
drm/xe: Add missing include xe_wait_user_fence.h
Lucas De Marchi
2023-12-19
drm/xe: Make local functions static
Lucas De Marchi
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost