summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2020-11-13drm/amd/pm: add gfx_state_change_set() for rn gfx power switch (v2)Prike Liang-9/+9
2020-11-13drm/amdgpu: update amdgpu device suspend/resume sequence for s0i3 supportPrike Liang-4/+11
2020-11-13drm/amdgpu: add amdgpu_gfx_state_change_set() set gfx power change entry (v2)Prike Liang-0/+27
2020-11-13drm/amdgpu: add s0i3 capacity check for s0i3 routine (v2)Prike Liang-0/+16
2020-11-13drm/amd/amdgpu/amdgpu_cs: Add a couple of missing function param descriptionsLee Jones-0/+2
2020-11-13drm/amd/amdgpu/amdgpu_display: Remove pointless headerLee Jones-4/+0
2020-11-13drm/amd/amdgpu/amdgpu_ring: Fix a bunch of function misdocumentationLee Jones-6/+6
2020-11-13drm/amd/amdgpu/amdgpu_ttm: Demote non-conformant kernel-doc headers, fix slig...Lee Jones-29/+30
2020-11-13drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documenta...Lee Jones-5/+6
2020-11-13drm/amd/amdgpu/amdgpu_kms: Fix misnaming of parameter 'dev'Lee Jones-1/+1
2020-11-13drm/amdgpu: check hive pointer before accessHawking Zhang-4/+9
2020-11-13drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das-10/+21
2020-11-13drm/amd/amdgpu: Update VCN initizalization behvaiorBokun Zhang-9/+37
2020-11-13drm/amdgpu: add UMC to ip discovery mapJohn Clements-0/+1
2020-11-13drm/amdgpu: disable rom clock gating support for APUsHawking Zhang-4/+0
2020-11-13drm/amdgpu: switch to use smuio callbacks for AI familyHawking Zhang-43/+14
2020-11-13drm/amdgpu: implement smuio v11_0 callbacksHawking Zhang-1/+109
2020-11-13drm/amdgpu: implement smuio v9_0 callbacksHawking Zhang-0/+111
2020-11-13drm/amdgpu: add amdgpu_smuio structureHawking Zhang-0/+41
2020-11-13gpu: drm: amd: amdgpu: amdgpu: Mark global variables as __maybe_unusedLee Jones-3/+3
2020-11-11drm/amdgpu/ttm: use multihopDave Airlie-124/+12
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie-1/+2
2020-11-10drm/amdgpu: update gfx golden setting for dimgrey_cavefishTao Zhou-1/+2
2020-11-10drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flagBhaskar Chowdhury-1/+1
2020-11-10drm/amd/amdgpu/amdgpu_kms: Remove 'struct drm_amdgpu_info_device dev_info' fr...Lee Jones-49/+55
2020-11-10drm/amd/amdgpu/amdgpu_device: Provide documentation for 'reg_addr' paramsLee Jones-0/+2
2020-11-10drivers: amdgpu: amdgpu_display.c: Fix a spelling doens\'t to doesn\'tBhaskar Chowdhury-1/+1
2020-11-10drm/amd/amdgpu: Add rev_id workaround logic for SRIOV setupBokun Zhang-1/+10
2020-11-10drm/amd/amdgpu: Fix incorrect logic to increment VCN doorbell indexBokun Zhang-6/+9
2020-11-10drm/amdgpu: enable DCN for navi10 headless SKUTianci.Yin-2/+1
2020-11-10drm/amd/amdgpu: Import amdgpu_amdkfd_gfx_v9 header file into implementationRamesh Errabolu-0/+1
2020-11-10drm/amdgpu: add ta firmware load for green-sardineRoman Li-0/+1
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1071/+3725
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie-1071/+3725
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann-41/+3
2020-11-06drm/amdgpu: Make struct drm_driver constLuben Tuikov-27/+28
2020-11-06drm/amdgpu/virt: fix handling of the atomic flagAlex Deucher-1/+3
2020-11-04drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher-2/+0
2020-11-04drm/amd/amdgpu: Enable arcturus devices to access the method kgd_gfx_v9_get_c...Ramesh Errabolu-1/+4
2020-11-04drm/amd/amdgpu: switch on/off vcn power profile modeKenneth Feng-1/+12
2020-11-04drm/amdgpu: update module paramter doc of amdgpu_dpmKevin Wang-1/+1
2020-11-04drm/amdgpu: do not initialise global variables to 0 or NULLDeepak R Varma-23/+23
2020-11-04drm/amdgpu: set LDS_CONFIG=0x20 on Navy Flounder to fix a GPU hang (v2)Marek Olšák-1/+4
2020-11-04drm/amdgpu: Change the way to determine framebuffer typeGang Ba-13/+7
2020-11-04drm/amdgpu: fix off by one in amdgpu_vm_handle_faultChristian König-1/+1
2020-11-04drm/amdgpu: enable GFXOFF for dimgrey_cavefishTao Zhou-0/+1
2020-11-04drm/amdgpu: resolved ASD loading issue on siennaJohn Clements-0/+1
2020-11-04drm/amdgpu: Enable FGCG for VangoghJinzhou.Su-0/+1
2020-11-04drm/amdgpu: Add Fine Grain Clock Gating for GFX10Jinzhou.Su-0/+45
2020-11-04drm/ttm: replace context flags with bools v2Christian König-5/+3