summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2025-01-07drm/amdgpu: don't change mode in amdgpu_dm_connector_mode_valid()Dmitry Baryshkov1-2/+8
2025-01-06drm/amdgpu: Remove unnecessary NULL checkKent Russell1-4/+2
2025-01-06drm/amd/pm: Fill max mem bw & total app clk counterAsad Kamal1-0/+23
2025-01-06drm/amd/pm: Update SMUv13.0.6 PMFW headersAsad Kamal1-3/+11
2025-01-06drm/amdgpu: Add a lock when accessing the buddy trim functionArunpravin Paneer Selvam1-1/+1
2025-01-06drm/amdkfd: always include uapi header in priv.hZhu Lingshan1-1/+1
2025-01-06drm/amdgpu: reduce RLC safe mode request for gfx clock gatingPrike Liang2-20/+6
2025-01-06Revert "drm/amd/display: Optimize cursor position updates"Aurabindo Pillai4-19/+12
2025-01-06drm/amdgpu/gfx10: Add cleaner shader for GFX10.3.0Srinivasan Shanmugam3-0/+195
2025-01-06drm/amd/pm: fix BUG: scheduling while atomicKun Liu4-6/+10
2025-01-06drm/amdgpu: Fix error handling in amdgpu_ras_add_bad_pagesSrinivasan Shanmugam1-5/+16
2025-01-06drm/amdkfd: wq_release signals dma_fence only when availableZhu Lingshan1-1/+2
2025-01-06drm/amdgpu: Fix for MEC SJT FW Load Fail on VFyfeng11-2/+7
2025-01-06drm/amd/display: Promote DC to 3.2.315Martin Leung1-1/+1
2025-01-06drm/amd/display: Extend capability to get multiple ROI CRCsWayne Lin1-7/+29
2025-01-06drm/amd/display: Add VC for VESA Aux Backlight ControlIswara Nagulendran4-3/+44
2025-01-06drm/amd/display: Clean up SPL codeSamson Tam1-45/+43
2025-01-06drm/amd/display: Add check for granularity in dml ceil/floor helpersRoman Li1-0/+8
2025-01-06drm/amd/display: Add 6bpc RGB case for dcn32 output bpp calculationsGeorge Shen1-0/+4
2025-01-06drm/amd/display: Disable replay and psr while VRR is enabledTom Chung3-4/+6
2025-01-06drm/amd/display: Fix PSR-SU not support but still call the amdgpu_dm_psr_enableTom Chung1-1/+1
2025-01-06drm/amd/display: Add HBlank reduction DPCD write to DPMS sequenceGeorge Shen3-0/+28
2025-01-06drm/amd/display: Optimize cursor position updatesAric Cyr4-12/+19
2025-01-06drm/amd/display: fix init_adj offset for cositing in SPLSamson Tam2-6/+7
2025-01-06drm/amd/display: Ensure correct GFX tiling info passed to DMLKarthi Kandasamy6-5/+27
2025-01-06drm/amd/display: Update dc_tiling_info union to structureKarthi Kandasamy20-124/+136
2025-01-06drm/amd/display: modify init dc_power_stateBrandon Syu1-4/+0
2025-01-06drm/amd/display: have pretrain for dpiaPeichen Huang10-7/+180
2025-01-06drm/amd/display: Implement Replay Low Hz Visual ConfirmDennis.Chan3-5/+72
2025-01-06drm/amd/display: Add Interface to Dump DSC Caps from dmFangzhi Zuo2-0/+50
2025-01-06drm/amd/display: Add guards around MAX/MINAurabindo Pillai1-0/+2
2025-01-06drm/amd/display: correct type mismatches in comparisons in DML2Natanel Roizenman3-24/+24
2025-01-06drm/amd/display: Adjust dm to use supported interfaces for setting multiple c...Wayne Lin5-72/+185
2025-01-06drm/amd/display: Extend dc_stream_get_crc to support 2nd crc engineWayne Lin10-31/+101
2025-01-06drm/amd/display: Add support for setting multiple CRC windows in dcWayne Lin3-0/+74
2025-01-06drm/amd/display: Add expanded HBlank field to dc_crtc_timingGeorge Shen1-0/+3
2025-01-06drm/amd/display: Add DP required HBlank size calc to link interfaceGeorge Shen6-0/+215
2025-01-06drm/amd/display: Parse RECEIVE_PORT0_CAP capabilities from DPCDGeorge Shen4-0/+37
2025-01-06drm/amd/display: Cleanup outdated interfaces in dcn401_clk_mgrDillon Varone2-224/+17
2025-01-06drm/amd/display: power up all gating blocks when releasing hw DCN35Yihan Zhu3-0/+37
2025-01-06drm/amd/display: update sequential pg logic DCN35Yihan Zhu1-1/+6
2025-01-06drm/amdkfd: fixed page fault when enable MES shader debuggerJesse.zhang@amd.com1-0/+17
2024-12-20drm/amd/display: Reapply fdedd77b0eb3Nathan Chancellor1-1/+1
2024-12-20drm/amd/display: fix divide error in DM plane scale calcsMelissa Wen1-2/+2
2024-12-20drm/amd/display: increase MAX_SURFACES to the value supported by hwMelissa Wen1-1/+1
2024-12-20drm/amd/display: fix page fault due to max surface definition mismatchMelissa Wen6-9/+8
2024-12-20drm/amd/display: Remove unnecessary amdgpu_irq_get/putAlex Hung1-31/+0
2024-12-20Merge tag 'drm-misc-next-2024-12-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-2/+5
2024-12-20Merge tag 'amd-drm-next-6.14-2024-12-18' of https://gitlab.freedesktop.org/ag...Dave Airlie307-3722/+10497
2024-12-19drm/amdgpu: track bo memory stats at runtimeYunxiang Li9-139/+232