aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06amd/display: set backlight only if requiredShirish S1-3/+4
2022-04-06drm/amd/display: Fix allocate_mst_payload assert on resumeRoman Li1-1/+2
2022-03-15drm/amdgpu: Use drm_mode_copy()Ville Syrjälä1-3/+3
2022-03-15drm/amdgpu: Remove pointless on stack mode copiesVille Syrjälä1-17/+17
2022-03-15drm/amdgpu/display: enable scatter/gather display for DCN 3.1.6Alex Deucher1-0/+1
2022-03-15drm/amd/display: Fix double free during GPU reset on DC streamsNicholas Kazlauskas1-3/+6
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...Dave Airlie1-18/+43
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+3
2022-02-23drm/amd/display: Turn global functions into static functionsMaíra Canal1-2/+2
2022-02-23drm/amdgpu: derive GTT display support from DMAlex Deucher1-0/+8
2022-02-23drm/amdgpu/display: split dmcu and gpuvm handling logicAlex Deucher1-15/+20
2022-02-18drm/amd/display: Add DCN315 DM SupportQingqing Zhuo1-1/+13
2022-02-17drm/amd/display: Add DMUB support for DCN316Leo Li1-1/+1
2022-02-17drm/amd/display: configure dc hw resource for DCN 3.1.6Prike Liang1-1/+13
2022-02-16drm/amd/display: For vblank_disable_immediate, check PSR is really usedMichel Dänzer1-8/+9
2022-02-16drm/amd/display: Add dsc pre-validation in atomic checkRoman Li1-12/+13
2022-02-16drm/amd/display: Add affected crtcs to atomic state for dsc mst unplugRoman Li1-2/+5
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie1-24/+18
2022-02-07drm/amd/display: Cap pflip irqs per max otg numberRoman Li1-1/+1
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-40/+128
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki1-0/+3
2022-01-27drm/amd/display: Fix unused variable warningTim Huang1-2/+1
2022-01-25drm/amd/display: convert to DCE IP version checkingTim Huang1-6/+4
2022-01-25drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_co...Zhou Qingyang1-0/+3
2022-01-25drm/amd/display: Update VSC HDR infoPacket on TF changeReza Amini1-1/+1
2022-01-25drm/amd/display: add protection in link encoder matching logicMartin Tsai1-1/+1
2022-01-25drm/connector: Fix typo in output formatMaxime Ripard1-1/+1
2022-01-18drm/amd/display: Disabled seamless boots on DP and renamed power_down_display...Jarif Aftab1-2/+2
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-1/+1
2022-01-14drm/amd/pm: do not expose power implementation details to displayEvan Quan1-5/+1
2022-01-14drm/amd/display: Enable Freesync Video Mode by defaultSolomon Chiu1-7/+5
2022-01-11drm/amd/display: invalid parameter check in dmub_hpd_callbackJosé Expósito1-1/+2
2022-01-11drm/amd/display: explicitly set is_dsc_supported to false before useMario Limonciello1-0/+1
2022-01-07drm/amd/display: introduce mpo detection flagsMikita Lipski1-1/+9
2022-01-07drm/amd/display: Don't reinitialize DMCUB on s0ix resumeNicholas Kazlauskas1-3/+27
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Dave Airlie1-35/+89
2021-12-14amdgpu: fix some kernel-doc markupYann Dirson1-1/+1
2021-12-14drm/amd/display: Reset DMCUB before HW initNicholas Kazlauskas1-0/+5
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-1/+6
2021-12-13drm/amd/display: fix function scopesIsabella Basso1-6/+12
2021-12-13drm/amd/display: Add feature flags to disable LTTPRAurabindo Pillai1-0/+7
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie1-43/+180
2021-12-08drm/amd/display: Fix DPIA outbox timeout after S3/S4/resetNicholas Kazlauskas1-1/+6
2021-12-07drm/amdgpu: update drm_display_info correctly when the edid is readClaudio Suarez1-2/+1
2021-12-07drm/amd/display: Rename a struct field to describe a cea component betterOliver Logush1-1/+1
2021-12-07drm/amd/display: Move link_enc init logic to DCJude Shih1-9/+2
2021-12-07drm/amd/display: Fix DPIA outbox timeout after S3/S4/resetNicholas Kazlauskas1-1/+6
2021-12-02drm/amd/display: Use oriented source size when checking cursor scalingVlad Zahorodnii1-8/+27
2021-12-01drm/amd/display: Add DP-HDMI FRL PCON SST Support in DMFangzhi Zuo1-8/+33