summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2019-10-15drm/amdgpu: change to query the actual EDC counterDennis Li2-325/+498
2019-10-15drm/amdgpu/soc15: disable doorbell interrupt as part of BACO entry sequenceLe Ma3-0/+19
2019-10-15drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Hans de Goede2-35/+35
2019-10-15drm/amdgpu/discovery: reserve discovery data at the top of VRAMXiaojie Yuan4-2/+22
2019-10-10drm/amdgpu: Do not implement power-on for SDMA after do mode2 reset on Renoirchen gong1-1/+1
2019-10-10drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe syncXiaojie Yuan1-1/+1
2019-10-10drm/amdgpu: fix memory leakNirmoy Das1-7/+7
2019-10-10drm/amdgpu: avoid ras error injection for retired pageTao Zhou1-0/+44
2019-10-10drm/amdgpu: Use the ALIGN() macroLuben Tuikov1-9/+2
2019-10-10drm/amdgpu/ras: document the reboot ras optionAlex Deucher1-1/+2
2019-10-10drm/amdgpu/ras: fix typos in documentationAlex Deucher1-2/+2
2019-10-10drm/amdgpu: Enable gfx cache probing on HDP write for arcturusOak Zeng1-0/+3
2019-10-10drm/amdgpu: Clean up gmc_v9_0_gart_enableOak Zeng1-41/+41
2019-10-10drm/amdgpu: simplify gds_compute_max_wave_id computationMarek Olšák1-8/+5
2019-10-07drm/amdgpu: Report vram vendor with sysfs (v3)Ori Messinger6-7/+65
2019-10-07drm/amdgpu: remove duplicated include from mmhub_v1_0.cYueHaibing1-1/+0
2019-10-07drm/amdgpu: move amdgpu_device_get_job_timeout_settingsAlex Deucher3-68/+67
2019-10-07drm/amdgpu: Fix error handling in amdgpu_ras_recovery_initFelix Kuehling1-1/+1
2019-10-04drm/amdgpu: remove redundant variable r and redundant return statementColin Ian King1-2/+0
2019-10-04drm/amdgpu: fix uninitialized variable pasid_mapping_neededColin Ian King1-1/+1
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