summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-04-07drm/amdgpu/psp: dont warn on missing optional TA'sAlex Deucher1-3/+3
2020-04-07drm/amdgpu: update RAS related dmesg printJohn Clements2-7/+12
2020-04-07drm/amdgpu: resolve mGPU RAS query instabilityJohn Clements1-5/+15
2020-04-07drm/amd/amdgpu: Correct gfx10's CG sequenceChengming Gui1-8/+15
2020-04-03drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma1-1/+2
2020-04-03drm/amdgpu: change SH MEM alignment mode for gfx10Likun Gao1-1/+1
2020-04-03drm/amd/powerplay: avoid using pm_en before it is initializedTiecheng Zhou1-1/+2
2020-04-03drm/amd/powerplay: implement the is_dpm_running()Prike Liang1-0/+12
2020-04-03drm/amd/display: re-order asic declarationsShirish S1-2/+4
2020-04-03drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLKYuxian Dai2-1/+7
2020-04-01drm/amdkfd: kfree the wrong pointerJack Zhang1-2/+2
2020-03-31drm/amd/display: increase HDCP authentication delayBhawanpreet Lakha1-1/+1
2020-03-31drm/amd/display: Correctly cancel future watchdog and callback eventsBhawanpreet Lakha1-1/+3
2020-03-31drm/amd/display: Don't try hdcp1.4 when content_type is set to type1Bhawanpreet Lakha1-2/+6
2020-03-31drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.cEvan Quan4-13/+44
2020-03-31drm/amd/powerplay: drop redundant BIF doorbell interrupt operationsEvan Quan1-14/+0
2020-03-31drm/amd/display: Fix dcn21 num_statesDmytro Laktyushkin4-30/+18
2020-03-31drm/amd/display: Enable BT2020 in COLOR_ENCODING propertyStylon Wang1-2/+5
2020-03-31drm/amd/display: LFC not working on 2.0x range monitors (v2)Aric Cyr1-15/+19
2020-03-31drm/amd/display: Support plane level CTMStylon Wang3-1/+18
2020-03-31drm/amd/display: Revert change to HDCP display statesIsabel Zhang6-28/+49
2020-03-31drm/amd/display: Not doing optimize bandwidth if flip pending.Yongqiang Sun1-0/+23
2020-03-31drm/amd/display: Use double buffered DRR timing update by defaultNicholas Kazlauskas2-0/+21
2020-03-31drm/amd/display: Support P010 pixel formatStylon Wang4-3/+11
2020-03-31drm/amd/display: Update function to get optimal number of tapsEric Bernstein1-0/+1
2020-03-31drm/amdgpu: fix hpd bo size calculation errorKevin Wang2-2/+2
2020-03-31Merge tag 'drm-msm-next-2020-03-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie21-622/+559
2020-03-31Merge v5.6 into drm-nextDave Airlie21-123/+225
2020-03-30Merge tag 'drm-intel-next-fixes-2020-03-27' of git://anongit.freedesktop.org/...Dave Airlie16-36/+108
2020-03-30Merge tag 'amd-drm-next-5.7-2020-03-26' of git://people.freedesktop.org/~agd5...Dave Airlie21-49/+138
2020-03-27Merge tag 'amd-drm-fixes-5.6-2020-03-26' of git://people.freedesktop.org/~agd...Dave Airlie1-0/+2
2020-03-27Merge tag 'drm-misc-fixes-2020-03-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-3/+3
2020-03-26drm/i915/display: Fix mode private_flags comparison at atomic_checkUma Shankar1-2/+2
2020-03-26drm/i915/gt: Stage the transfer of the virtual breadcrumbChris Wilson1-5/+15
2020-03-26drm/i915/gt: Select the deepest available parking mode for rc6Chris Wilson2-5/+28
2020-03-26drm/i915: Avoid live-lock with i915_vma_parked()Chris Wilson1-15/+14
2020-03-26drm/i915/gt: Treat idling as a RPS downclock eventChris Wilson1-0/+13
2020-03-26drm/i915/gt: Cancel a hung context if already closedChris Wilson1-0/+5
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson5-6/+14
2020-03-26drm/scheduler: fix rare NULL ptr raceYintian Tao1-0/+2
2020-03-25drm/amdgpu: don't try to reserve training bo for sriov (v2)Monk Liu1-3/+5
2020-03-25drm/amdgpu/smu11: add support for SMU AC/DC interruptsAlex Deucher1-0/+16
2020-03-25drm/amdgpu/swSMU: handle manual AC/DC notificationsAlex Deucher3-0/+27
2020-03-25drm/amdgpu/swSMU: handle DC controlled by GPIO for navi1xAlex Deucher2-1/+7
2020-03-25drm/amdgpu/swSMU: set AC/DC mode based on the current system state (v2)Alex Deucher1-6/+6
2020-03-25drm/amdgpu/swSMU: correct the bootup power source for Navi1X (v2)Evan Quan1-0/+15
2020-03-25drm/amdgpu/swSMU: use the smu11 power source helper for navi1xAlex Deucher1-0/+1
2020-03-25drm/amdgpu/smu11: add a helper to set the power sourceAlex Deucher2-0/+18
2020-03-25drm/amd/swSMU: add callback to set AC/DC power source (v2)Evan Quan2-0/+4
2020-03-25drm/scheduler: fix rare NULL ptr raceYintian Tao1-0/+2