summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2022-01-19drm/amd/pm: add message smu to get ecc_tablemziya2-0/+71
2022-01-19drm/amdgpu: add new query interface for umc_v8_7 blockmziya1-5/+155
2022-01-19drm/amd/pm: Update smu driver interface for sienna cichlidmziya1-3/+21
2022-01-15drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21Mario Limonciello8-79/+3
2022-01-15drm/amdgpu: drop flags check for CHIP_IP_DISCOVERYAlex Deucher1-5/+0
2022-01-15drm/amdgpu: Fix rejecting Tahiti GPUsLukas Fink1-1/+1
2022-01-15drm/amdgpu: don't do resets on APUs which don't support itAlex Deucher2-0/+8
2022-01-15drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()Alex Deucher1-27/+17
2022-01-15drm/amdgpu: Enable recovery on yellow carpCHANDAN VURDIGERE NATARAJ1-0/+1
2022-01-15drm/amd/display: Remove redundant initialization of dpg_widthJiapeng Chong1-1/+1
2022-01-15drm/amd/pm: Replace one-element array with flexible-array memberChangcheng Deng1-1/+1
2022-01-15drm/amd/pm: fix null ptr accessFlora Cui2-1/+4
2022-01-15drm/amdgpu: fix compile warning for ras_block_match_defaultyipechai1-1/+2
2022-01-15drm/amdgpu: Use ARRAY_SIZE to get array lengthyipechai1-1/+2
2022-01-15drm/amdgpu: clean up some inconsistent indentingYang Li2-4/+6
2022-01-15drm/amdgpu: remove unneeded semicolonYang Li1-1/+1
2022-01-15drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in...yipechai1-0/+8
2022-01-15drm/amdgpu: Add ras supported check for register_ras_blockyipechai1-0/+3
2022-01-15drm/amdgpu: Add interface to load SRIOV cap FWBokun Zhang7-15/+123
2022-01-15drm/amdkfd: Fix indentation on switch statementGraham Sider1-28/+27
2022-01-15drm/amdgpu: cleanup ttm debug sdma vram access functionJonathan Kim2-16/+16
2022-01-15drm/amdgpu: improve debug VRAM access performance using sdmaJonathan Kim2-0/+82
2022-01-15drm/amdgpu: Removed redundant ras codeyipechai1-48/+19
2022-01-15drm/amdgpu: Adjust error inject function code style in amdgpu_ras.cyipechai2-76/+40
2022-01-15drm/amdgpu: Modify mca block to fit for the unified ras block data and opsyipechai4-48/+77
2022-01-15drm/amdgpu: Modify sdma block to fit for the unified ras block data and opsyipechai5-36/+71
2022-01-15drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai12-64/+99
2022-01-15drm/amdgpu: Modify nbio block to fit for the unified ras block data and opsyipechai7-41/+43
2022-01-15drm/amdgpu: Modify mmhub block to fit for the unified ras block data and opsyipechai12-75/+73
2022-01-15drm/amdgpu: Modify hdp block to fit for the unified ras block data and opsyipechai7-31/+35
2022-01-15drm/amdgpu: Modify xgmi block to fit for the unified ras block data and opsyipechai5-30/+37
2022-01-15drm/amdgpu: Modify gfx block to fit for the unified ras block data and opsyipechai8-83/+123
2022-01-15drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h i...yipechai4-25/+51
2022-01-15drm/amdgpu: Unify ras block interface for each ras blockyipechai4-0/+78
2022-01-15drm/amd/pm: correct the checks for fan attributes supportEvan Quan6-109/+160
2022-01-15drm/amdgpu/pm: move additional logic into amdgpu_dpm_force_performance_levelAlex Deucher2-52/+59
2022-01-15drm/amd/pm: drop those unrealistic thermal_type checksEvan Quan1-10/+0
2022-01-15drm/amdgpu: wrap those atombios APIs used by SI under CONFIG_DRM_AMDGPU_SIEvan Quan2-10/+14
2022-01-15drm/amd/pm: unified lock protections in amdgpu_dpm.cEvan Quan3-213/+526
2022-01-15drm/amd/pm: revise the performance level setting APIsEvan Quan6-42/+34
2022-01-15drm/amd/pm: drop unnecessary gfxoff controlsEvan Quan4-42/+1
2022-01-15drm/amd/pm: relocate the power related headersEvan Quan87-11/+40
2022-01-15drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan12-67/+94
2022-01-15drm/amd/pm: drop redundant or unused APIs and data structuresEvan Quan2-49/+4
2022-01-15drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.cEvan Quan3-18/+9
2022-01-15drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementationsEvan Quan11-194/+289
2022-01-15drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structureEvan Quan3-4/+5
2022-01-15drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan13-1034/+1091
2022-01-15drm/amd/pm: do not expose the API used internally only in kv_dpm.cEvan Quan3-26/+24
2022-01-15drm/amd/pm: do not expose those APIs used internally only in si_dpm.cEvan Quan4-88/+83