summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/xe/uapi: Document drm_xe_query_config keysFrancois Dugast2023-12-211-0/+20
* drm/xe/uapi: Document use of size in drm_xe_device_queryFrancois Dugast2023-12-211-3/+9
* drm/xe/uapi: Add missing documentation for struct membersFrancois Dugast2023-12-211-2/+4
* drm/xe/uapi: Add a comment to each structFrancois Dugast2023-12-211-3/+40
* drm/xe/uapi: Remove sync bindsMatthew Brost2023-12-215-88/+20
* drm/xe/uapi: Ensure every uapi struct has drm_xe prefixRodrigo Vivi2023-12-212-10/+10
* drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit2023-12-2111-798/+2
* drm/xe/uapi: Remove DRM_XE_UFENCE_WAIT_MASK_*Francois Dugast2023-12-211-5/+7
* drm/xe/uapi: Remove DRM_IOCTL_XE_EXEC_QUEUE_SET_PROPERTYFrancois Dugast2023-12-211-1/+0
* 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-212-75/+7
* 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
* drm/xe/xe2: Allocate extra pages for ccs during bo createHimal Prasad Ghimiray2023-12-211-9/+14
* drm/xe/xe2: Modify main memory to ccs memory ratio.Himal Prasad Ghimiray2023-12-212-2/+2
* drm/xe/xe2: Determine bios enablement for flat ccs on igfxHimal Prasad Ghimiray2023-12-212-0/+33
* drm/xe: Remove duplicate RING_MAX_NONPRIV_SLOTS definitionMatt Roper2023-12-211-1/+0
* drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost2023-12-219-28/+206
* drm/xe: Remove vram size info from sysfsRodrigo Vivi2023-12-211-22/+1
* drm/xe: Use a flags field instead of bools for sync parseMatthew Brost2023-12-214-6/+13
* drm/xe: Use a flags field instead of bools for VMA createMatthew Brost2023-12-211-30/+34
* drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvmThomas Hellström2023-12-211-2/+2
* drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström2023-12-215-386/+129
* drm/xe: Fix lockdep warning in xe_force_wake callsAravind Iddamsetty2023-12-211-4/+6
* drm/xe: Check skip_guc_pc before disabling gucrcVinay Belgaumkar2023-12-211-3/+5
* drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström2023-12-215-72/+74
* drm/xe: Restrict huge PTEs to 1GiBThomas Hellström2023-12-213-1/+7
* drm/xe: Add frequency throttle reasons sysfs attributesSujaritha Sundaresan2023-12-215-0/+283
* drm/xe: Create a xe_gt_freq component for raw management and sysfsRodrigo Vivi2023-12-217-104/+347
* drm/xe: Change the name of frequency sysfs attributesSujaritha Sundaresan2023-12-211-30/+30
* drm/xe/vm: Avoid asid lookup if none allocatedMika Kuoppala2023-12-211-1/+1
* drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi2023-12-2115-41/+42
* drm/xe/kunit: Add test for LMTT operationsMichal Wajdeczko2023-12-212-0/+77