summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2020-08-06drm/amd/powerplay: correct smu message for vf modeLikun Gao1-35/+35
2020-08-06drm/amd/powerplay: add msg map for mode1 resetLikun Gao1-0/+1
2020-08-06drm/amd/powerplay: skip invalid msg when smu set mp1 stateLikun Gao1-0/+3
2020-08-06drm/amd/powerplay: remove the dpm checking in the boot sequenceKenneth Feng1-1/+1
2020-08-06Revert "drm/amd/powerplay: drop unnecessary message support check"Changfeng2-1/+10
2020-08-06drm/amdgpu: add printing after executing page reservation to eepromGuchun Chen1-1/+4
2020-08-06drm/amdgpu: expand sienna chichlid reg access supportJohn Clements1-0/+45
2020-08-06drm/amdgpu: fix spelling mistake "Falied" -> "Failed"Colin Ian King1-1/+1
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-3/+2
2020-07-27Merge tag 'amd-drm-next-5.9-2020-07-24' of git://people.freedesktop.org/~agd5...Dave Airlie53-1950/+3002
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie2-2/+2
2020-07-23Merge tag 'amd-drm-next-5.9-2020-07-17' of git://people.freedesktop.org/~agd5...Dave Airlie154-3011/+5136
2020-07-23Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-7/+2
2020-07-21Revert "drm/amd/display: Expose connector VRR range via debugfs"Bhanuprakash Modem1-20/+0
2020-07-21drm/amdgpu/sienna_cichlid: add SMU i2c support (v2)Alex Deucher1-0/+239
2020-07-21drm/amdgpu/navi1x: add SMU i2c support (v2)Alex Deucher1-0/+239
2020-07-21drm/amdgpu/swSMU: remove eeprom from the smu i2c handlers (v2)Alex Deucher4-36/+36
2020-07-21drm/amdgpu/vega20: enable the smu i2c bus for all boardsAlex Deucher1-7/+4
2020-07-21drm/amdgpu: remove eeprom from the smu i2c handlersAlex Deucher3-30/+30
2020-07-21drm/amdgpu: move i2c bus lock out of ras structureAlex Deucher3-8/+4
2020-07-21drm/amdgpu: Fix NULL dereference in dpm sysfs handlersPaweł Gronowski1-6/+3
2020-07-21drm/amd/powerplay: fix a crash when overclocking Vega MQiu Wenbo1-4/+6
2020-07-21drm/amd/powerplay: retrieve VCN dpm table per instancesJiansong Chen1-30/+37
2020-07-21drm/amd/powerplay: update driver if version for navy_flounderJiansong Chen1-1/+1
2020-07-21drm/amd/powerplay: fix typos for clk mapJiansong Chen1-2/+2
2020-07-21drm/amdgpu/vcn: merge shared memory into vcpuJames Zhu2-13/+6
2020-07-21Revert "drm/amdgpu/vcn: add shared memory restore after wake up from sleep."James Zhu2-28/+1
2020-07-21drm/amd/display: 3.2.95Aric Cyr1-1/+1
2020-07-21drm/amd/display: interface to obtain minimum plane size capsIgor Kravchenko5-5/+18
2020-07-21drm/amd/display: Add additional config guards for DCNAurabindo Pillai1-2/+4
2020-07-21drm/amd/display: Call dsc related functions indirectly via dc interfaceAurabindo Pillai1-1/+1
2020-07-21drm/amd/display: Improve compatibility by re-ordering info-packetsNaveed Ashfaq1-4/+4
2020-07-21drm/amd/display: [FW Promotion] Release 0.0.25Anthony Koo1-2/+2
2020-07-21drm/amd/display: Make new dc interface for adding dsc resourceAurabindo Pillai5-1/+20
2020-07-21drm/amd/display: rename dsc extended caps as dsc branch decoder capsWenjing Liu4-10/+10
2020-07-21drm/amd/display: Decouple ABM init from dmcuRoman Li1-3/+10
2020-07-21drm/amd/display: Implement AMD VSIF V3Reza Amini4-0/+73
2020-07-21drm/amd/display: Add DSC parameters logging to debugfsEryk Brol3-1/+525
2020-07-21drm/amd/display: remove unhelpful 5ms delayAric Cyr1-4/+0
2020-07-21drm/amdgpu: do not disable SMU on vm rebootNirmoy Das1-1/+2
2020-07-21drm/amdgpu: add timeout flush mechanism to update wptr for self interrupt (v2)Chengming Gui1-0/+45
2020-07-21drm/amdgpu: enable xgmi support for sienna cichlidJohn Clements1-0/+3
2020-07-21drm/amdgpu: load asd for sienna cichlidJohn Clements1-1/+0
2020-07-21drm/amd/powerplay: tag swSMU code layersEvan Quan13-9/+28
2020-07-21drm/amd/powerplay: revise the calling flow on OD table updateEvan Quan2-8/+7
2020-07-21drm/amd/powerplay: drop unnecessary message support checkEvan Quan1-9/+0
2020-07-21drm/amd/powerplay: move SMC message issuing APIs to smu_cmn.cEvan Quan13-313/+252
2020-07-21drm/amd/powerplay: update the tables init relatedEvan Quan9-120/+83
2020-07-21drm/amd/powerplay: move table setting common code to smu_cmn.cEvan Quan11-81/+103
2020-07-21drm/amd/powerplay: maximum code sharing around watermarks settingEvan Quan7-182/+166