summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2020-12-24Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~ag...Dave Airlie-21/+27
2020-12-23drm/amdgpu: Fix a copy-pasta commentAlex Deucher-2/+1
2020-12-23drm/amdgpu: only set DP subconnector type on DP and eDP connectorsAlex Deucher-4/+6
2020-12-23drm/amdgpu: check gfx pipe availability before toggling its interruptsHawking Zhang-1/+8
2020-12-23drm/amdgpu: remove unnecessary asic type checkHawking Zhang-7/+4
2020-12-23drm/amdgpu: check number of gfx ring before init cp gfxHawking Zhang-6/+6
2020-12-17drm/amdgpu: fix vbios reservation handling on SR-IOVAlex Deucher-1/+2
2020-12-16Merge tag 'amd-drm-fixes-5.11-2020-12-16' of git://people.freedesktop.org/~ag...Daniel Vetter-54/+139
2020-12-16drm/amdgpu: print mmhub client name for dimgrey_cavefishTao Zhou-0/+1
2020-12-16drm/amdgpu: set mode1 reset as default for dimgrey_cavefishTao Zhou-0/+1
2020-12-15drm/amdgpu: remove h from printk format specifierTom Rix-5/+5
2020-12-15drm/amdgpu: fix regression in vbios reservation handling on headlessAlex Deucher-4/+5
2020-12-15drm/amdgpu/SRIOV: Extend VF reset request wait periodJiange Zhao-3/+23
2020-12-15drm/amdkfd: correct amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu log.Yifan Zhang-1/+1
2020-12-15drm/amdgpu: print what method we are using for runtime pmAlex Deucher-0/+4
2020-12-15drm/amdgpu: simplify logic in atpx resume handlingAlex Deucher-4/+2
2020-12-15drm/amdgpu: no need to call pci_ignore_hotplug for _PR3Alex Deucher-8/+1
2020-12-15drm/amdgpu: support runtime pm for GPUs that support BOCOAlex Deucher-1/+4
2020-12-15drm/amdgpu: update amdgpu_device_supports_boco()Alex Deucher-2/+2
2020-12-15drm/amdgpu: add check for ACPI power resourcesAlex Deucher-0/+5
2020-12-15drm/amdgpu: split BOCO and ATPX handlingAlex Deucher-14/+42
2020-12-15drm/amdgpu: skip load smu and sdma microcode on sriov for SIENNA_CICHLIDStanley.Yang-0/+3
2020-12-15drm/amdgpu: add judgement for suspend/resume sequenceLikun Gao-8/+10
2020-12-15drm/amdgpu/sdma5.2: soft reset sdma blocks before setup and start sdmaXiaomeng Hou-7/+32
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter-32/+25
2020-12-10drm/amdgpu: limit the amdgpu_vm_update_ptes trace pointChristian König-2/+3
2020-12-10Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...Dave Airlie-673/+1768
2020-12-09drm/amdgpu: Initialise drm_gem_object_funcs for imported BOsAndrey Grodzovsky-20/+29
2020-12-08drm/amdgpu: fix size calculation with stolen vga memoryAlex Deucher-0/+3
2020-12-08drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher-36/+0
2020-12-08drm/amdgpu: free the pre-OS console framebuffer after the first modesetAlex Deucher-6/+2
2020-12-08drm/amdgpu: enable runtime pm using BACO on CI dGPUsAlex Deucher-5/+1
2020-12-08drm/amdgpu/cik: enable BACO reset on BonaireAlex Deucher-4/+0
2020-12-08drm/amd/display: add S/G support for VangoghRoman Li-0/+1
2020-12-08drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das-12/+12
2020-12-08drm/amdgpu: fix sdma instance fw version and feature version initStanley.Yang-1/+1
2020-12-08drm/amdgpu/pm: add smc v2_1 printer in amdgpu_ucode_print_smc_hdr()Kevin Wang-10/+19
2020-12-08drm/amdgpu: change trace event parameter name from 'direct' to 'immediate'Kevin Wang-12/+12
2020-12-08drm/amdgpu: fw_attestation: fix unused function warningArnd Bergmann-2/+0
2020-12-08drm/amd: print error on convert_tiling_flags_to_modifier failureSimon Ser-1/+4
2020-12-08drm/amd: use drm_dbg_kms to log addfb2 failuresSimon Ser-5/+5
2020-12-08drm/amdgpu: fix debugfs creation/removal, againArnd Bergmann-14/+5
2020-12-08drm/amdgpu: VCN 3.0 multiple queue ring resetSonny Jiang-1/+21
2020-12-03drm: amdgpu: fix a kernel-doc markupMauro Carvalho Chehab-1/+1
2020-12-02drm/amdgpu/vcn3.0: remove old DPG workaroundBoyuan Zhang-7/+0
2020-12-02drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR resetBoyuan Zhang-0/+20
2020-12-01drm/amd/amdgpu/amdgpu_uvd: Add description for amdgpu_uvd_cs_msg_decode()'s '...Lee Jones-0/+1
2020-12-01drm/amd/amdgpu/amdgpu_acp: Fix doc-rot issues pertaining to a couple of 'hand...Lee Jones-2/+2
2020-12-01drm/amd/amdgpu/vcn_v3_0: Remove unused variable 'direct_poll' from 'vcn_v3_0_...Lee Jones-4/+0
2020-12-01drm/amd/amdgpu/sdma_v5_0: Provide some missing and repair other function paramsLee Jones-6/+13