aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi26-300/+331
2023-12-19drm/xe: Handle -EDEADLK case in exec ioctlNiranjana Vishwanathapura1-3/+24
2023-12-19drm/xe: Handle -EDEADLK case in preempt workerNiranjana Vishwanathapura1-0/+22
2023-12-19drm/xe: destroy clients engine and vm xarrays on closeMika Kuoppala1-0/+2
2023-12-19drm/xe: Print GT info on TLB inv failureNirmoy Das1-4/+4
2023-12-19drm/xe: Do not sleep in atomicNirmoy Das1-1/+1
2023-12-19drm/xe/guc: Handle RCU_MODE as masked from definitionLucas De Marchi2-20/+13
2023-12-19drm/xe/guc: Remove special handling for PVC A*Lucas De Marchi1-11/+3
2023-12-19drm/xe: Fix comment on Wa_22013088509Lucas De Marchi1-3/+10
2023-12-19drm/xe: Do not mark 1809175790 as a WALucas De Marchi1-2/+5
2023-12-19drm/xe: Enable the compat ioctl functionalityChristopher Snowhill1-1/+1
2023-12-19drm/xe: Fix splat during error dumpFrancois Dugast3-5/+18
2023-12-19drm/xe: Set default MOCS value for copy cs instructionsJosé Roberto de Souza4-0/+37
2023-12-19drm/xe: Set default MOCS value for cs instructionsJosé Roberto de Souza5-2/+59
2023-12-19drm/xe: Include only relevant header in xe_module.hGustavo Sousa1-1/+1
2023-12-19drm/xe: Enable Raptorlake-PJosé Roberto de Souza1-0/+1
2023-12-19drm/xe: Fix media detection for pre-GMD_ID platformsLucas De Marchi1-58/+55
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