summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2020-08-26gpu: amd: Remove duplicate semicolons at the end of lineYouling Tang-1/+1
2020-08-26drm/amdgpu/gfx10: refine mgcg settingJiansong Chen-4/+2
2020-08-26drm/amdkfd: implement the dGPU fallback path for apu (v6)Huang Rui-1/+4
2020-08-26drm/amdgpu: Embed drm_device into amdgpu_device (v3)Luben Tuikov-46/+45
2020-08-26drm/amdgpu: disable runtime pm for navy_flounderJiansong Chen-0/+1
2020-08-26drm/amdgpu: Fix buffer overflow in INFO ioctlAlex Deucher-0/+4
2020-08-26drm/amdgpu: use MODE1 reset for navy_flounder by defaultJiansong Chen-0/+1
2020-08-26drm/amdgpu: add asd fw check before loading asdTao Zhou-2/+1
2020-08-26drm/amdgpu/gfx10: refine mgcg settingJiansong Chen-4/+2
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov-275/+280
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov-222/+227
2020-08-24drm/amdgpu: enable HDP clock gattingPrike.Liang-1/+2
2020-08-24drm/amdgpu: enable ATHUB clock gattingPrike.Liang-0/+1
2020-08-24drm/amdgpu: annotate a false positive recursive lockingDennis Li-3/+8
2020-08-24drm/amdgpu: refine create and release logic of hive infoDennis Li-106/+131
2020-08-24drm/amdgpu: refine message print for devices of hiveDennis Li-21/+21
2020-08-24drm/amdgpu: fix the nullptr issue when reenter GPU recoveryDennis Li-2/+3
2020-08-24drm/amdgpu: change reset lock from mutex to rw_semaphoreDennis Li-35/+32
2020-08-24drm/amd/display: remove unintended executable modeLukas Bulwahn-0/+0
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li-60/+65
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie-1/+2
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie-6/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-08-21Merge tag 'amd-drm-fixes-5.9-2020-08-20' of git://people.freedesktop.org/~agd...Dave Airlie-13/+23
2020-08-19Revert "drm/amdgpu: disable gfxoff for navy_flounder"Jiansong Chen-3/+0
2020-08-19Merge tag 'amd-drm-fixes-5.9-2020-08-12' of git://people.freedesktop.org/~agd...Dave Airlie-1/+40
2020-08-18drm/amdgpu/jpeg: remove redundant check when it returnsLeo Liu-6/+1
2020-08-18drm/amdgpu: Limit the error info print ratejqdeng-1/+2
2020-08-18drm/amdgpu: Fix repeatly flr issuejqdeng-2/+32
2020-08-18Revert "drm/amdgpu: disable gfxoff for navy_flounder"Jiansong Chen-3/+0
2020-08-18drm/scheduler: Remove priority macro INVALID (v2)Luben Tuikov-14/+34
2020-08-18drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov-9/+9
2020-08-18drm/amdkfd: fix the wrong sdma instance query for renoirHuang Rui-9/+22
2020-08-18drm/amdgpu: parse ta firmware for navy_flounderBhawanpreet Lakha-2/+1
2020-08-18drm/amdgpu: fix NULL pointer access issue when unloading driverGuchun Chen-2/+0
2020-08-18drm/amdgpu: disable gfxoff for navy_flounderJiansong Chen-0/+3
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard-2/+0
2020-08-17drm/amdgpu: add condition check for trace_amdgpu_cs()Kevin Wang-3/+13
2020-08-17drm/amdgpu: fix amdgpu_bo_release_notify() comment errorKevin Wang-1/+1
2020-08-17drm/amdkfd: fix the wrong sdma instance query for renoirHuang Rui-9/+22
2020-08-14drm/amdgpu: note what type of reset we are usingAlex Deucher-2/+13
2020-08-14drm/amdgpu: print where we get the vbios image fromAlex Deucher-7/+21
2020-08-14drm/amdgpu: parse ta firmware for navy_flounderBhawanpreet Lakha-2/+1
2020-08-14drm/amdgpu/vcn3.0: only SIENNA_CICHLID need specify instance for dec/encJames Zhu-2/+2
2020-08-14drm/amd/pm: optimize the power related source code layoutEvan Quan-19940/+5
2020-08-14drm/amd/powerplay: put those exposed power interfaces in amdgpu_dpm.cEvan Quan-431/+439
2020-08-14drm/amd/powerplay: optimize i2c bus access implementationEvan Quan-13/+20
2020-08-14drm/amd/powerplay: drop unnecessary pp_funcs checkerEvan Quan-13/+6
2020-08-14drm/amd/powerplay: optimize amdgpu_dpm_set_clockgating_by_smu() implementationEvan Quan-32/+32
2020-08-14drm/amdgpu: guard ras debugfs creation/removal based on CONFIG_DEBUG_FSGuchun Chen-0/+4