aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-12-19drm/xe: Add basic unit tests for rtpLucas De Marchi5-2/+329
2023-12-19drm/xe/reg_sr: Save errors for kunit integrationLucas De Marchi2-0/+12
2023-12-19drm/xe: Generalize fake device creationLucas De Marchi3-1/+64
2023-12-19drm/xe: Use symbol namespace for kunit testsLucas De Marchi6-4/+10
2023-12-19drm/xe: Move test infra out of xe_pci.[ch]Lucas De Marchi7-60/+82
2023-12-19drm/xe: Extract function to initialize xe->infoLucas De Marchi1-44/+54
2023-12-19drm/xe/irq: Don't clobber display interrupts on multi-tile platformsMatt Roper1-2/+10
2023-12-19drm/xe/irq: Drop commented-out code for non-existent media enginesMatt Roper1-12/+0
2023-12-19drm/xe/irq: Drop remaining "gen11_" prefix from IRQ functionsMatt Roper1-24/+22
2023-12-19drm/xe/irq: Rename and clarify top-level interrupt handling routinesMatt Roper1-22/+24
2023-12-19drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixesMatt Roper4-85/+84
2023-12-19drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macrosMatt Roper1-31/+32
2023-12-19drm/xe/irq: Add helpers to find ISR/IIR/IMR/IER registersMatt Roper2-21/+22
2023-12-19drm/xe/irq: Drop gen3_ prefixesMatt Roper1-22/+20
2023-12-19drm/xe: fix pvc unload issueChang, Bruce10-97/+47
2023-12-19drm/xe: Fix platform orderLucas De Marchi3-9/+11
2023-12-19drm/xe: Use proper vram offsetNiranjana Vishwanathapura3-11/+15
2023-12-19drm/xe/tests: Set correct expectationNiranjana Vishwanathapura1-0/+1
2023-12-19drm/xe/tests: Use proper batch base addressNiranjana Vishwanathapura1-1/+2
2023-12-19drm/xe: Remove unused revid from firmware nameLucas De Marchi1-18/+15
2023-12-19drm/xe: Don't emit extra MI_BATCH_BUFFER_END in WA batchbufferMatt Roper1-2/+0
2023-12-19drm/xe: Adjust batchbuffer space warning when creating a jobMatt Roper1-2/+2
2023-12-19drm/xe: Include hardware prefetch buffer in batchbuffer allocationsMatt Roper1-2/+23
2023-12-19drm/xe: Better error messages for xe_gt_record_default_lrcsMatthew Brost1-3/+17
2023-12-19drm/xe: don't auto fall back to execlist mode if guc failed to initChang, Bruce2-5/+2
2023-12-19drm/xe/pat: Define PAT tables as staticMatt Roper1-3/+3
2023-12-19drm/xe/bo: refactor try_add_vramMatthew Auld1-55/+31
2023-12-19drm/xe: add XE_BO_CREATE_VRAM_MASKMatthew Auld2-5/+5
2023-12-19drm/xe/mtl: Handle PAT_INDEX offset jumpMatt Roper1-1/+3
2023-12-19drm/xe/mtl: Fix PAT table coherency settingsMatt Roper1-2/+2
2023-12-19drm/xe/pat: Clean up PAT register definitionsMatt Roper1-35/+38
2023-12-19drm/xe/pat: Handle unicast vs MCR PAT registersMatt Roper1-7/+30
2023-12-19drm/xe/pat: Use table-based programming of PAT settingsMatt Roper1-42/+35
2023-12-19drm/xe/pat: Move PAT setup to a dedicated fileMatt Roper5-80/+98
2023-12-19drm/xe: Decrement fault mode counts in xe_vm_close_and_putMatthew Brost1-8/+7
2023-12-19drm/xe: Add max engine priority to xe queryJosé Roberto de Souza3-2/+12
2023-12-19drm/xe: Load HuC on Alderlake SAnusha Srivatsa1-0/+1
2023-12-19drm/xe/huc: Support for loading unversiond HuCAnusha Srivatsa1-20/+33
2023-12-19drm/xe: Fix potential deadlock handling page faultsMatthew Brost1-0/+2
2023-12-19drm/xe: Use BO's GT to determine dma_offset when programming PTEsMatthew Brost3-1/+18
2023-12-19drm/xe/gt: some error handling fixesMatthew Auld1-3/+5
2023-12-19drm/xe: Reinstate render / compute cache invalidation in ring opsMatthew Brost2-0/+35
2023-12-19drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoingMaarten Lankhorst3-23/+13
2023-12-19drm/xe: Drop zero length arraysMatthew Brost2-2/+2
2023-12-19drm/xe/buddy: add compatible and intersects hooksMatthew Auld1-0/+62
2023-12-19drm/xe/buddy: add visible trackingMatthew Auld4-109/+129
2023-12-19drm/xe: Stop accepting value in xe_migrate_clearBalasubramani Vivekanandan8-24/+80
2023-12-19drm/xe: Use max wopcm size when validating the preset GuC wopcm sizeBalasubramani Vivekanandan1-0/+9
2023-12-19drm/xe/buddy: remove the virtualized startMatthew Auld2-15/+20
2023-12-19drm/xe/mcr: Separate version from engine type selectionLucas De Marchi1-15/+17