aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-12-19drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill9-15/+52
2023-12-19drm/xe: Apply upper limit to sg element sizeNiranjana Vishwanathapura4-11/+36
2023-12-19drm/xe: Add stepping support for GMD_ID platformsMatt Roper5-19/+74
2023-12-19drm/xe: Fail xe_device_create() if wq allocation failsGustavo Sousa1-1/+9
2023-12-19drm/xe: Call drmm_add_action_or_reset() early in xe_device_create()Gustavo Sousa1-4/+4
2023-12-19drm/xe: Do not forget to drm_dev_put() in xe_pci_probe()Gustavo Sousa1-12/+14
2023-12-19drm/xe: fix kernel-doc issuesMatthew Auld2-2/+2
2023-12-19drm/xe: Change GuC interrupt dataMichal Wajdeczko1-1/+7
2023-12-19drm/xe: Move Media GuC register definition to regs/Michal Wajdeczko2-3/+3
2023-12-19drm/xe: Limit CONFIG_DRM_XE_SIMPLE_ERROR_CAPTURE to itself.Rodrigo Vivi1-7/+0
2023-12-19drm/xe: Add HW Engine snapshot to xe_devcoredump.Rodrigo Vivi2-0/+45
2023-12-19drm/xe: Convert Xe HW Engine print to snapshot capture and print.Rodrigo Vivi5-59/+240
2023-12-19drm/xe: Add GuC Submit Engine snapshot to xe_devcoredump.Rodrigo Vivi2-0/+6
2023-12-19drm/xe: Convert GuC Engine print to snapshot capture and print.Rodrigo Vivi3-40/+298
2023-12-19drm/xe: Introduce guc_submit_types.h with relevant structs.Rodrigo Vivi3-59/+76
2023-12-19drm/xe: Add GuC CT snapshot to xe_devcoredump.Rodrigo Vivi2-0/+21
2023-12-19drm/xe: Convert GuC CT print to snapshot capture and print.Rodrigo Vivi5-25/+179
2023-12-19drm/xe: Extract non mapped regions out of GuC CTB into its own struct.Rodrigo Vivi2-80/+95
2023-12-19drm/xe: Do not take any action if our device was removed.Rodrigo Vivi1-0/+8
2023-12-19drm/xe: Introduce the dev_coredump infrastructure.Rodrigo Vivi7-0/+199
2023-12-19drm/xe: Use GT oriented log messages in xe_gt.cMichal Wajdeczko1-27/+22
2023-12-19drm/xe: Introduce GT oriented log messagesMichal Wajdeczko1-0/+46
2023-12-19drm/xe: Allow dma-fences as in-syncs for compute / faulting VMMatthew Brost1-5/+7
2023-12-19drm/xe: Allow compute VMs to output dma-fences on bindsMatthew Brost1-1/+1
2023-12-19drm/xe: Call exit functions when xe_register_pci_driver() failsGustavo Sousa1-3/+5
2023-12-19drm/xe: Get rid of MAKE_INIT_EXIT_FUNCSGustavo Sousa1-5/+9
2023-12-19drm/xe: Remove unused defineFrancois Dugast1-1/+0
2023-12-19drm/xe: Load HuC on Alderlake PLucas De Marchi1-0/+1
2023-12-19drm/xe/adln: Enable ADL-NMatt Roper5-0/+19
2023-12-19drm/xe/adlp: Add revid => step mappingMatt Roper1-0/+17
2023-12-19drm/xe: fix tlb_invalidation_seqno_past()Matthew Auld1-3/+4
2023-12-19drm/xe: Fix indent in xe_hw_engine_print_state()Lucas De Marchi1-33/+33
2023-12-19drm/xe: Rename reg field to addrLucas De Marchi16-42/+42
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi26-300/+331
2023-12-19drm/xe: Handle -EDEADLK case in exec ioctlNiranjana Vishwanathapura1-3/+24
2023-12-19drm/xe: Handle -EDEADLK case in preempt workerNiranjana Vishwanathapura1-0/+22
2023-12-19drm/xe: destroy clients engine and vm xarrays on closeMika Kuoppala1-0/+2
2023-12-19drm/xe: Print GT info on TLB inv failureNirmoy Das1-4/+4
2023-12-19drm/xe: Do not sleep in atomicNirmoy Das1-1/+1
2023-12-19drm/xe/guc: Handle RCU_MODE as masked from definitionLucas De Marchi2-20/+13
2023-12-19drm/xe/guc: Remove special handling for PVC A*Lucas De Marchi1-11/+3
2023-12-19drm/xe: Fix comment on Wa_22013088509Lucas De Marchi1-3/+10
2023-12-19drm/xe: Do not mark 1809175790 as a WALucas De Marchi1-2/+5
2023-12-19drm/xe: Enable the compat ioctl functionalityChristopher Snowhill1-1/+1
2023-12-19drm/xe: Fix splat during error dumpFrancois Dugast3-5/+18
2023-12-19drm/xe: Set default MOCS value for copy cs instructionsJosé Roberto de Souza4-0/+37
2023-12-19drm/xe: Set default MOCS value for cs instructionsJosé Roberto de Souza5-2/+59
2023-12-19drm/xe: Include only relevant header in xe_module.hGustavo Sousa1-1/+1
2023-12-19drm/xe: Enable Raptorlake-PJosé Roberto de Souza1-0/+1
2023-12-19drm/xe: Fix media detection for pre-GMD_ID platformsLucas De Marchi1-58/+55