aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-12-19drm/xe: Move helper macros to separate headerLucas De Marchi3-72/+90
2023-12-19drm/xe: Plumb xe_reg into WAs, rtp, etcLucas De Marchi11-241/+206
2023-12-19drm/xe: Annotate masked registers used by RTPLucas De Marchi2-25/+25
2023-12-19drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi19-262/+254
2023-12-19drm/xe: Introduce xe_reg/xe_reg_mcrLucas De Marchi5-23/+131
2023-12-19drm/xe: Clarify register types on PAT programmingLucas De Marchi1-15/+20
2023-12-19drm/xe: Use REG_FIELD/REG_BIT for all regs/*.hLucas De Marchi4-63/+50
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi23-283/+280
2023-12-19drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BITLucas De Marchi4-96/+86
2023-12-19drm/xe: Remove extra xe_mmio_read32 from xe_mmio_wait32Maarten Lankhorst1-3/+0
2023-12-19drm/xe/guc: Move GuC registers to regs/Lucas De Marchi6-7/+7
2023-12-19drm/xe/guc: Rename GEN11_SOFT_SCRATCH for clarityLucas De Marchi2-18/+17
2023-12-19drm/xe: Rename instruction field to avoid confusionLucas De Marchi2-4/+4
2023-12-19drm/xe: Rename RC0/RC6 macrosLucas De Marchi2-4/+4
2023-12-19drm/xe: Cleanup page-related definesLucas De Marchi6-108/+112
2023-12-19drm/xe: Fix print of RING_EXECLIST_SQ_CONTENTS_HIRodrigo Vivi3-5/+6
2023-12-19drm/xe: Update comment on why d3cold is still blocked.Rodrigo Vivi1-3/+8
2023-12-19drm/xe: Limit the system memory size to half of the system memoryJosé Roberto de Souza1-1/+4
2023-12-19drm/xe: Fix build without CONFIG_PM_SLEEPFrancois Dugast1-1/+1
2023-12-19drm/xe/guc_pc: Reorder forcewake and xe_pm_runtime callsRiana Tauro1-12/+12
2023-12-19drm/xe: Keep all resize bar related prints inside xe_resize_vram_barBalasubramani Vivekanandan1-14/+10
2023-12-19drm/xe: Drop GFX_FLSH_CNTL_GEN6 write during GGTT invalidationMatt Roper2-8/+0
2023-12-19drm/xe: Fix xe_mmio_rmw32 operationMatt Roper1-3/+3
2023-12-19drm/xe/lrc: give start_seqno a better defaultMatthew Auld1-0/+3
2023-12-19drm/xe/sched_job: prefer dma_fence_is_laterMatthew Auld1-2/+5
2023-12-19drm/xe/sr: Apply masked registers properlyMatt Roper1-1/+1
2023-12-19drm/xe/tlb: fix expected_seqno calculationMatthew Auld1-1/+6
2023-12-19drm/xe: Add Rocketlake device infoAnusha Srivatsa1-0/+8
2023-12-19drm/xe/mmio: stop incorrectly triggering drm_warnMatthew Auld1-2/+2
2023-12-19drm/xe: GuC and HuC loading support for RKLAnusha Srivatsa1-0/+2
2023-12-19drm/xe: Only request PCODE_WRITE_MIN_FREQ_TABLE on LLC platformsMatt Roper1-1/+1
2023-12-19drm/xe: Track whether platform has LLCMatt Roper2-0/+7
2023-12-19drm/xe: Use packed bitfields for xe->info feature flagsMatt Roper1-9/+10
2023-12-19drm/xe: Don't grab runtime PM ref in engine create IOCTLMatthew Brost1-30/+13
2023-12-19drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper7-31/+48
2023-12-19drm/xe: Fix memory use after freeNiranjana Vishwanathapura2-4/+5
2023-12-19drm/xe: fix suspend-resume for dgfxMatthew Auld3-4/+136
2023-12-19drm/xe: Clean up xe_device_descMatt Roper1-12/+4
2023-12-19drm/xe: Add KUnit test for xe_pci.c IP engine listsMatt Roper4-0/+125
2023-12-19drm/xe: Select graphics/media descriptors from GMD_IDMatt Roper3-36/+159
2023-12-19drm/xe: Add printable name to IP descriptorsMatt Roper3-3/+24
2023-12-19drm/xe: Clarify GT counting logicMatt Roper2-5/+16
2023-12-19drm/xe: Move engine masks into IP descriptor structuresMatt Roper2-51/+46
2023-12-19drm/xe: Move most platform traits to graphics IPMatt Roper2-54/+56
2023-12-19drm/xe: Set require_force_probe in each platform's descriptionMatt Roper1-3/+7
2023-12-19drm/xe: Start splitting xe_device_desc into graphics/media structuresMatt Roper2-29/+86
2023-12-19drm/xe: Always log GuC/HuC firmware versionsLucas De Marchi1-0/+5
2023-12-19drm/xe: Always write GEN12_RCU_MODE.GEN12_RCU_MODE_CCS_ENABLE for CCS enginesMatthew Brost1-1/+1
2023-12-19drm/xe: Update GuC/HuC firmware autoselect logicLucas De Marchi3-120/+204
2023-12-19drm/xe: Add test for GT workarounds and tuningsLucas De Marchi4-1/+143