summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2025-01-14drm/amdgpu: Mark debug KFD module params as unsafeKent Russell1-5/+5
2025-01-14drm/amdgpu: fix fw attestation for MP0_14_0_{2/3}Gui Chengming1-0/+4
2025-01-14drm/amdgpu: always sync the GFX pipe on ctx switchChristian König1-2/+2
2025-01-14drm/amdgpu: mark a bunch of module parameters unsafeChristian König1-7/+7
2025-01-14drm/amdgpu: Use DRM scheduler API in amdgpu_xcp_release_schedTvrtko Ursulin1-1/+1
2025-01-14drm/amdgpu: disable gfxoff with the compute workload on gfx12Kenneth Feng1-2/+3
2025-01-14drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX IsolationSrinivasan Shanmugam1-2/+10
2025-01-13Merge tag 'amd-drm-next-6.14-2025-01-10' of https://gitlab.freedesktop.org/ag...Dave Airlie167-2043/+4869
2025-01-10drm/amd/display: 3.2.316Ryan Seto1-1/+1
2025-01-10drm/amd/display: avoid reset DTBCLK at clock initCharlene Liu1-6/+12
2025-01-10drm/amd/display: improve dpia pre-trainPeichen Huang3-2/+20
2025-01-10drm/amd/display: Apply DML21 PatchesAustin Zheng10-18/+124
2025-01-10drm/amd/display: Use HW lock mgr for PSR1Tom Chung1-1/+2
2025-01-10drm/amd/display: Revised for Replay Pseudo vblank controlDennis Chan3-5/+5
2025-01-10drm/amd/display: Add a new flag for replay low hzRobin Chen1-0/+2
2025-01-10drm/amd/display: Remove unused read_ono_state function from Hwss moduleKarthi Kandasamy2-87/+0
2025-01-10drm/amd/display: Do not elevate mem_type change to full updateLeo Li1-6/+23
2025-01-10drm/amd/display: Do not wait for PSR disable on vbl enableLeo Li6-17/+54
2025-01-10drm/amd/display: Remove unnecessary eDP power downYiling Chen1-6/+6
2025-01-10Revert "drm/amd/display: Enable urgent latency adjustments for DCN35"Nicholas Susanto1-2/+2
2025-01-10drm/amd/display: Add SMU interface to get UMC count for dcn401Dillon Varone6-26/+65
2025-01-10drm/amd/display: Initialize denominator defaults to 1Alex Hung1-2/+2
2025-01-10drm/amd/display: Extend secure display to support DisplayCRC modeWayne Lin2-16/+49
2025-01-10drm/amd/display: Add support to configure CRC window on specific CRC instanceWayne Lin8-137/+329
2025-01-10drm/amd/display: Reduce accessing remote DPCD overheadWayne Lin2-9/+27
2025-01-10drm/amd/display: Validate mdoe under MST LCT=1 case as wellWayne Lin1-5/+9
2025-01-10drm/amd/display: DML2.1 Post-Si CleanupRafal Ostrowski38-810/+1077
2025-01-10drm/amd/display: Update chip_cap defines and usageMichael Strauss9-20/+21
2025-01-10drm/amd/display: [FW Promotion] Release 0.0.248.0Taimur Hassan1-7/+8
2025-01-10drm/amd/display: Add replay desync error count tracking and reset functionalityJack Chang4-0/+11
2025-01-10drm/amd/display: Log Hard Min Clocks and Phantom Pipe StatusSung Lee3-0/+41
2025-01-10drm/amd/display: Limit Scaling Ratio on DCN3.01Gabe Teeger1-4/+4
2025-01-10drm/amdgpu/smu13: update powersave optimizationsAlex Deucher1-5/+6
2025-01-10drm/amd/display: add CEC notifier to amdgpu driverKun Liu5-1/+154
2025-01-10drm/amdgpu: fill the ucode bo during psp resume for SRIOVVictor Zhao1-4/+5
2025-01-10drm/amdgpu/gfx10: Enable cleaner shader for GFX10.3.2/10.3.4/10.3.5 GPUsSrinivasan Shanmugam1-0/+3
2025-01-10drm/amdgpu: fix gpu recovery disable with per queue resetJonathan Kim1-0/+6
2025-01-10drm/amdgpu: wrong array index to get ip block for PSPJiang Liu1-2/+6
2025-01-10drm/amdgpu: tear down ttm range manager for doorbell in amdgpu_ttm_fini()Jiang Liu1-0/+1
2025-01-10drm/amdgpu: fix incorrect number of active RBs for gfx12Tim Huang1-2/+5
2025-01-10drm/amdgpu: fix incorrect active RB bitmap in setup RBsTim Huang1-1/+4
2025-01-10drm/amdkfd: Move gfx12 trap handler to separate fileJay Cornwall2-201/+1127
2025-01-10drm/amdgpu: Fix shift type in amdgpu_debugfs_sdma_sched_mask_set()Dan Carpenter1-2/+2
2025-01-10drm/amdgpu: enable gfx12 queue reset flagJesse Zhang1-1/+9
2025-01-10drm/amd/display: Increase sanitizer frame larger than limit when compile test...Nathan Chancellor1-0/+4
2025-01-10drm/amdgpu/pm: Implement SDMA queue reset for different asicJesse Zhang1-8/+22
2025-01-10drm/amdgpu/pm: add definition PPSMC_MSG_ResetSDMA2Jesse Zhang3-1/+4
2025-01-10drm/amdgpu/sdma4.4.2: add apu support in sdma queue resetJesse Zhang1-1/+1
2025-01-09Merge tag 'drm-misc-next-2025-01-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie10-149/+238
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov5-8/+8