summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/xe: Introduce the dev_coredump infrastructure.Rodrigo Vivi2023-12-197-0/+199
* drm/xe: Use GT oriented log messages in xe_gt.cMichal Wajdeczko2023-12-191-27/+22
* drm/xe: Introduce GT oriented log messagesMichal Wajdeczko2023-12-191-0/+46
* drm/xe: Allow dma-fences as in-syncs for compute / faulting VMMatthew Brost2023-12-191-5/+7
* drm/xe: Allow compute VMs to output dma-fences on bindsMatthew Brost2023-12-191-1/+1
* drm/xe: Call exit functions when xe_register_pci_driver() failsGustavo Sousa2023-12-191-3/+5
* drm/xe: Get rid of MAKE_INIT_EXIT_FUNCSGustavo Sousa2023-12-191-5/+9
* drm/xe: Remove unused defineFrancois Dugast2023-12-191-1/+0
* drm/xe: Load HuC on Alderlake PLucas De Marchi2023-12-191-0/+1
* drm/xe/adln: Enable ADL-NMatt Roper2023-12-195-0/+19
* drm/xe/adlp: Add revid => step mappingMatt Roper2023-12-191-0/+17
* drm/xe: fix tlb_invalidation_seqno_past()Matthew Auld2023-12-191-3/+4
* drm/xe: Fix indent in xe_hw_engine_print_state()Lucas De Marchi2023-12-191-33/+33
* drm/xe: Rename reg field to addrLucas De Marchi2023-12-1916-42/+42
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-1926-300/+331
* drm/xe: Handle -EDEADLK case in exec ioctlNiranjana Vishwanathapura2023-12-191-3/+24
* drm/xe: Handle -EDEADLK case in preempt workerNiranjana Vishwanathapura2023-12-191-0/+22
* drm/xe: destroy clients engine and vm xarrays on closeMika Kuoppala2023-12-191-0/+2
* drm/xe: Print GT info on TLB inv failureNirmoy Das2023-12-191-4/+4
* drm/xe: Do not sleep in atomicNirmoy Das2023-12-191-1/+1
* drm/xe/guc: Handle RCU_MODE as masked from definitionLucas De Marchi2023-12-192-20/+13
* drm/xe/guc: Remove special handling for PVC A*Lucas De Marchi2023-12-191-11/+3
* drm/xe: Fix comment on Wa_22013088509Lucas De Marchi2023-12-191-3/+10
* drm/xe: Do not mark 1809175790 as a WALucas De Marchi2023-12-191-2/+5
* drm/xe: Enable the compat ioctl functionalityChristopher Snowhill2023-12-191-1/+1
* drm/xe: Fix splat during error dumpFrancois Dugast2023-12-193-5/+18
* drm/xe: Set default MOCS value for copy cs instructionsJosé Roberto de Souza2023-12-194-0/+37
* drm/xe: Set default MOCS value for cs instructionsJosé Roberto de Souza2023-12-195-2/+59
* drm/xe: Include only relevant header in xe_module.hGustavo Sousa2023-12-191-1/+1
* drm/xe: Enable Raptorlake-PJosé Roberto de Souza2023-12-191-0/+1
* drm/xe: Fix media detection for pre-GMD_ID platformsLucas De Marchi2023-12-191-58/+55
* drm/xe: Move helper macros to separate headerLucas De Marchi2023-12-193-72/+90
* drm/xe: Plumb xe_reg into WAs, rtp, etcLucas De Marchi2023-12-1911-241/+206
* drm/xe: Annotate masked registers used by RTPLucas De Marchi2023-12-192-25/+25
* drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi2023-12-1919-262/+254
* drm/xe: Introduce xe_reg/xe_reg_mcrLucas De Marchi2023-12-195-23/+131
* drm/xe: Clarify register types on PAT programmingLucas De Marchi2023-12-191-15/+20
* drm/xe: Use REG_FIELD/REG_BIT for all regs/*.hLucas De Marchi2023-12-194-63/+50
* drm/xe: Drop gen afixes from registersLucas De Marchi2023-12-1923-283/+280
* drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BITLucas De Marchi2023-12-194-96/+86
* drm/xe: Remove extra xe_mmio_read32 from xe_mmio_wait32Maarten Lankhorst2023-12-191-3/+0
* drm/xe/guc: Move GuC registers to regs/Lucas De Marchi2023-12-196-7/+7
* drm/xe/guc: Rename GEN11_SOFT_SCRATCH for clarityLucas De Marchi2023-12-192-18/+17
* drm/xe: Rename instruction field to avoid confusionLucas De Marchi2023-12-192-4/+4
* drm/xe: Rename RC0/RC6 macrosLucas De Marchi2023-12-192-4/+4
* drm/xe: Cleanup page-related definesLucas De Marchi2023-12-196-108/+112
* drm/xe: Fix print of RING_EXECLIST_SQ_CONTENTS_HIRodrigo Vivi2023-12-193-5/+6
* drm/xe: Update comment on why d3cold is still blocked.Rodrigo Vivi2023-12-191-3/+8
* drm/xe: Limit the system memory size to half of the system memoryJosé Roberto de Souza2023-12-191-1/+4
* drm/xe: Fix build without CONFIG_PM_SLEEPFrancois Dugast2023-12-191-1/+1