aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-25drm/amdgpu: move runtime pm init after drm and fbdev initAlex Deucher2-68/+66
2022-01-25drm/amdgpu: move PX checking into amdgpu_device_ip_early_initAlex Deucher2-11/+13
2022-01-25drm/amdgpu: set APU flag based on IP discovery tableAlex Deucher1-0/+13
2022-01-25drm/amdgpu/pm/smu7: drop message about VI performance levelsAlex Deucher1-4/+0
2022-01-25drm/amd/display: Call dc_stream_release for remove link enc assignmentNicholas Kazlauskas1-0/+1
2022-01-25drm/amd/display: add debug option for z9 disable interfaceEric Yang3-1/+7
2022-01-25drm/amd/display: fix zstate allow interface to PMFWEric Yang1-1/+1
2022-01-25drm/amd/display: Disable physym clockDavid Galiffi3-12/+63
2022-01-25drm/amd/display: Fix disabling dccg clocksDavid Galiffi3-15/+37
2022-01-25drm/amd/display: allow set dp drive setting when stream is not presentWenjing Liu2-18/+15
2022-01-25drm/amd/display: Remove unnecessary function definitionAric Cyr3-9/+1
2022-01-25drm/amd/display: 3.2.170Aric Cyr1-1/+1
2022-01-25drm/amd/display: Reset preferred training settings immediatelyWayne Lin1-1/+1
2022-01-25drm/amd/display: [FW Promotion] Release 0.0.101.0Anthony Koo1-3/+6
2022-01-25drm/amd/display: Update VSC HDR infoPacket on TF changeReza Amini3-14/+16
2022-01-25drm/amd/display: remove PHY repeater count check for LTTPR modeSung Joon Kim1-2/+1
2022-01-25drm/amd/display: Support synchronized indirect reg accessRoy Chan2-0/+94
2022-01-25drm/amd/display: Add DSC Enable for Synaptics HubFangzhi Zuo2-0/+51
2022-01-25drm/amd/display: Retrieve MST Downstream Port StatusFangzhi Zuo2-0/+24
2022-01-25drm/amd/display: Add Synaptics Fifo Reset WorkaroundFangzhi Zuo3-1/+144
2022-01-25drm/amd/display: Add Cable ID support for native DPShen, George6-0/+92
2022-01-25drm/amd/display: Use PSR version selected during set_psr_capsNicholas Kazlauskas1-4/+2
2022-01-25drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgrIan Chen3-27/+13
2022-01-25drm/amd/display: Only set PSR version when validNicholas Kazlauskas1-0/+4
2022-01-25drm/amd/display: Change error to warning when hpd remains low for eDPVarone1-1/+1
2022-01-25drm/amd/display: Driver support for MCLK query toolAlvin Lee2-0/+25
2022-01-25drm/amd/display: do not compare integers of different widthsJosip Pavic1-2/+2
2022-01-25drm/amd/display: add protection in link encoder matching logicMartin Tsai7-92/+36
2022-01-25drm/amd/display: Don't update drm connector when read local EDIDWayne Lin1-8/+0
2022-01-25drm/amd/display: fix a coding error causing set throttled vcp size skipped for dpiaWenjing Liu1-1/+1
2022-01-25drm/amd/display: rename dc_link_hwss struct to link_hwssWenjing Liu3-12/+12
2022-01-25drm/amd/display: add more link_hwss types and method to decide which oneWenjing Liu2-6/+50
2022-01-25drm/amd/display: abstract encoder related hwseq across different typesWenjing Liu4-48/+143
2022-01-25drm/amd/display: Drop DCN for DP2.x logicWenjing Liu27-748/+83
2022-01-25drm/amd/display: Add work around to enforce TBT3 compatibility.Jimmy Kizito5-6/+34
2022-01-25drm/amd/display: factor out dp detection link training and mst top detectionWenjing Liu5-291/+259
2022-01-25drm/amd/pm: use existing fini_smc_tables function for cyan skillfishLang Yu1-17/+1
2022-01-25drm/amd/pm: add get_dpm_ultimate_freq function for cyan skillfishLang Yu1-0/+31
2022-01-25Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in ras_list"yipechai1-7/+0
2022-01-25drm/amdgpu: Move xgmi ras initialization from .late_init to .early_inityipechai4-5/+21
2022-01-25drm/amdgpu: fix channel index mapping for SIENNA_CICHLIDStanley.Yang1-12/+17
2022-01-25drm/amdgpu: switch to common helper to read bios from romHawking Zhang4-69/+43
2022-01-25drm/amdgpu: retire rlc callbacks sriov_rreg/wregHawking Zhang5-226/+3
2022-01-25drm/amdgpu: switch to amdgpu_sriov_rreg/wregHawking Zhang2-5/+5
2022-01-25drm/amdgpu: add helper for rlcg indirect reg accessHawking Zhang2-1/+124
2022-01-25drm/amdgpu: init rlcg_reg_access_ctrl for gfx10Hawking Zhang1-4/+34
2022-01-25drm/amdgpu: init rlcg_reg_access_ctrl for gfx9Hawking Zhang1-4/+26
2022-01-25drm/amdgpu: add structures for rlcg indirect reg accessHawking Zhang1-0/+14
2022-01-25drm/amdgpu: switch to get_rlcg_reg_access_flag for gfx10Hawking Zhang1-39/+2
2022-01-25drm/amdgpu: switch to get_rlcg_reg_access_flag for gfx9Hawking Zhang1-29/+4