summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Fix build bug for GCC 11Paul E. McKenney2024-01-151-1/+0
* drm/xe: Check skip_guc_pc before setting SLPC flagVinay Belgaumkar2024-01-152-1/+9
* drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty2024-01-154-9/+14
* drm/xe: Fix guc_exec_queue_set_priorityBrian Welty2024-01-151-1/+1
* drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomemThomas Hellström2024-01-151-2/+2
* drm/xe: Annotate multiple mmio pointers with __iomemThomas Hellström2024-01-151-3/+3
* drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström2024-01-152-3/+3
* drm/xe: Use __iomem for the regs pointerThomas Hellström2024-01-151-1/+1
* drm/xe/vm: Fix an error pathThomas Hellström2024-01-151-3/+5
* drm/xe: Fix exec IOCTL long running exec queue ring full conditionMatthew Brost2024-01-151-3/+4
* drm/xe: Fix definition of intel_wakeref_tJosé Roberto de Souza2024-01-151-1/+1
* drm/xe: Fix warning on impossible conditionLucas De Marchi2023-12-261-0/+1
* drm/xe: Fix UBSAN splat in add_preempt_fences()Matthew Brost2023-12-261-0/+3
* Merge tag 'drm-misc-next-fixes-2023-12-21' of git://anongit.freedesktop.org/d...Dave Airlie2023-12-225-35/+35
|\
| * drm/bridge: properly refcount DT nodes in aux bridge driversDmitry Baryshkov2023-12-192-3/+4
| * drm/imagination: Fix error path in pvr_vm_create_contextDonald Robson2023-12-151-15/+13
| * drm/imagination: Fix ERR_PTR test on pointer to pointer.Donald Robson2023-12-151-1/+1
| * drm/imagination: Fixed oops when misusing ioctl CREATE_HWRT_DATASETDonald Robson2023-12-151-13/+14
| * drm/imagination: Fixed infinite loop in pvr_vm_mips_map()Donald Robson2023-12-151-3/+3
* | drm/xe: Disable 32bits buildLucas De Marchi2023-12-221-1/+1
* | Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie2023-12-22332-0/+59578
|\ \
| * | drm/xe: Remove uninitialized variable from warningLucas De Marchi2023-12-211-2/+2
| * | drm/xe: Remove ci-only GuC FW definitionsDaniele Ceraolo Spurio2023-12-211-2/+0
| * | drm/xe: Fix build without CONFIG_FAULT_INJECTIONRodrigo Vivi2023-12-212-2/+2
| * | drm/xe/uapi: Remove reset uevent for nowRodrigo Vivi2023-12-211-18/+0
| * | drm/xe/uapi: Document the memory_region bitmaskRodrigo Vivi2023-12-211-0/+19
| * | drm/xe/uapi: Remove sync bindsMatthew Brost2023-12-214-81/+16
| * | drm/xe/uapi: Ensure every uapi struct has drm_xe prefixRodrigo Vivi2023-12-211-1/+1
| * | drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit2023-12-2110-758/+2
| * | drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlBommu Krishnaiah2023-12-214-6/+43
| * | drm/xe/uapi: add exec_queue_id member to drm_xe_wait_user_fence structureBommu Krishnaiah2023-12-211-63/+2
| * | drm/xe: Enable W=1 warnings by defaultLucas De Marchi2023-12-211-19/+28
| * | drm/xe/display: Fix dummy __i915_inject_probe_error()Lucas De Marchi2023-12-211-0/+4
| * | drm/xe/bo: Remove unusued variableLucas De Marchi2023-12-211-4/+0
| * | drm/xe: Return error if drm_buddy_init() failsLucas De Marchi2023-12-211-0/+2
| * | drm/xe: Drop some unnecessary header includesMatt Roper2023-12-216-7/+0
| * | drm/xe: Re-sort GT register headerMatt Roper2023-12-211-38/+38
| * | drm/xe: Define interrupt vector bits with the interrupt registersMatt Roper2023-12-213-7/+5
| * | drm/xe: Move GSC HECI base offsets out of register headerMatt Roper2023-12-212-4/+4
| * | drm/xe: Move engine base offsets to engine register headerMatt Roper2023-12-212-28/+33
| * | drm/xe: Fix whitespace in register definitionsMatt Roper2023-12-212-5/+5
| * | drm/xe: Move some per-engine register definitions to the engine headerMatt Roper2023-12-214-28/+30
| * | drm/xe: Drop "_REG" suffix from CSFE_CHICKEN1Matt Roper2023-12-212-6/+5
| * | drm/xe/xe2: Support flat ccsHimal Prasad Ghimiray2023-12-211-1/+1
| * | drm/xe/xe2: Modify xe_bo_test for system memoryHimal Prasad Ghimiray2023-12-211-17/+27
| * | drm/xe/xe2: Handle flat ccs move for igfx.Himal Prasad Ghimiray2023-12-215-42/+66
| * | drm/xe/xe2: Update emit_pte to use compression enabled PAT indexHimal Prasad Ghimiray2023-12-214-7/+18
| * | drm/xe/xe2: Update chunk size for each iteration of ccs copyHimal Prasad Ghimiray2023-12-211-11/+25
| * | drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clearHimal Prasad Ghimiray2023-12-211-54/+11
| * | drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLTHimal Prasad Ghimiray2023-12-212-9/+17