summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2020-11-24drm/amdgpu: update golden setting for sienna_cichlidLikun Gao-0/+2
2020-11-24drm/amdgpu: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+4
2020-11-24drm/amdgpu: only register VGA devices with the VGA arbiterAlex Deucher-2/+4
2020-11-24amd/amdgpu: use kmalloc_array to replace kmalloc with multiplyBernard Zhao-2/+2
2020-11-24amdgpu/amdgpu_ids: fix kmalloc_array not uses number as first argBernard Zhao-1/+1
2020-11-24drm/amdgpu/vcn3.0: add software ring share memory supportJames Zhu-4/+31
2020-11-24drm/amdgpu/vcn3.0: add dec software ring vm functions to supportJames Zhu-2/+99
2020-11-24drm/amdgpu/vcn: add test for dec software ringJames Zhu-0/+121
2020-11-24drm/amdgpu/vcn: update header to support dec software ringJames Zhu-0/+30
2020-11-24drm/amdgpu/vcn: refactor dec message functionsJames Zhu-11/+19
2020-11-24drm/amdgpu: add module parameter choose runtime methodLikun Gao-2/+2
2020-11-24drm/amdgpu: fix a page faultSonny Jiang-7/+7
2020-11-24drm/amdgpu: Add gfx doorbell setting for VangoghJinzhou Su-10/+14
2020-11-24drm/amd/amdgpu: skip unload message in resetKenneth Feng-1/+2
2020-11-24drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng-2/+2
2020-11-24drm/amdgpu: fix SI UVD firmware validate resume failSonny Jiang-9/+12
2020-11-18drm/amdgpu: add DID for dimgrey_cavefishTao Zhou-0/+6
2020-11-18drm/amdgpu: add device ID for navy_flounder (v2)Tao Zhou-0/+6
2020-11-18drm/amdgpu: Fix missing prototype warningLuben Tuikov-2/+2
2020-11-18drm/amdgpu: fix check order in amdgpu_bo_moveChristian König-30/+23
2020-11-17drm/amdgpu: make gfxhub_v1_0 callback functions to be staticHawking Zhang-17/+10
2020-11-16drm/amd/amdgpu/atombios_encoders: Remove set but unused variable 'backlight_l...Lee Jones-3/+0
2020-11-16drm/amdgpu: remove experimental flag from arcturusAlex Deucher-4/+4
2020-11-16drm/amdgpu/sriov: reopen sienna_child smu ip block under sriovJane Jian-1/+1
2020-11-16drm/amdgpu: update golden setting for sienna_cichlidLikun Gao-0/+7
2020-11-16drm/amdgpu: fix usable gart size calculationNirmoy Das-9/+4
2020-11-13drm/amd/display: Extract 3rd plane from metadataBas Nieuwenhuizen-8/+98
2020-11-13drm/amd/display: Set new format info for converted metadata.Bas Nieuwenhuizen-0/+99
2020-11-13drm/amd/display: Store gem objects for planes 1-3Bas Nieuwenhuizen-1/+19
2020-11-13drm/amd/amdgpu/gfx_v7_0: Remove unused struct definitionLee Jones-10/+0
2020-11-13drm/amd/amdgpu/smu_v11_0_i2c: Provide descriptions for 'control' and 'data' p...Lee Jones-0/+3
2020-11-13drm/amd/amdgpu/amdgpu_fw_attestation: Consume our own header containing proto...Lee Jones-1/+2
2020-11-13drm/amd/amdgpu/amdgpu_vm_sdma: Fix 'amdgpu_vm_sdma_prepare()'s doc-rotLee Jones-2/+2
2020-11-13drm/amd/amdgpu/amdgpu_vm_cpu: Fix 'amdgpu_vm_cpu_prepare()'s doc-rotLee Jones-2/+2
2020-11-13drm/amd/amdgpu/amdgpu_ras: Make local function 'amdgpu_ras_error_status_query...Lee Jones-2/+2
2020-11-13drm/amd/amdgpu/amdgpu_ras: Remove unused function 'amdgpu_ras_error_cure'Lee Jones-7/+0
2020-11-13drm/amd/amdgpu/amdgpu_gmc: Demote one and fix another function headerLee Jones-3/+2
2020-11-13drm/amd/amdgpu/amdgpu_debugfs: Demote obvious abuse of kernel-doc formattingLee Jones-2/+2
2020-11-13drm/amd/amdgpu/amdgpu_ids: Supply missing docs for 'id' and 'vmhub'Lee Jones-0/+2
2020-11-13drm/amd/amdgpu/amdgpu_sched: Consume our own header containing prototypesLee Jones-1/+1
2020-11-13drm/amd/amdgpu/amdgpu_csa: Remove set but unused variable 'r'Lee Jones-2/+1
2020-11-13drm/amd/amdgpu/amdgpu_virt: Make local function 'amdgpu_virt_update_vf2pf_wor...Lee Jones-1/+1
2020-11-13drm/amd/amdgpu/amdgpu_vram_mgr: Add missing descriptions for 'dev' and 'dir'Lee Jones-0/+2
2020-11-13drm/amd/amdgpu/amdgpu_sync: Fix misnamed, missing and extra param descriptionsLee Jones-2/+2
2020-11-13drm/amd/amdgpu/amdgpu_pll: Fix kernel-doc formatting, missing and extra paramsLee Jones-5/+5
2020-11-13drm/amd/amdgpu/amdgpu_ib: Fix some incorrect/incomplete function documentationLee Jones-2/+4
2020-11-13drm/amd/amdgpu/amdgpu_ring: Fix misnaming of param 'max_dw'Lee Jones-1/+1
2020-11-13drm/amdgpu: Enable TA firmware loading for dimgrey_cavefishBhawanpreet Lakha-7/+3
2020-11-13drm/amdgpu: Use PSP_FW_NAME_LEN instead of magic numberBhawanpreet Lakha-1/+1
2020-11-13drm/amdgpu: declare smuio callback function as staticHawking Zhang-4/+4