summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2020-12-01drm/amd/amdgpu/dce_v10_0: Supply description for function param 'async'Lee Jones-0/+1
2020-12-01drm/amd/amdgpu/psp_v11_0: Make local function 'psp_v11_0_wait_for_bootloader(...Lee Jones-1/+1
2020-12-01drm/amd/amdgpu/navi10_ih: Add descriptions for 'ih' and 'entry'Lee Jones-0/+5
2020-12-01drm/amd/amdgpu/vega10_ih: Add descriptions for 'ih' and 'entry'Lee Jones-0/+5
2020-12-01drm/amd/amdgpu/cz_ih: Add missing function param descriptions for 'ih' and 'e...Lee Jones-0/+4
2020-12-01drm/amd/amdgpu/amdgpu_psp: Make local function 'parse_ta_bin_descriptor' staticLee Jones-3/+3
2020-12-01drm/amd/amdgpu/tonga_ih: Provide some missing descriptions for 'ih' and 'entry'Lee Jones-0/+4
2020-12-01drm/amd/amdgpu/iceland_ih: Add missing function param descriptions for 'ih' a...Lee Jones-0/+4
2020-12-01drm/amd/amdgpu/gmc_v10_0: Suppy some missing function doc descriptionsLee Jones-0/+4
2020-12-01drm/amdgpu: enable AGP aperture on gmc10.x (v2)Alex Deucher-19/+20
2020-12-01drm/amdgpu: default noretry=0 for navi1x and newer (v2)Alex Deucher-5/+0
2020-12-01drm/amdkfd: keep BOs in system memory if restore failedPhilip Yang-2/+15
2020-12-01drm/amdgpu: set LDS_CONFIG=0x20 on VanGogh to fix MGCG hangMarek Olšák-0/+3
2020-12-01drm/amdgpu: Set doorbell range for gfx ringJinzhou Su-2/+5
2020-12-01drm/amdgpu: update GC golden setting for dimgrey_cavefishTao Zhou-0/+1
2020-12-01drm/amdgpu/vcn3.0: fix compilation warningJames Zhu-6/+6
2020-12-01drm/amdgpu: increase reserved VRAM size to 8MBLikun Gao-1/+1
2020-12-01drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12Stanley.Yang-7/+1
2020-12-01drm/amdgpu: set default value of noretry to 1 for specified asicStanley.Yang-0/+1
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König-2/+0
2020-11-30drm/prime: split array import functions v4Christian König-5/+4
2020-11-30drm/amdgpu: stop using pages with drm_prime_sg_to_page_addr_arraysChristian König-3/+3
2020-11-24drm/amd/amdgpu/gmc_v9_0: Suppy some missing function doc descriptionsLee Jones-0/+3
2020-11-24drm/amd/amdgpu/gmc_v9_0: Remove unused table 'ecc_umc_mcumc_status_addrs'Lee Jones-35/+0
2020-11-24drm/amd/amdgpu/gmc_v8_0: Fix more issues attributed to copy/pasteLee Jones-0/+5
2020-11-24drm/amd/amdgpu/gmc_v7_0: Add some missing kernel-doc descriptionsLee Jones-1/+6
2020-11-24drm/amd/amdgpu/uvd_v4_2: Add one and remove another function param descriptionLee Jones-1/+1
2020-11-24drm/amd/amdgpu/cik_sdma: Add one and remove another function param descriptionLee Jones-1/+1
2020-11-24drm/amd/amdgpu/dce_v6_0: Fix formatting and missing parameter description issuesLee Jones-1/+1
2020-11-24drm/amd/amdgpu/uvd_v3_1: Fix-up some documentation issuesLee Jones-3/+7
2020-11-24drm/amd/amdgpu/gfx_v6_0: Supply description for 'gfx_v6_0_ring_test_ib()'s 't...Lee Jones-0/+1
2020-11-24drm/amd/amdgpu/si_dma: Fix a bunch of function documentation issuesLee Jones-4/+10
2020-11-24drm/amd/amdgpu/gfx_v7_0: Clean-up a bunch of kernel-doc related issuesLee Jones-14/+19
2020-11-24drm/amd/amdgpu/cik_sdma: Supply some missing function param descriptionsLee Jones-3/+11
2020-11-24drm/amd/amdgpu/dce_v8_0: Supply description for 'async'Lee Jones-0/+1
2020-11-24drm/amd/amdgpu/uvd_v4_2: Fix some kernel-doc misdemeanoursLee Jones-2/+6
2020-11-24drm/amd/amdgpu/amdgpu_virt: Correct possible copy/paste or doc-rot misnaming ...Lee Jones-6/+6
2020-11-24drm/amd/amdgpu/cik_ih: Supply description for 'ih' in 'cik_ih_{get, set}_wptr()'Lee Jones-0/+2
2020-11-24drm/amd/amdgpu/amdgpu_ib: Provide docs for 'amdgpu_ib_schedule()'s 'job' paramLee Jones-0/+1
2020-11-24drm/amd/amdgpu/amdgpu_ttm: Add description for 'page_flags'Lee Jones-0/+1
2020-11-24drm/amdgpu/dce_virtual: Enable vBlank control for vfshaoyunl-3/+0
2020-11-24drm/amdgpu: implement retry fault handling for NaviChristian König-0/+25
2020-11-24drm/amdgpu: enabled software IH ring for NaviChristian König-0/+7
2020-11-24drm/amdgpu: make sure retry faults are handled in a work item on VegaChristian König-8/+23
2020-11-24drm/amdgpu: enabled software IH ring for VegaChristian König-0/+7
2020-11-24drm/amdgpu: add infrastructure for soft IH ringChristian König-2/+72
2020-11-24drm/amdgpu: cleanup gmc_v10_0_process_interrupt a bitChristian König-18/+20
2020-11-24drm/amdgpu: drop leading zeros from the gmc9 fault addressChristian König-1/+1
2020-11-24drm/amdgpu: use generic DMA APINirmoy Das-2/+2
2020-11-24drm/amdgpu: update GC golden setting for navy_flounderJiansong Chen-0/+3