summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-04drm/amdgpu: add nv common ip block support for yellow carpAaron Liu1-0/+8
2021-06-04drm/amdgpu: add yellow_carp_reg_base_init function for yellow carp (v2)Alex Deucher4-1/+1420
2021-06-04drm/amdgpu: add yellow carp support for gpu_info and ip block settingAaron Liu1-0/+7
2021-06-04drm/amdgpu: add yellow carp asic_type enumAaron Liu1-0/+1
2021-06-04drm/amdgpu: add yellow carp asic header files (v3)Aaron Liu6-0/+192037
2021-06-04radeon: use memcpy_to/fromio for UVD fw uploadChen Li1-2/+2
2021-06-04radeon: fix coding issues reported from sparseChen Li1-11/+13
2021-06-04drm: amdgpu: Remove unneeded semicolon in amdgpu_vm.cWan Jiabing1-1/+1
2021-06-04drm/amd/pm: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-04drm/amdgpu: Modify GC register access to use _SOC15 macrosRohit Khaire1-21/+21
2021-06-04drm/amdgpu: Enable RLCG read/write interface for Sienna CichlidRohit Khaire1-1/+1
2021-06-04drm/amdgpu: Fix incorrect register offsets for Sienna CichlidRohit Khaire1-5/+21
2021-06-04drm/amdgpu: Don't flush/invalidate HDP for APUs and A+AEric Huang6-21/+42
2021-06-04drm/amd/pm: Use generic BACO function for smu11 ASICsLijo Lazar3-33/+3
2021-06-04drm/amd/pm: Add VF check to BACO support checkLijo Lazar1-1/+1
2021-06-04drm/amd/pm: Read BIF STRAP also for BACO checkLijo Lazar3-20/+59
2021-06-04drm/amd/pm: Remove BACO check for aldebaranLijo Lazar1-7/+0
2021-06-04drm/amd/display: Keep linebuffer pixel depth at 30bpp for DCE-11.0.Mario Kleiner1-2/+9
2021-06-04drm/amd/display: remove variable active_dispColin Ian King1-4/+1
2021-06-04drm/amdgpu: remove redundant assignment of variable kColin Ian King1-1/+1
2021-06-04drm/amdkfd: Make TLB flush conditional on mappingEric Huang4-20/+27
2021-06-04drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_updateEric Huang4-10/+10
2021-06-04drm/amdkfd: Add heavy-weight TLB flush after unmappingEric Huang1-0/+1
2021-06-04drm/amdkfd: Add flush-type parameter to kfd_flush_tlbEric Huang4-7/+7
2021-06-04drm/amdgpu: Use drm_dbg_kms for reporting failure to get a GEM FBMichel Dänzer1-2/+2
2021-06-04drm/amdgpu: switch kzalloc to kvzalloc in amdgpu_bo_createChangfeng1-2/+2
2021-06-04drm/amdgpu: soc15 register access through RLC should only apply to sriov runtimeshaoyunl1-2/+2
2021-06-04drm/amdgpu: attr to control SS2.0 bias level (v2)Sathishkumar S3-0/+86
2021-06-04drm/amd/pm: sysfs attrs to read ss powershare (v6)Sathishkumar S3-0/+114
2021-06-04drm/amd/display: Fix uninitialized field when expanding macro MI_DCE12_MASK_S...Leslie Shi1-0/+1
2021-06-03Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie161-1498/+2671
2021-06-02Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm...Dave Airlie85-534/+1504
2021-06-02drm/amdgpu: remove unsafe optimization to drop preamble ibJiansong Chen1-10/+1
2021-06-02drm/amdgpu: Add vbios info ioctl interfaceJiawei Gu4-6/+208
2021-06-02drm/amdgpu: bump driver versionAlex Deucher1-1/+2
2021-06-02drm/amdgpu: Remove unneeded semicolonZheng Yongjun1-1/+1
2021-06-02drm/amd/display: fix warning: ‘update_dsc_caps’ and ‘apply_dsc_policy_f...Baokun Li1-4/+2
2021-06-02drm/amd/display: Remove the redundant initialization of local variableShaokun Zhang1-9/+8
2021-06-02drm/amd/display: fix gcc set but not used warning of variable 'old_plane_state'Yu Kuai1-2/+2
2021-06-02drm/amd/display: Avoid HDCP over-read and corruptionKees Cook1-1/+3
2021-06-02amdgpu: remove unreachable codeJiapeng Chong1-2/+1
2021-06-02amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomicSimon Ser1-1/+1
2021-06-02drm/amdgpu: Fix a bug on flag table_freedEric Huang1-2/+5
2021-06-02drm/amdgpu: optimize code about format string in gfx_v10_0_init_microcode()Kevin Wang1-3/+2
2021-06-02drm/amdgpu: fix sdma firmware version error in sriovKevin Wang1-3/+3
2021-06-02drm/amdgpu: enable smart shift on dGPU (v5)Sathishkumar S4-0/+97
2021-06-02drm/amdgpu: flush gart changes after all BO recoveryNirmoy Das4-8/+21
2021-06-02drm/amdgpu: do not allocate entries separatelyNirmoy Das1-14/+20
2021-06-02drm/amdgpu: remove unused codeNirmoy Das2-35/+0
2021-06-02drm/amdgpu: switch to amdgpu_bo_vm for vm codeNirmoy Das4-65/+96