aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds4-31/+22
2021-04-28drm/msm: fix minor version to indicate MSM_PARAM_SUSPENDS supportJonathan Marek1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1063-30221/+178980
2021-04-28drm/bridge: anx7625: Fix power on delayHsin-Yi Wang1-1/+1
2021-04-28drm: bridge: add missing word in Analogix help textRandy Dunlap1-1/+1
2021-04-28drm/i915: Add frontbuffer tracking tracepointsVille Syrjälä2-0/+43
2021-04-28drm/i915: Stop using crtc->index as the pipeVille Syrjälä1-25/+26
2021-04-28drm/i915: Remove stray newlinesVille Syrjälä5-5/+0
2021-04-28drm/i915: Fix pre-skl DP AUX precharge lengthVille Syrjälä1-7/+2
2021-04-28drm/i915/display: move crtc and dpll declarations where they belongJani Nikula11-6/+16
2021-04-28drm/i915/hdcp: add intel_dp_hdcp.h and rename init accordinglyJani Nikula5-9/+24
2021-04-27Fix misc new gcc warningsLinus Torvalds1-1/+1
2021-04-27drm/dp_mst: Convert drm_dp_mst_topology.c to drm_err()/drm_dbg*()Lyude Paul1-181/+187
2021-04-27drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_kms()Lyude Paul1-24/+21
2021-04-27drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*()Lyude Paul1-62/+59
2021-04-27drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()Lyude Paul2-3/+7
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()Lyude Paul2-8/+12
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()Lyude Paul1-2/+3
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()Lyude Paul2-2/+3
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()Lyude Paul2-3/+3
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()Lyude Paul3-4/+7
2021-04-27drm/dp: Always print aux channel name in logsLyude Paul1-6/+7
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul7-14/+18
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul7-7/+8
2021-04-27drm/dp: Clarify DP AUX registration timeLyude Paul1-12/+31