aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2021-04-28drm/amdgpu: restructure amdgpu_vram_mgr_newChristian König1-31/+27
2021-04-28drm/amdkfd: fix double free device pgmap resourcePhilip Yang1-1/+7
2021-04-28drm/amdkfd: Fix spelling mistake "unregisterd" -> "unregistered"Colin Ian King1-1/+1
2021-04-28drm/amdgpu: Correct and simplify sdma 4.x irq.num_typesFeifei Xu1-16/+7
2021-04-28drm/amdgpu: Change the sdma interrupt print levelFeifei Xu1-5/+5
2021-04-28drm/amdgpu/sriov: Remove clear vf fw supportVictor Zhao2-33/+0
2021-04-28drm/amd/display: 3.2.133Aric Cyr1-1/+1
2021-04-28drm/amd/display: [FW Promotion] Release 0.0.63Anthony Koo1-3/+6
2021-04-28drm/amd/display: Add SE_DCN3_REG_LIST for control SDP numMax.Tseng1-0/+2
2021-04-28drm/amd/display: avoid to authentication when DEVICE_COUNT=0Yu-ting Shen2-0/+10
2021-04-28drm/amd/display: take max dsc stream bandwidth overhead into accountWenjing Liu5-76/+94
2021-04-28drm/amd/display: fix wrong statement in mst hpd debugfsMikita Lipski1-1/+1
2021-04-28drm/amd/display: Clear MASTER_UPDATE_LOCK_DB_EN when disable doublebuffer lockRobin Chen1-1/+1
2021-04-28drm/amd/display: Add new DP_SEC registers for programming SDP Line numberMax.Tseng1-0/+2
2021-04-28drm/amd/display: Fix BSOD with NULL checkChris Park1-1/+1
2021-04-28drm/amd/display: Added multi instance support for ABMJake Wang3-6/+105
2021-04-28drm/amd/display: ddc resource data need to be initializedYu-ting Shen2-2/+2
2021-04-28drm/amd/display: Expose internal display flag via debugfsStylon Wang1-1/+19
2021-04-28drm/amd/display: skip program clock when allow seamless bootLewis Huang1-2/+13
2021-04-28drm/amd/display: Revert wait vblank on update dpp clockLewis Huang3-23/+1
2021-04-28drm/amd/display: fix HDCP reset sequence on reinitializeBrandon Syu1-1/+0
2021-04-28drm/amd/display: Add new case to get spread spectrum infoMichael Strauss1-0/+2
2021-04-28drm/amdgpu: remove unnecessary header includeHawking Zhang1-1/+0
2021-04-28drm/amdgpu: provide socket/die id info in RAS messageHawking Zhang1-2/+27
2021-04-28drm/amdgpu: implement smuio callback to query socket idHawking Zhang2-0/+19
2021-04-28drm/amdgpu: Enable SDMA LS for VangoghJinzhou Su2-0/+5
2021-04-28drm/amdkfd: Fix kernel-doc syntax errorFabio M. De Francesco1-1/+1
2021-04-28drm/amdgpu: Added missing prototypeSouptick Joarder1-0/+1
2021-04-28amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpusDarren Powell1-0/+8
2021-04-28amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell2-2/+7
2021-04-28amdgpu/pm: add extra info to SMU msg pre-check failed messageDarren Powell1-2/+2
2021-04-28drm/amd/pm: Update energy_accumulator in gpu metricsHarish Kasiviswanathan1-1/+3
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul1-1/+1
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul1-1/+1
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul2-0/+3
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard411-5674/+147951
2021-04-23drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()Yingjie Wang1-0/+3
2021-04-23drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland1-0/+17
2021-04-23drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König3-8/+18
2021-04-23drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flagNirmoy Das1-4/+1
2021-04-23drm/amdgpu: cleanup amdgpu_bo_create()Nirmoy Das1-47/+14
2021-04-23drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()Nirmoy Das1-24/+45
2021-04-23drm/amdgpu: remove unused vm context flagsNirmoy Das1-3/+0
2021-04-23drm/amdgpu: cleanup amdgpu_vm_init()Nirmoy Das3-16/+6
2021-04-23drm/amdgpu: expose amdgpu_bo_create_shadow()Nirmoy Das2-3/+6
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_vram_mgr.cChristian König1-80/+93
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_gtt_mgr.cChristian König1-79/+90
2021-04-23drm/amdkfd: remove redundant initialization to variable rColin Ian King1-1/+1
2021-04-23drm/amdkfd: fix uint32 variable compared to less than zeroColin Ian King1-1/+1
2021-04-23drm/amdkfd: set attribute access for default rangesAlex Sierra1-4/+3