summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2025-09-05drm/amdgpu/userq: add a detect and reset callbackJesse.Zhang-0/+51
2025-09-05drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()Qianfeng Rong-1/+1
2025-09-05drm/amdgpu: don't enable SMU on cyan skillfishAlex Deucher-1/+4
2025-09-05drm/amdgpu: add support for cyan skillfish gpu_infoAlex Deucher-0/+4
2025-09-05drm/amdgpu: add support for cyan skillfish without IP discoveryAlex Deucher-0/+30
2025-09-05drm/amdgpu: add ip offset support for cyan skillfishAlex Deucher-1/+59
2025-09-05drm/amdgpu: Fix function header names in amdgpu_connectors.cSrinivasan Shanmugam-3/+12
2025-09-05amd/amdkfd: correct mem limit calculation for small APUsYifan Zhang-12/+32
2025-09-05drm/amd/display: remove oem i2c adapter on finishGeoffrey McRae-1/+12
2025-09-05drm/amdgpu/userq: add force completion helpersAlex Deucher-0/+43
2025-09-05drm/amdgpu: add user queue reset sourceAlex Deucher-0/+4
2025-09-05drm/amdgpu/mes12: implement detect and reset callbackJesse.Zhang-0/+31
2025-09-05drm/amdgpu/mes11: implement detect and reset callbackJesse.Zhang-0/+31
2025-09-05drm/amdgpu/mes: add front end for detect and reset hung queueJesse.Zhang-0/+86
2025-09-05drm/amd/amdgpu: Implement MES suspend/resume gang functionality for v12Jesse.Zhang-2/+30
2025-09-05drm/amdgpu: Add preempt and restore callbacks to userq funcsJesse.Zhang-0/+4
2025-09-05drm/amdgpu: fix the formating for debugfs printSunil Khatri-1/+1
2025-09-05drm/amd: add more cyan skillfish PCI idsAlex Deucher-0/+5
2025-09-05drm/amdgpu: add more information in debugfs to pagetable dumpSunil Khatri-0/+6
2025-09-05drm/amdgpu: Correct info field of bad page threshold exceed CPERXiang Liu-1/+3
2025-09-05drm/amdkfd: fix p2p links bug in topologyEric Huang-1/+2
2025-09-05drm/amdgpu/vcn: Remove redundant ternary operatorsLiao Yuanhong-2/+2
2025-09-05drm/amdgpu/jpeg: Remove redundant ternary operatorsLiao Yuanhong-3/+3
2025-09-05drm/amdgpu/ih: Remove redundant ternary operatorsLiao Yuanhong-6/+3
2025-09-05drm/amdgpu/gmc: Remove redundant ternary operatorsLiao Yuanhong-6/+3
2025-09-05drm/amdgpu/gfx: Remove redundant ternary operatorsLiao Yuanhong-4/+2
2025-09-05drm/amdgpu/amdgpu_cper: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-09-05drm/amd/amdgpu: Fix a less than zero check on a uint32_t struct fieldColin Ian King-2/+4
2025-09-05Merge tag 'drm-misc-next-2025-09-04' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-46/+115
2025-09-03drm/amd/amdgpu: Fix missing error return on kzalloc failureColin Ian King-1/+1
2025-09-03drm: panel-backlight-quirks: Log applied panel brightness quirksAntheas Kapenekakis-3/+13
2025-09-03drm: panel-backlight-quirks: Add brightness mask quirkAntheas Kapenekakis-0/+12
2025-09-03drm: panel-backlight-quirks: Convert brightness quirk to generic structureAntheas Kapenekakis-4/+8
2025-09-02drm/amdgpu/amdkfd: Avoid a couple hundred -Wflex-array-member-not-at-end warn...Gustavo A. R. Silva-6/+10
2025-09-02drm/amd/amdgpu: Fix missing error return on kzalloc failureColin Ian King-1/+1
2025-09-02drm/amd/pm: Print VCE clocks too in si_dpm (v3)Timur Kristóf-0/+1
2025-09-02drm/amd/pm: Remove wm_low and wm_high fields from amdgpu_crtc (v2)Timur Kristóf-9/+3
2025-09-02drm/amd/pm: Disable SCLK switching on Oland with high pixel clocks (v3)Timur Kristóf-0/+31
2025-09-02drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)Timur Kristóf-0/+7
2025-09-02drm/amd/pm: Treat zero vblank time as too short in si_dpm (v3)Timur Kristóf-1/+7
2025-09-02drm/amd/pm: Adjust si_upload_smc_data register programming (v3)Timur Kristóf-2/+2
2025-09-02drm/amd/pm: Fix si_upload_smc_data (v3)Timur Kristóf-19/+24
2025-09-02drm/amd/pm: Increase SMC timeout on SI and warn (v3)Timur Kristóf-2/+24
2025-09-02drm/amd/pm: Disable ULV even if unsupported (v3)Timur Kristóf-7/+3
2025-09-02drm/amdgpu: Power up UVD 3 for FW validation (v2)Timur Kristóf-4/+25
2025-09-02drm/amdgpu: Allow kfd CRIU with no buffer objectsDavid Francis-2/+2
2025-09-02drm/amdgpu: Add mapping info option for GEM_OP ioctlDavid Francis-13/+80
2025-09-02drm/amdgpu: Add ioctl to get all gem handles for a processDavid Francis-0/+82
2025-09-02drm/amdgpu: Allow more flags to be set on gem create.David Francis-9/+15
2025-09-02Merge tag 'amd-drm-next-6.18-2025-08-29' of https://gitlab.freedesktop.org/ag...Dave Airlie-2358/+4807