summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-14drm/amd/amdgpu/amdgpu_vm_sdma: Fix 'amdgpu_vm_sdma_prepare()'s doc-rotLee Jones1-2/+2
2020-11-14drm/amd/amdgpu/amdgpu_vm_cpu: Fix 'amdgpu_vm_cpu_prepare()'s doc-rotLee Jones1-2/+2
2020-11-14drm/amd/amdgpu/amdgpu_ras: Make local function 'amdgpu_ras_error_status_query...Lee Jones1-2/+2
2020-11-14drm/amd/amdgpu/amdgpu_ras: Remove unused function 'amdgpu_ras_error_cure'Lee Jones1-7/+0
2020-11-14drm/amd/amdgpu/amdgpu_gmc: Demote one and fix another function headerLee Jones1-3/+2
2020-11-14drm/amd/amdgpu/amdgpu_debugfs: Demote obvious abuse of kernel-doc formattingLee Jones1-2/+2
2020-11-14drm/amd/amdgpu/amdgpu_ids: Supply missing docs for 'id' and 'vmhub'Lee Jones1-0/+2
2020-11-14drm/amd/amdgpu/amdgpu_sched: Consume our own header containing prototypesLee Jones1-1/+1
2020-11-14drm/amd/amdgpu/amdgpu_csa: Remove set but unused variable 'r'Lee Jones1-2/+1
2020-11-14drm/amd/amdgpu/amdgpu_virt: Make local function 'amdgpu_virt_update_vf2pf_wor...Lee Jones1-1/+1
2020-11-14drm/amd/amdgpu/amdgpu_vram_mgr: Add missing descriptions for 'dev' and 'dir'Lee Jones1-0/+2
2020-11-14drm/amd/amdgpu/amdgpu_sync: Fix misnamed, missing and extra param descriptionsLee Jones1-2/+2
2020-11-14drm/amd/amdgpu/amdgpu_pll: Fix kernel-doc formatting, missing and extra paramsLee Jones1-5/+5
2020-11-14drm/amd/amdgpu/amdgpu_ib: Fix some incorrect/incomplete function documentationLee Jones1-2/+4
2020-11-14drm/amd/amdgpu/amdgpu_ring: Fix misnaming of param 'max_dw'Lee Jones1-1/+1
2020-11-14drm/amd/display/dc/core/dc_link_ddc: Move DP_DVI_CONVERTER_ID_{4, 5} to where...Lee Jones2-4/+4
2020-11-14drm/amd/display/dc/core/dc_link_dp: Move DP_VGA_LVDS_CONVERTER_ID_{2, 3} to w...Lee Jones2-4/+5
2020-11-14drm/amd/include/vega10_ip_offset: Mark _BASE structs as __maybe_unusedLee Jones1-38/+38
2020-11-14drm/amdgpu/display: fix FP handling in DCN30Alex Deucher1-37/+6
2020-11-14drm/amdgpu: Enable TA firmware loading for dimgrey_cavefishBhawanpreet Lakha1-7/+3
2020-11-14drm/amdgpu: Use PSP_FW_NAME_LEN instead of magic numberBhawanpreet Lakha1-1/+1
2020-11-14drm/amdkfd: Put ACPI table after using itHanjun Guo1-4/+9
2020-11-14drm/amdkfd: Move the ignore_crat check before the CRAT table getHanjun Guo1-5/+5
2020-11-14drm/amd/pm: update driver if version for dimgrey_cavefishTao Zhou1-1/+1
2020-11-14drm/amdgpu: declare smuio callback function as staticHawking Zhang2-4/+4
2020-11-14drm/amd/pm: add gfx_state_change_set() for rn gfx power switch (v2)Prike Liang4-9/+30
2020-11-14drm/amdgpu: update amdgpu device suspend/resume sequence for s0i3 supportPrike Liang1-4/+11
2020-11-14drm/amdgpu: add amdgpu_gfx_state_change_set() set gfx power change entry (v2)Prike Liang7-1/+58
2020-11-14drm/amdgpu: add s0i3 capacity check for s0i3 routine (v2)Prike Liang2-0/+16
2020-11-13drm/amd/amdgpu/amdgpu_cs: Add a couple of missing function param descriptionsLee Jones1-0/+2
2020-11-13drm/amd/amdgpu/amdgpu_display: Remove pointless headerLee Jones1-4/+0
2020-11-13drm/amd/amdgpu/amdgpu_ring: Fix a bunch of function misdocumentationLee Jones1-6/+6
2020-11-13drm/amd/amdgpu/amdgpu_ttm: Demote non-conformant kernel-doc headers, fix slig...Lee Jones1-29/+30
2020-11-13drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documenta...Lee Jones1-5/+6
2020-11-13drm/amd/amdgpu/amdgpu_kms: Fix misnaming of parameter 'dev'Lee Jones1-1/+1
2020-11-13drm/amdgpu: check hive pointer before accessHawking Zhang1-4/+9
2020-11-13drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das5-10/+21
2020-11-13drm/amd/amdgpu: Update VCN initizalization behvaiorBokun Zhang1-9/+37
2020-11-13drm/amdgpu: add UMC to ip discovery mapJohn Clements1-0/+1
2020-11-13drm/amdgpu: disable rom clock gating support for APUsHawking Zhang1-4/+0
2020-11-13drm/amdgpu: switch to use smuio callbacks for AI familyHawking Zhang1-43/+14
2020-11-13drm/amdgpu: implement smuio v11_0 callbacksHawking Zhang3-1/+109
2020-11-13drm/amdgpu: implement smuio v9_0 callbacksHawking Zhang3-0/+111
2020-11-13drm/amdgpu: add amdgpu_smuio structureHawking Zhang2-0/+41
2020-11-13drm/amd/pm: correct table_clk_vlt memory size due to replacing one-element ar...mengwang1-2/+3
2020-11-13drm/amd/pm: update the swSMU headers for vangoghXiaojian Du3-6/+22
2020-11-13drm/amd/pm: add the interface to dump smu metrics table for vangoghXiaojian Du3-0/+66
2020-11-13drm/radeon/sumo_dpm: Move 'sumo_get_pi()'s prototype into shared headerLee Jones2-2/+1
2020-11-13drm/radeon/ni: Remove set but unused variable 'mc_shared_chmap'Lee Jones1-2/+2
2020-11-13drm/radeon/evergreen_dma: Fix doc-rot of function parameter 'resv'Lee Jones1-1/+1