aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-02-23drm/amd/display: Add missing clock types & fix formattingOvidiu Bunea1-4/+6
2026-02-23drm/amd/display: Fix dcn401_optimize_bandwidthCharlene Liu1-2/+2
2026-02-23drm/amd/display: Silence type mismatch warningGaghik Khachatrian1-1/+1
2026-02-23drm/amd/display: Fix DPIA number and driver ID field issueCruise Hung2-3/+3
2026-02-23drm/amd/display: Fix cursor pos at overlay plane edges on DCN4Ivan Lipski1-0/+19
2026-02-23drm/amd/display: Exit IPS w/ DC helper for all dc_set_power_state casesOvidiu Bunea1-2/+5
2026-02-23drm/amdgpu: Add xgmi link status for VFsSimon Louis2-0/+5
2026-02-23drm/amd/display: Add atomfirmware cap for DP++ Type2Aurabindo Pillai1-0/+1
2026-02-23drm/amdgpu: Print full vbios infoLijo Lazar1-2/+26
2026-02-23drm/amdgpu: rework ring reset backup and reemit v9Alex Deucher4-117/+74
2026-02-23drm/amdgpu/discovery: Enable DM for DCN42Roman Li1-0/+1
2026-02-23drm/amd/display: Enable dcn42 in DMRoman Li2-7/+37
2026-02-23drm/amd/display: Enable dcn42 DCRoman Li42-36/+568
2026-02-23drm/amd/display: Enable dcn42 DMUBRoman Li3-4/+68
2026-02-23drm/amd/display: Add DMUB support for dcn42Roman Li2-0/+923
2026-02-23drm/amd/display: Add dcn42 DC resourcesRoman Li40-0/+14974
2026-02-23drm/amd/display: Add dcn42 register headersRoman Li4-0/+85979
2026-02-23drm/amdgpu: Use DC by default on CIK APUsTimur Kristóf1-11/+0
2026-02-23drm/amd/display: Implement DAC load detection on external DP bridge encodersTimur Kristóf3-3/+14
2026-02-23drm/amd/display: Use external DP bridge encodersTimur Kristóf2-3/+35
2026-02-23drm/amd/display: Link detection for external DP bridge encodersTimur Kristóf2-14/+14
2026-02-23drm/amd/display: Add DCE HWSS support for external DP bridge encodersTimur Kristóf2-0/+57
2026-02-23drm/amd/display: Use preferred DP link rate if specifiedTimur Kristóf1-0/+2
2026-02-23drm/amd/display: Add ability for HWSS to prepare the DDC before useTimur Kristóf3-0/+7
2026-02-23drm/amd/display: Implement DDC probe over AUX channelTimur Kristóf1-2/+9
2026-02-23drm/amd/display: Implement BIOS parser external encoder controlTimur Kristóf4-12/+30
2026-02-23drm/amd/display: Refactor DAC load detection, move to HWSSTimur Kristóf5-38/+28
2026-02-23drm/amd/display: Add color depth helper function to BIOS parserTimur Kristóf1-75/+26
2026-02-23drm/amd/display: Handle DCE 6 in dce110_register_irq_handlersTimur Kristóf1-130/+35
2026-02-23drm/amd/display: Handle DCE 6 in dce_clk_mgr.cTimur Kristóf5-216/+52
2026-02-23drm/amd/display: Remove unused dce60_clk_mgr register definitionsTimur Kristóf2-38/+3
2026-02-23drm/amd/display: Delete unused dce_clk_mgr.cTimur Kristóf1-966/+0
2026-02-23drm/amd/display: Use dce_audio_create for DCE 6Timur Kristóf3-141/+1
2026-02-23drm/amd/display: Add dcn42 version identifiersRoman Li2-0/+2
2026-02-23drm/amdgpu: Make amdgpu_vm_flush() non-failing in submission pathSrinivasan Shanmugam3-15/+6
2026-02-23drm/amdgpu: Make amdgpu_fence_emit() non-failing v2Srinivasan Shanmugam4-24/+13
2026-02-23drm/amdgpu: reorder IB schedule sequenceAlex Deucher2-11/+22
2026-02-23drm/amdgpu: Remove duplicate struct memberTvrtko Ursulin2-3/+2
2026-02-23drm/amdgpu: add a helper to calculate ring distanceAlex Deucher1-6/+12
2026-02-23drm/amdgpu: remove some retired module parametersAlex Deucher2-22/+0
2026-02-23drm/amdgpu: don't call drm_sched_stop/start() in asic resetAlex Deucher2-6/+4
2026-02-23drm/amdgpu: Remove a few holes from struct amdgpu_ctxTvrtko Ursulin1-6/+6
2026-02-23drm/amdgpu/gfx12: add CU mask support for compute MQD initializationJesse.Zhang1-0/+33
2026-02-23drm/amdgpu/gfx11: add CU mask support for compute MQD initializationJesse.Zhang1-0/+33
2026-02-23drm/amdgpu: Add CU mask support for MQD propertiesJesse.Zhang3-0/+61
2026-02-23drm/amdgpu: add mqd_update callback to AMDGPU user queue interfaceJesse.Zhang1-0/+2
2026-02-23drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_statusPierre-Eric Pelloux-Prayer2-9/+9
2026-02-23drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_schedsPierre-Eric Pelloux-Prayer13-249/+113
2026-02-23drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZEPierre-Eric Pelloux-Prayer1-1/+1
2026-02-23drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submitPierre-Eric Pelloux-Prayer1-5/+8