summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2023-12-20drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost13-21/+89
2023-12-20drm/xe: Propagate error from bind operations to async fenceMatthew Brost1-1/+8
2023-12-20drm/xe: Add range based TLB invalidationsMatthew Brost5-25/+84
2023-12-20drm/xe: Add has_range_tlb_invalidation device attributeMatthew Brost2-0/+6
2023-12-20drm/xe: Delete debugfs entry to issue TLB invalidationMatthew Brost1-24/+0
2023-12-20drm/xe: Only set VM->asid for platforms that support a ASIDMatthew Brost1-13/+17
2023-12-20drm/xe: Add TDR for invalidation fence timeout cleanupMatthew Brost4-5/+65
2023-12-20drm/xe: Add TLB invalidation fence ftraceMatthew Brost3-0/+60
2023-12-20drm/xe: Kernel doc GT TLB invalidationsMatthew Brost1-1/+51
2023-12-20drm/xe: Invalidate TLB after unbind is completeMatthew Brost3-0/+107
2023-12-20drm/xe: Add TLB invalidation fenceMatthew Brost8-7/+80
2023-12-20drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost3-23/+25
2023-12-20drm/xe: Break of TLB invalidation into its own fileMatthew Brost9-99/+146
2023-12-20drm/xe: Don't process TLB invalidation done in CT fast-pathMatthew Brost1-1/+8
2023-12-20drm/xe/migrate: Update emit_pte to cope with a size level than 4kMatthew Brost1-11/+6
2023-12-20drm/xe/ggtt: fix GGTT scratch usage for DG2Matthew Auld1-10/+18
2023-12-20drm/xe/ggtt: fix alignment usage for DG2Matthew Auld2-4/+24
2023-12-20drm/xe/ppgtt: fix scratch page usage on DG2Matthew Auld1-5/+13
2023-12-20drm/xe/ppgtt: clear the scratch pageMatthew Auld1-6/+8
2023-12-20drm/xe/bo: reduce xe_bo_create_pin_map() restrictionsMatthew Auld1-15/+20
2023-12-20drm/xe: Map initial FB at the same place in GGTT tooMaarten Lankhorst3-4/+20
2023-12-20drm/xe: Convert memory device refcount to s32Maarten Lankhorst2-2/+2
2023-12-20drm/xe/uapi: Add XE_ENGINE_GET_PROPERTY uAPIJosé Roberto de Souza3-0/+30
2023-12-20drm/xe/uapi: Rename XE_ENGINE_PROPERTY_X to XE_ENGINE_SET_PROPERTY_XJosé Roberto de Souza1-9/+9
2023-12-20drm/xe: Use global macros to set PM functionsFrancois Dugast1-9/+2
2023-12-20drm/xe: skip Kunit tests requiring real hardware when running on UMLMauro Carvalho Chehab1-5/+23
2023-12-20drm/xe/guc_pc: Fix Meteor Lake registers.Rodrigo Vivi1-4/+66
2023-12-20drm/xe: Fix Meteor Lake rsa issue on guc loadingPhilippe Lecluse1-2/+2
2023-12-20drm/xe/gt: Enable interrupt while initializing root gtBalasubramani Vivekanandan1-1/+1
2023-12-20drm/xe: KUnit tests depend on CONFIG_DRM_FBDEV_EMULATIONMauro Carvalho Chehab2-0/+4
2023-12-20drm/xe/Kconfig.debug: select DEBUG_FS for KUnit runsMauro Carvalho Chehab2-1/+2
2023-12-20drm/xe: Add min config for kunit integration ARCH=umLucas De Marchi1-0/+7
2023-12-20drm/xe: Add documentation for mem_typeLucas De Marchi1-1/+1
2023-12-12drm/xe/gt: Fix min() with u32 and u64Lucas De Marchi1-1/+1
2023-12-12drm/xe: Fix tracepoints on 32bLucas De Marchi1-6/+6
2023-12-12drm/xe/mmio: Use non-atomic writeq/readq variant for 32bLucas De Marchi2-7/+1
2023-12-12drm/xe: Fix some log messages on 32bLucas De Marchi3-5/+5
2023-12-12drm/xe/ggtt: Use BIT_ULL() for 64bitLucas De Marchi1-2/+2
2023-12-12drm/xe: fix xe_mmio_total_vram_sizePhilippe Lecluse1-6/+2
2023-12-12drm/xe/pcode: fix pcode error checkMatthew Auld1-1/+1
2023-12-12drm/xe: enforce GSMBASE for DG1 instead of BAR2Philippe Lecluse1-14/+14
2023-12-12drm/xe: Fix hidden gotcha regression with bo createMaarten Lankhorst2-4/+5
2023-12-12drm/xe/guc: Add support GuC MMIO send / recvMatthew Brost2-1/+19
2023-12-12drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_sendMatthew Brost4-6/+6
2023-12-12drm/xe/guc: Report submission version of GuC firmwareMatthew Brost3-2/+59
2023-12-12drm/xe: Fake pulling gt->info.engine_mask from hwconfig blobMatthew Brost3-2/+11
2023-12-12drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolenMatthew Brost1-1/+1
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst14-125/+560
2023-12-12drm/xe: Take memory ref on kernel job creationMatthew Brost1-1/+13
2023-12-12drm/xe/migrate: Add kerneldoc for the migrate subsystemThomas Hellström2-4/+120