aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04drm/amdgpu: add code comment in vcn_v2_5_hw_initLeo Liu1-0/+1
2019-10-04drm/amdgpu/vcn: use amdgpu_ring_test_helperLeo Liu3-28/+12
2019-10-03drm/amdgpu: improve MSI-X handling (v3)Alex Deucher1-4/+13
2019-10-03drm/amdgpu: hide another #warningArnd Bergmann1-2/+0
2019-10-03drm/amdgpu: make pmu support optional, againArnd Bergmann1-1/+1
2019-10-03drm/amdgpu: remove set but not used variable 'pipe'yu kuai1-3/+1
2019-10-03drm/amdgpu: fix multiple memory leaks in acp_hw_initNavid Emamdoost1-12/+22
2019-10-03drm/amdgpu: don't increment vram lost if we are in hibernationAlex Deucher2-4/+8
2019-10-03drm/amdgpu : enable msix for amdgpu drivershaoyunl1-2/+3
2019-10-03drm/amdgpu: Export setup_vm_pt_regs() logic for mmhub 2.0Yong Zhao2-7/+14
2019-10-03drm/amdgpu: Add the HDP flush support for NaviYong Zhao2-3/+22
2019-10-03drm/amdkfd: Use array to probe kfd2kgd_callsYong Zhao7-102/+6
2019-10-03drm/amdkfd: Delete unnecessary function declarationsYong Zhao3-257/+90
2019-10-03drm/amdgpu: Delete useless header file referenceYong Zhao10-21/+0
2019-10-03drm/amd/amdgpu/sriov ip block setting of ArcturusJack Zhang2-8/+20
2019-10-03drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák4-1/+17
2019-10-03drm/amdgpu: Iterate through DRM connectors correctlyLyude Paul9-56/+169
2019-10-03drm/amdkfd: fix kgd2kfd_device_init() definition conflict errorPrike Liang1-0/+1
2019-10-03drm/amd/amdgpu: add IH cg support on soc15 projectKenneth Feng2-1/+41
2019-10-03drm/amdkfd: Use setup_vm_pt_regs function from base driver in KFDYong Zhao1-20/+3
2019-10-03drm/amdgpu: Export setup_vm_pt_regs() logic for gfxhub 2.0Yong Zhao2-8/+14
2019-10-03drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_validYong Zhao6-106/+60
2019-10-03drm/amdkfd: Delete unused definesYong Zhao1-3/+0
2019-10-03drm/amd: Pass drm_device to kfdHarish Kasiviswanathan2-1/+2
2019-10-03drm/amdkfd: Use better name for sdma queue non HWS pathYong Zhao5-190/+196
2019-10-03drm/amdkfd: Delete useless SDMA register setting on non HWS pathYong Zhao5-71/+3
2019-10-03drm/amdgpu: restrict hotplug error messageChristian König1-1/+4
2019-10-03drm/amdgpu: once more fix amdgpu_bo_create_kernel_atChristian König1-3/+6
2019-10-03drm/amdgpu: add comments in ras interrupt callbackTao Zhou3-1/+14
2019-10-03drm/amdgpu: implement common gmc_ras_late_initTao Zhou3-21/+21
2019-10-03drm/amdgpu: move xgmi ras fini to xgmi blockTao Zhou3-11/+17
2019-10-03drm/amdgpu: move mmhub ras fini to mmhub blockTao Zhou3-12/+16
2019-10-03drm/amdgpu: move umc ras fini to umc blockTao Zhou3-11/+17
2019-10-03drm/amdgpu: add ras fini for xgmiTao Zhou1-0/+11
2019-10-03drm/amdgpu: add ras fini for nbioTao Zhou3-1/+16
2019-10-03drm/amdgpu: simplify the access to eeprom_control structTao Zhou1-3/+3
2019-10-03drm/amdgpu: remove ih_info parameter of gfx_ras_late_initTao Zhou3-15/+9
2019-10-03drm/amdgpu: remove ih_info parameter of umc_ras_late_initTao Zhou3-14/+10
2019-10-03drm/amdgpu: add common sdma_ras_fini functionTao Zhou3-15/+21
2019-10-03drm/amdgpu: add common gfx_ras_fini functionTao Zhou3-13/+17
2019-10-03drm/amdgpu: add common gmc_ras_fini functionTao Zhou3-27/+28
2019-10-03drm/amdgpu: move mmhub_ras_if from gmc to mmhub blockTao Zhou3-15/+14
2019-10-03drm/amdgpu: replace mmhub_funcs with mmhub.funcsTao Zhou3-6/+5
2019-10-03drm/amdgpu: add common mmhub member for adevTao Zhou2-0/+8
2019-10-03drm/amdgpu: move umc_ras_if from gmc to umc blockTao Zhou4-17/+17
2019-10-03drm/amdgpu: refine sdma4 ras_data_cbTao Zhou1-17/+7
2019-10-03drm/amdgpu: move sdma ecc functions to generic sdma fileTao Zhou3-22/+36
2019-10-03drm/amdgpu: move gfx ecc functions to generic gfx fileTao Zhou3-39/+41
2019-10-03drm/amdgpu: move umc ras irq functions to umc blockTao Zhou3-67/+72
2019-10-03drm/amdgpu: update parameter of ras_ih_cbTao Zhou4-7/+9