summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-12-16drm/amdkfd: Fix improper NULL termination of queue restore SMI event stringBrian Kocoloski-1/+1
2025-12-16drm/amdgpu: Correct xcc_id input to GET_INST from physical to logicLikun Gao-37/+24
2025-12-16drm/amdgpu: Fix CP_MEC_MDBASE in multi-xcc for gfx v12_1Michael Chen-94/+98
2025-12-16drm/amdgpu: Support 57bit fault address for GFX 12.1.0Philip Yang-1/+1
2025-12-16drm/amdgpu: Add pde3 table invalidation request for GFX 12.1.0Philip Yang-0/+3
2025-12-16drm/amdkfd: Update LDS, Scratch base for 57bit addressPhilip Yang-10/+14
2025-12-16drm/amdgpu: Enable 5-level page table for GFX 12.1.0Philip Yang-3/+3
2025-12-16drm/amdgpu: init RS64_MEC_P2/P3_STACK for gfx12.1Feifei Xu-0/+2
2025-12-16drm/amdgpu: Fix CU info calculations for GFX 12.1Mukul Joshi-51/+27
2025-12-16drm/amdkfd: Update CWSR area calculations for GFX 12.1Mukul Joshi-9/+54
2025-12-16drm/amdgpu: Add soc v1_0 ih client id tableHawking Zhang-8/+96
2025-12-16drm/amdgpu: Flush TLB on all XCCs on GFX 12.1Mukul Joshi-1/+1
2025-12-16drm/amd/pm: restore SCLK settings after S0ix resumemythilam-5/+37
2025-12-16drm/amdgpu: do not use amdgpu_bo_gpu_offset_no_check individuallySaleemkhan Jamadar-2/+30
2025-12-16drm/amdgpu: Change set ip clock/power gating paramLijo Lazar-8/+6
2025-12-16drm/amdgpu: Use helper to get ip blockLijo Lazar-25/+18
2025-12-16drm/amdgpu: Move ip block related functionsLijo Lazar-443/+450
2025-12-16drm/amdgpu: fix a job->pasid access race in gpu recoveryAlex Deucher-2/+8
2025-12-16drm/amd/display: Promote DC to 3.2.363Taimur Hassan-1/+1
2025-12-16drm/amd/display: [FW Promotion] Release 0.1.40.0Taimur Hassan-22/+48
2025-12-16drm/amd/display: Split update_planes_and_stream_v3 into parts (V2)Dominik Kaszewski-10/+403
2025-12-16drm/amd/display: DPP low mem pwr related adjustment -Part ICharlene Liu-53/+60
2025-12-16drm/amd/display: Set enable_legacy_fast_update to false for DCN35/351Fudong Wang-2/+2
2025-12-16drm/amd/display: Don't disable DPCD mst_en if sink connectedPeichen Huang-5/+11
2025-12-16drm/amd/display: Support DRR granularityWeiguang Li-0/+9
2025-12-16drm/amd/display: Add USB-C DP Alt Mode lane limitation in DCN32LinCheng Ku-3/+12
2025-12-16drm/amd/display: Fix presentation of Z8 efficiencyAustin Zheng-2/+3
2025-12-16drm/amd/display: Add use_max_lsw parameterOleh Kuzhylnyi-0/+2
2025-12-16drm/amd/display: Fix DP no audio issueCharlene Liu-5/+4
2025-12-16drm/amd/display: Fix scratch registers offsets for DCN351Ray Wu-4/+4
2025-12-16drm/amd/display: Fix scratch registers offsets for DCN35Ray Wu-4/+4
2025-12-16drm/amd/display: Replay Video Conferencing V2ChunTao Tso-0/+14
2025-12-16drm/amd: Resume the device in thaw() callback when console suspend is disabledMario Limonciello (AMD)-1/+4
2025-12-16drm/amdkfd: allow debug subscription to lds violations on gfx 1250Jonathan Kim-0/+11
2025-12-16drm/amdgpu: enable gpu tlb flush for gfxhubLikun Gao-3/+0
2025-12-16drm/amd/include : Update MES v12 API headerShaoyun Liu-1/+2
2025-12-16drm/amdgpu: flush tlb properly for GMC v12.1 in early phaseLe Ma-3/+6
2025-12-16drm/amdgpu: Use AMDGPU_IS_GFXHUB to screen out GFXHUB for GMC v12.1Le Ma-3/+3
2025-12-16drm/amdgpu: only copy ucode for enabled xccLikun Gao-4/+6
2025-12-16drm/amdgpu: fix issue when switch NPS1 to NPSXchong li-3/+3
2025-12-16drm/amd/display: Fix 64-bit state pointer passed as 32-bit GPINT response bufferSrinivasan Shanmugam-2/+5
2025-12-16drm/amd/include : Update MES v12 comments on RESET APIShaoyun Liu-1/+20
2025-12-16drm/i915/display: Allow async flip when Selective Fetch is enabledJouni Högander-8/+0
2025-12-16sysfb: Move edid_info into sysfb_primary_displayThomas Zimmermann-6/+4
2025-12-16sysfb: Pass sysfb_primary_display to devicesThomas Zimmermann-6/+12
2025-12-16gpu: nova-core: gsp: replace firmware version with "bindings" aliasAlexandre Courbot-29/+29
2025-12-16gpu: nova-core: bindings: derive `MaybeZeroable`Alexandre Courbot-57/+54
2025-12-16gpu: nova-core: gsp: fix length of received messagesAlexandre Courbot-10/+17
2025-12-16gpu: nova-core: bindings: add missing explicit paddingAlexandre Courbot-0/+12
2025-12-16gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONSAlexandre Courbot-1/+1