aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* drm/amd: Load GFX10 microcode during early_initMario Limonciello2023-01-091-66/+18
* drm/amd: Use `amdgpu_ucode_*` helpers for GFX10Mario Limonciello2023-01-091-51/+20
* drm/amd: Load GFX9 microcode during early_initMario Limonciello2023-01-091-49/+9
* drm/amd: Use `amdgpu_ucode_*` helpers for GFX9Mario Limonciello2023-01-091-61/+21
* drm/amd: Remove superfluous assignment for `adev->mes.adev`Mario Limonciello2023-01-092-2/+0
* drm/amd: Use `amdgpu_ucode_*` helpers for MESMario Limonciello2023-01-093-26/+4
* drm/amd: Load MES microcode during early_initMario Limonciello2023-01-094-151/+100
* drm/amd/display: Remove unneeded semicolonYang Li2023-01-091-3/+3
* drm/amd/display: Remove redundant assignment to variable dcYi Yang2023-01-091-1/+1
* drm/amd/display: fix PSR-SU/DSC interoperability supportHamza Mahfooz2023-01-093-0/+37
* drm/amd: Load VCN microcode during early_initMario Limonciello2023-01-097-48/+31
* drm/amd: Use `amdgpu_ucode_*` helpers for VCNMario Limonciello2023-01-091-13/+3
* drm/amd: Make SDMA firmware load failures less noisy.Mario Limonciello2023-01-091-3/+1
* drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`Mario Limonciello2023-01-096-157/+18
* drm/amd: Use `amdgpu_ucode_request` helper for SDMAMario Limonciello2023-01-091-7/+2
* drm/amd: Add a new helper for loading/validating microcodeMario Limonciello2023-01-092-0/+39
* drm/amd: Convert SMUv13 microcode to use `amdgpu_ucode_ip_version_decode`Mario Limonciello2023-01-091-10/+2
* drm/amd: Convert SMUv11 microcode to use `amdgpu_ucode_ip_version_decode`Mario Limonciello2023-01-091-32/+3
* drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"Mario Limonciello2023-01-091-0/+221
* drm/amd: Delay removal of the firmware framebufferMario Limonciello2023-01-092-6/+8
* drm/amdgpu: Fix potential NULL dereferenceLuben Tuikov2023-01-091-2/+3
* drm/amdgpu: update ta_secureDisplay_if.h to v27.00.00.08Aaron Liu2023-01-055-19/+19
* drm/amd/pm: add the missing mapping for PPT feature on SMU13.0.0 and 13.0.7Evan Quan2023-01-052-0/+2
* drm/amd/pm: correct the reference clock for fan speed(rpm) calculationEvan Quan2023-01-051-2/+2
* drm/amd/display: Remove redundant logs from DSC codePraful Swarnakar2023-01-052-2/+0
* drm/amd/display: fix array-bounds errors in dc_stream_remove_writeback()Wen Yang2023-01-051-1/+8
* drm/amd/display: drop unnecessary NULL checks in debugfsAlexey Kodanev2023-01-051-56/+16
* drm/amdgpu: allow query error counters for specific IP blockHawking Zhang2023-01-052-21/+71
* drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interruptxurui2023-01-058-15/+36
* drm/amdkfd: simplify casesAlex Deucher2023-01-051-11/+0
* drm/amd/display: fix dc/core/dc.c kernel-docRandy Dunlap2023-01-031-15/+25
* Revert "drm/amd/display: Enable Freesync Video Mode by default"Michel Dänzer2023-01-033-5/+35
* drm/amd/display: Remove the unused function dmub_outbox_irq_info_funcsJiapeng Chong2023-01-031-5/+0
* drm/amd/display: Fix dsc mismatch of acquire and validation of dsc engineBhawanpreet Lakha2023-01-031-0/+3
* drm/amdgpu: remove enable ras cmd call traceStanley.Yang2023-01-031-3/+13
* drm/amdgpu: correct umc poison mode set valueStanley.Yang2023-01-031-20/+4
* drm/amd/display: 3.2.217Aric Cyr2023-01-031-1/+1
* drm/amd/display: Reorder dc_state fields to optimize clearing the structAric Cyr2023-01-031-9/+9
* drm/amd/display: Adding braces to prepare for future changes to behavior of i...Leo Chen2023-01-031-1/+2
* drm/amd/display: set ignore msa parameter only if freesync is enabledAurabindo Pillai2023-01-031-2/+9
* drm/amd/display: allow hpo and dio encoder switching during dp retrain testWenjing Liu2023-01-034-43/+72
* drm/amd/display: update pixel rate div in enable streamWenjing Liu2023-01-031-0/+12
* drm/amd/display: move dccg programming from link hwss hpo dp to hwssWenjing Liu2023-01-033-37/+63
* drm/amd/display: fix dc_get_edp_link_panel_inst to only consider links with p...Dmytro Laktyushkin2023-01-031-6/+9
* drm/amd/display: Defer DIG FIFO disable after VID stream enableNicholas Kazlauskas2023-01-031-3/+3
* drm/amd/display: patch cases with unknown plane state to prevent warningSwapnil Patel2023-01-031-1/+2
* drm/amd/display: Turn on phantom OTG before disabling phantom pipeAlvin Lee2023-01-036-34/+88
* drm/amd/display: Improvements in secure displayAlan Liu2023-01-032-0/+9
* drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 an...Samson Tam2023-01-031-3/+3
* drm/amd/display: phase3 mst hdcp for multiple displayshersen wu2023-01-031-42/+141