aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/xe2: Add workaround 16020292621Tejas Upadhyay3-0/+22
2023-12-21drm/xe/xe2: Respond to TRTT faults as unsuccessful page faultBrian Welty1-0/+6
2023-12-21drm/xe: Support device page faults on integrated platformsBrian Welty2-3/+6
2023-12-21drm/xe: Move xe_mmio_probe_tiles outside of MMIO setupMichał Winiarski3-3/+4
2023-12-21drm/xe: Move xe_set_dma_info outside of MMIO setupMichał Winiarski2-26/+26
2023-12-21drm/xe/irq: Don't call pci_free_irq_vectorsMichał Winiarski1-4/+1
2023-12-21drm/xe: Use managed pci_enable_deviceMichał Winiarski1-12/+8
2023-12-21drm/xe: Skip calling drm_dev_put on probe errorMichał Winiarski2-11/+6
2023-12-21drm/xe: Fix header guard warningMichał Winiarski1-1/+1
2023-12-21drm/xe: rename bypass_mtcfg to skip_mtcfgKoby Elbaz3-5/+5
2023-12-21drm/xe: add skip_pcode flagKoby Elbaz3-0/+13
2023-12-21drm/xe/mocs: update MOCS table for xe2Matthew Auld1-5/+5
2023-12-21drm/xe: Manually setup C6 when skip_guc_pc is setVinay Belgaumkar4-3/+64
2023-12-21drm/xe: Add skip_guc_pc flagVinay Belgaumkar2-0/+4
2023-12-21drm/xe: Rename xe_gt_idle_sysfs to xe_gt_idleVinay Belgaumkar6-9/+9
2023-12-21drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko8-6/+11
2023-12-21drm/xe/guc: Remove obsolete GuC CTB documentationMichal Wajdeczko1-43/+2
2023-12-21drm/xe/guc: Drop ancient GuC CTB definitionsMichal Wajdeczko1-21/+0
2023-12-21drm/xe: explicitly set GGTT access for GuC DMAFei Yang2-1/+3
2023-12-21drm/xe/uapi: support pat_index selection with vm_bindMatthew Auld3-17/+68
2023-12-21drm/xe/pat: annotate pat_index with coherency modeMatthew Auld3-42/+89
2023-12-21drm/xe/uapi: Add support for CPU caching modePallavi Mishra6-38/+104
2023-12-21drm/xe/kunit: Return number of iterated devicesMichal Wajdeczko1-3/+3
2023-12-21drm/xe: fix mem_access for early lrc generationMatthew Auld1-7/+7
2023-12-21drm/xe/gsc: Define GSC FW for MTLDaniele Ceraolo Spurio3-8/+17
2023-12-21drm/xe/gsc: Define GSCCS for MTLDaniele Ceraolo Spurio3-7/+24
2023-12-21drm/xe/gsc: Query GSC compatibility versionDaniele Ceraolo Spurio9-6/+397
2023-12-21drm/xe/gsc: Trigger a driver flr to cleanup the GSC on unloadDaniele Ceraolo Spurio1-0/+17
2023-12-21drm/xe/gsc: Implement WA 14015076503Daniele Ceraolo Spurio6-1/+59
2023-12-21drm/xe/gsc: GSC FW loadDaniele Ceraolo Spurio7-1/+345
2023-12-21drm/xe/gsc: Parse GSC FW headerDaniele Ceraolo Spurio3-0/+193
2023-12-21drm/xe/gsc: Introduce GSC FWDaniele Ceraolo Spurio9-9/+121
2023-12-21drm/xe/uc: Rework uC version trackingDaniele Ceraolo Spurio3-75/+114
2023-12-21drm/xe: Encapsulate all the module parametersBommithi Sakeena8-33/+42
2023-12-21drm/xe/xe2: Add workaround 14020013138Tejas Upadhyay2-0/+8
2023-12-21drm/xe/dg2: Drop Wa_22014600077Matt Roper2-22/+0
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström9-39/+39
2023-12-21drm/xe/vm: Fix ASID XA usageThomas Hellström2-3/+17
2023-12-21drm/xe/bo: Remove leftover trace_printk()Thomas Hellström1-1/+0
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström5-9/+9
2023-12-21drm/xe: Ensure that we don't access the placements array out-of-boundsThomas Hellström1-17/+22
2023-12-21drm/xe: Print virtualization mode during probeMichal Wajdeczko1-0/+4
2023-12-21drm/xe: Prepare for running in different SR-IOV modesMichal Wajdeczko6-0/+138
2023-12-21drm/xe: Add device flag to indicate SR-IOV supportMichal Wajdeczko3-1/+9
2023-12-21drm/xe/xe2: Add workaround 14019449301Tejas Upadhyay2-0/+8
2023-12-21drm/xe/xe2: Add workaround 16021867713Tejas Upadhyay1-0/+6
2023-12-21drm/xe/xe2: Add workaround 14017421178Tejas Upadhyay1-0/+9
2023-12-21drm/xe/mmio: Make xe_mmio_wait32() aware of interruptsGustavo Sousa1-0/+6
2023-12-21drm/xe/mmio: Move xe_mmio_wait32() to xe_mmio.cGustavo Sousa2-37/+56
2023-12-21drm/xe: Add mocs kunitRuthuvikas Ravikumar5-0/+172