summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-21drm/xe/hwmon: Expose input voltage attributeBadal Nilawar3-0/+67
2023-12-21drm/xe/hwmon: Expose card reactive critical powerBadal Nilawar4-1/+142
2023-12-21drm/xe/hwmon: Expose power attributesBadal Nilawar8-0/+445
2023-12-21drm/xe: Fix exec queue usage for unbindsMatthew Brost1-1/+2
2023-12-21drm/xe: Leverage ComputeCS read L3 cachingBalasubramani Vivekanandan1-11/+14
2023-12-21drm/xe/xe2: Update MOCS fields in blitter instructionsHaridhar Kalvala2-17/+35
2023-12-21drm/xe/xe2: Set tile y type in XY_FAST_COPY_BLT to Tile4Haridhar Kalvala2-1/+10
2023-12-21drm/xe: Rename MEM_SET instructionHaridhar Kalvala2-5/+5
2023-12-21drm/xe: Adjust mocs field mask definitionsHaridhar Kalvala3-17/+5
2023-12-21drm/xe/xe2: Extend reserved stolen sizesLucas De Marchi2-5/+29
2023-12-21drm/xe/tuning: Add missing engine class rules for LRC tuningMatt Roper1-4/+4
2023-12-21drm/xe: timeout needs to be a signed valueFei Yang1-18/+37
2023-12-21drm/xe: set PTE_AE for all platforms supporting itFei Yang1-1/+1
2023-12-21drm/xe: Add a missing mutex_destroy to xe_ttm_vram_mgrBommithi Sakeena1-0/+2
2023-12-21drm/xe: Ensure mutex are destroyedBommithi Sakeena4-2/+6
2023-12-21drm/xe: do not register to PM if GuC is disabledOhad Sharabi2-4/+4
2023-12-21drm/xe: Use vfunc for ggtt pte encodingLucas De Marchi3-14/+49
2023-12-21drm/xe: Use pat_index to encode pde/pteLucas De Marchi4-27/+47
2023-12-21drm/xe/pat: Keep track of relevant indexesLucas De Marchi3-0/+15
2023-12-21drm/xe/pat: Prefer the arch/IP namesLucas De Marchi1-56/+56
2023-12-21drm/xe/dg2: Fix using wrong PAT tableLucas De Marchi1-1/+9
2023-12-21drm/xe: Use vfunc to initialize PATLucas De Marchi4-14/+72
2023-12-21drm/xe/migrate: Do not hand-encode pteLucas De Marchi3-7/+32
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi7-132/+128
2023-12-21drm/xe: Remove check for vma == NULLLucas De Marchi1-5/+6
2023-12-21drm/xe: Normalize pte/pde encodingLucas De Marchi1-52/+67
2023-12-21drm/xe: Infer service copy functionality from engine listMatt Roper4-18/+21
2023-12-21drm/xe/irq: Clear GFX_MSTR_IRQ as part of IRQ resetGustavo Sousa1-0/+17
2023-12-21drm/xe: Add Wa_18028616096Shekhar Chauhan2-0/+11
2023-12-21drm/xe: Align size to PAGE_SIZEPallavi Mishra1-0/+1
2023-12-21drm/xe: Accept a const xe deviceLucas De Marchi1-4/+4
2023-12-21drm/xe: add msix supportDani Liberman1-3/+3
2023-12-21drm/xe: change old msi irq api to a new oneDani Liberman2-12/+29
2023-12-21drm/xe: proper setting of irq enabled flagDani Liberman1-5/+3
2023-12-21drm/xe: Implement fdinfo memory stats printingTejas Upadhyay2-1/+99
2023-12-21drm/xe: Account ring buffer and context state storageTejas Upadhyay1-1/+6
2023-12-21drm/xe: Track page table memory usage for clientTejas Upadhyay2-0/+10
2023-12-21drm/xe: Record each drm client with its VMTejas Upadhyay2-0/+3
2023-12-21drm/xe: Add tracking support for bos per clientTejas Upadhyay4-0/+92
2023-12-21drm/xe: Interface xe drm client with fdinfo interfaceTejas Upadhyay3-1/+26
2023-12-21drm/xe: Add drm-client infrastructureTejas Upadhyay5-1/+116
2023-12-21drm/xe: Add child contexts to the GuC context lookupDaniele Ceraolo Spurio1-14/+30
2023-12-21drm/xe/wa: Apply tile workarounds at probe/resumeMatt Roper6-0/+34
2023-12-21drm/xe: Disallow pinning dma-bufs in VRAMThomas Hellström2-8/+33
2023-12-21drm/xe: Simplify final return from xe_irq_install()Gustavo Sousa1-5/+1
2023-12-21drm/xe: Reinstate pipelined fence enable_signalingThomas Hellström3-6/+3
2023-12-21drm/xe/uc: Add GuC/HuC firmware path overridesDaniele Ceraolo Spurio3-1/+41
2023-12-21drm/xe/uc: Fix uC status trackingDaniele Ceraolo Spurio5-19/+26
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio10-22/+22
2023-12-21drm/xe/pmu: Enable PMU interfaceAravind Iddamsetty11-0/+833