summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Revert "drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends on"Geert Uytterhoeven7-10/+9
2024-05-02Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"Geert Uytterhoeven17-27/+26
2024-05-02Revert "drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on"Geert Uytterhoeven7-7/+6
2024-05-02Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"Geert Uytterhoeven8-8/+7
2024-05-02Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies"Geert Uytterhoeven2-2/+2
2024-05-02Revert "drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable"Geert Uytterhoeven1-1/+1
2024-05-02Revert "drm/display: Select DRM_KMS_HELPER for DP helpers"Geert Uytterhoeven1-1/+0
2024-05-02Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2"Geert Uytterhoeven2-2/+2
2024-05-02drm/panthor: Kill the faulty_slots variable in panthor_sched_suspend()Boris Brezillon1-7/+3
2024-04-30Merge tag 'amd-drm-next-6.10-2024-04-26' of https://gitlab.freedesktop.org/ag...Dave Airlie185-286/+1650
2024-04-30Merge tag 'drm-intel-gt-next-2024-04-26' of https://anongit.freedesktop.org/g...Dave Airlie53-156/+399
2024-04-29Merge v6.9-rc6 into drm-nextDaniel Vetter23-195/+89
2024-04-27drm/amd/display: Add some HDCP registers DCN35 listRodrigo Siqueira1-1/+11
2024-04-27drm/amdgpu/mes11: update ADD_QUEUE interfaceJack Xiao1-3/+14
2024-04-27drm/amdgpu: fix the warning about the expression (int)size - lenJesse Zhang1-2/+3
2024-04-27drm/amdgpu/mes: add mes mapping legacy queue supportJack Xiao2-0/+36
2024-04-27drm/amdgpu: fix uninitialized scalar variable warningTim Huang1-1/+2
2024-04-27drm/amd/display: Code style adjustmentsRodrigo Siqueira2-3/+3
2024-04-27drm/amd/display: Adjust registers sequence in the DIO listRodrigo Siqueira1-2/+3
2024-04-27drm/amd/display: Clean up code in DCRodrigo Siqueira5-25/+10
2024-04-27drm/amdgpu: skip ip dump if devcoredump flag is setSunil Khatri1-6/+7
2024-04-27drm/amdgpu: Modify the contiguous flags behaviourArunpravin Paneer Selvam2-7/+24
2024-04-27drm/amd/display: Fix uninitialized variables in DCAlex Hung14-19/+19
2024-04-27drm/amd/display: Fix uninitialized variables in DCAlex Hung18-39/+39
2024-04-27drm/amd/display: Fix uninitialized variables in DMAlex Hung2-6/+6
2024-04-27drm/amd/display: Remove redundant include fileAlex Hung1-1/+0
2024-04-27drm/amd/display: ASSERT when failing to find index by plane/stream idAlex Hung1-2/+4
2024-04-27drm/amd/display: Do not return negative stream id for arrayAlex Hung1-0/+7
2024-04-27drm/amd/display: Fix overlapping copy within dml_core_mode_programmingHersen Wu1-1/+3
2024-04-27drm/amd/display: Skip finding free audio for unknown engine_idAlex Hung1-0/+3
2024-04-27drm/amd/display: Check pipe offset before setting vblankAlex Hung1-2/+6
2024-04-27drm/amdkfd: Enable SQ watchpoint for gfx10Lancelot SIX1-13/+58
2024-04-27drm/amd/display: Check index msg_id before read or writeAlex Hung1-0/+8
2024-04-27drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rl...Srinivasan Shanmugam1-1/+1
2024-04-27drm/amd/display: Add NULL pointer check for kzallocHersen Wu11-0/+44
2024-04-27drm/amd/display: Handle Y carry-over in VCP X.Y calculationGeorge Shen1-0/+6
2024-04-27drm/amdgpu: Fix ras mode2 reset failure in ras aca modeYiPeng Chai1-0/+4
2024-04-27drm/amdgpu: fix double free err_addr pointer warningsBob Zhou1-0/+1
2024-04-27drm/amdgpu: initialize the last_jump_jiffies in atom_exec_contextJesse Zhang1-0/+1
2024-04-27drm/amdgpu: add check before free wb entryJesse Zhang3-3/+6
2024-04-27drm/amdgpu: add return result for amdgpu_i2c_{get/put}_byteBob Zhou1-19/+28
2024-04-27drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou1-0/+3
2024-04-27drm/amdgpu: Initialize timestamp for some legacy SOCsMa Jun1-0/+8
2024-04-27drm/amdgpu: Use new interface to reserve bad pageYiPeng Chai1-3/+1
2024-04-27drm/amdgpu: Fix address translation defectYiPeng Chai1-1/+1
2024-04-27drm/amdkfd: Enforce queue BO's adevHarish Kasiviswanathan1-0/+5
2024-04-27drm/amd/display: Increase SAT_UPDATE_PENDING timeoutDmytro Laktyushkin1-1/+1
2024-04-27drm/amd/display: Add some missing HDMI registers for DCN3xRodrigo Siqueira6-0/+32
2024-04-27drm/amdgpu: support ACA logging ecc errorsYiPeng Chai1-0/+5
2024-04-27drm/amdgpu: add poison consumption handlerYiPeng Chai1-4/+39