summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2020-12-01drm/amdgpu/pm/smu11: Fix fan set speed bugArunpravin1-1/+6
2020-12-01drm/amdgpu: Set doorbell range for gfx ringJinzhou Su1-2/+5
2020-12-01drm/amdgpu: update GC golden setting for dimgrey_cavefishTao Zhou1-0/+1
2020-12-01drm/amdgpu: skip power profile switch in sriovJingwen Chen1-0/+3
2020-12-01drm/amd/pm: update driver if version for navy_flounderJiansong Chen1-1/+1
2020-12-01drm/amdgpu/vcn3.0: fix compilation warningJames Zhu1-6/+6
2020-12-01drm/amdgpu: increase reserved VRAM size to 8MBLikun Gao1-1/+1
2020-12-01drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12Stanley.Yang5-15/+7
2020-12-01drm/amdgpu: set default value of noretry to 1 for specified asicStanley.Yang1-0/+1
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2-2/+0
2020-11-30drm/prime: split array import functions v4Christian König1-5/+4
2020-11-30drm/amdgpu: stop using pages with drm_prime_sg_to_page_addr_arraysChristian König1-3/+3
2020-11-26Merge tag 'amd-drm-fixes-5.10-2020-11-25' of git://people.freedesktop.org/~ag...Dave Airlie5-12/+17
2020-11-25drm/amdgpu: Fix size calculation when init onchip memoryxinhui pan1-2/+2
2020-11-24drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+2
2020-11-24drm/amd/display: Avoid HDCP initialization in devices without outputRodrigo Siqueira1-1/+1
2020-11-24drm/amdgpu: fix a page faultSonny Jiang1-7/+7
2020-11-24drm/amdgpu: fix SI UVD firmware validate resume failSonny Jiang2-9/+12
2020-11-24drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng1-2/+2
2020-11-24drm/amd/powerplay: fix spelling mistake "smu_state_memroy_block" -> "smu_stat...Colin Ian King1-2/+2
2020-11-24drm/amd/amdgpu/gmc_v9_0: Suppy some missing function doc descriptionsLee Jones1-0/+3
2020-11-24drm/amd/amdgpu/gmc_v9_0: Remove unused table 'ecc_umc_mcumc_status_addrs'Lee Jones1-35/+0
2020-11-24drm/amd/amdgpu/gmc_v8_0: Fix more issues attributed to copy/pasteLee Jones1-0/+5
2020-11-24drm/amd/amdgpu/gmc_v7_0: Add some missing kernel-doc descriptionsLee Jones1-1/+6
2020-11-24drm/amd/amdgpu/uvd_v4_2: Add one and remove another function param descriptionLee Jones1-1/+1
2020-11-24drm/amd/amdgpu/cik_sdma: Add one and remove another function param descriptionLee Jones1-1/+1
2020-11-24drm/amd/include/dimgrey_cavefish_ip_offset: Mark top-level IP_BASE as __maybe...Lee Jones1-1/+1
2020-11-24drm/amd/include/vangogh_ip_offset: Mark top-level IP_BASE as __maybe_unusedLee Jones1-1/+1
2020-11-24drm/amd/include/sienna_cichlid_ip_offset: Mark top-level IP_BASE as __maybe_u...Lee Jones1-1/+1
2020-11-24drm/amd/include/navi12_ip_offset: Mark top-level IP_BASE as __maybe_unusedLee Jones1-1/+1
2020-11-24drm/amd/include/navi14_ip_offset: Mark top-level IP_BASE as __maybe_unusedLee Jones1-1/+1
2020-11-24drm/amd/include/arct_ip_offset: Mark top-level IP_BASE definition as __maybe_...Lee Jones1-2/+2
2020-11-24drm/amd/include/navi10_ip_offset: Mark top-level IP_BASE as __maybe_unusedLee Jones1-1/+1
2020-11-24drm/amd/include/vega20_ip_offset: Mark top-level IP_BASE definition as __mayb...Lee Jones1-1/+1
2020-11-24drm/amd/amdgpu/dce_v6_0: Fix formatting and missing parameter description issuesLee Jones1-1/+1
2020-11-24drm/amd/amdgpu/uvd_v3_1: Fix-up some documentation issuesLee Jones1-3/+7
2020-11-24drm/amd/amdgpu/gfx_v6_0: Supply description for 'gfx_v6_0_ring_test_ib()'s 't...Lee Jones1-0/+1
2020-11-24drm/amd/amdgpu/si_dma: Fix a bunch of function documentation issuesLee Jones1-4/+10
2020-11-24drm/amd/amdgpu/gfx_v7_0: Clean-up a bunch of kernel-doc related issuesLee Jones1-14/+19
2020-11-24drm/amd/amdgpu/cik_sdma: Supply some missing function param descriptionsLee Jones1-3/+11
2020-11-24drm/amd/amdgpu/dce_v8_0: Supply description for 'async'Lee Jones1-0/+1
2020-11-24drm/amd/amdgpu/uvd_v4_2: Fix some kernel-doc misdemeanoursLee Jones1-2/+6
2020-11-24drm/amd/amdgpu/amdgpu_virt: Correct possible copy/paste or doc-rot misnaming ...Lee Jones1-6/+6
2020-11-24drm/amd/amdgpu/cik_ih: Supply description for 'ih' in 'cik_ih_{get, set}_wptr()'Lee Jones1-0/+2
2020-11-24drm/amd/amdgpu/amdgpu_ib: Provide docs for 'amdgpu_ib_schedule()'s 'job' paramLee Jones1-0/+1
2020-11-24drm/amd/amdgpu/amdgpu_ttm: Add description for 'page_flags'Lee Jones1-0/+1
2020-11-24drm/amd/display: don't expose rotation prop for cursor planeSimon Ser1-2/+2
2020-11-24drm/amd/display: check cursor scalingSimon Ser1-7/+44
2020-11-24drm/amd/display: disallow cropping for cursor planeSimon Ser1-0/+10
2020-11-24drm/amd/display: add cursor FB size checkSimon Ser1-0/+22