summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-19drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland1-0/+17
2021-07-19drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_checkMark Yacoub1-0/+4
2021-07-19drm/amd/display: Update scaling settings on modesetRoman Li1-1/+2
2021-05-22drm/amd/display: Fix two cursor duplication when using overlayRodrigo Siqueira1-0/+51
2021-05-14drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland1-0/+17
2021-05-11drm/amd/display: Fix UBSAN warning for not a valid value for type '_Bool'Anson Jacob1-5/+1
2021-05-11drm/amd/display: Check for DSC support instead of ASIC revisionEryk Brol1-1/+1
2021-02-17drm/amd/display: Decrement refcount of dc_sink before reassignmentVictor Lu1-1/+3
2021-02-17drm/amd/display: Free atomic state after drm_atomic_commitVictor Lu1-8/+6
2021-02-17drm/amd/display: Fix dc_sink kref count in emulated_link_detectVictor Lu1-2/+2
2021-02-10drm/amd/display: Revert "Fix EDID parsing after resume from suspend"Stylon Wang1-2/+0
2021-01-09Revert "drm/amd/display: Fix memory leaks in S3 resume"Alex Deucher1-2/+1
2020-12-30drm/amd/display: Fix memory leaks in S3 resumeStylon Wang1-1/+2
2020-11-05drm/amd/display: Avoid MST manager resource leak.Andrey Grodzovsky1-0/+7
2020-10-29drm/amd/display: Fix wrong return value in dm_update_plane_state()Tianjia Zhang1-2/+1
2020-10-01drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC isMichel Dänzer1-22/+10
2020-09-09drm/amd/display: Fix memleak in amdgpu_dm_mode_config_initDinghao Liu1-2/+8
2020-09-09drivers: gpu: amd: Initialize amdgpu_dm_backlight_caps object to 0 in amdgpu_...Furquan Shaikh1-0/+2
2020-09-03drm/amd/display: Fix dmesg warning from setting abm levelStylon Wang1-0/+23
2020-09-03drm/amd/display: Add additional config guards for DCNAurabindo Pillai1-2/+4
2020-09-03drm/amd/display: Trigger modesets on MST DSC connectorsMikita Lipski1-0/+33
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendStylon Wang1-0/+1
2020-08-05drm/amd/display: Clear dm_state for fast updatesMazin Rezk1-9/+27
2020-07-29drm/amd/display: Check DMCU Exists Before LoadingJerry (Fangzhi) Zuo1-1/+6
2020-06-24Revert "drm/amd/display: disable dcn20 abm feature for bring up"Harry Wentland1-7/+4
2020-06-03drm/amd/display: drop cursor position check in atomic testSimon Ser1-7/+0
2020-05-27drm/amd/display: Prevent dpcd reads with passive donglesAurabindo Pillai1-6/+11
2020-05-20drm/amd/display: add basic atomic check for cursor planeSimon Ser1-2/+24
2020-05-06drm/amd/display: Fix green screen issue after suspendRodrigo Siqueira1-9/+29
2020-02-01drm/amd/display: Reduce HDMI pixel encoding if max clock is exceededThomas Anderson1-22/+23
2019-12-31drm/amd/display: set minimum abm backlight levelAnthony Koo1-0/+5
2019-11-21Revert "drm/amd/display: enable S/G for RAVEN chip"Alex Deucher1-1/+1
2019-10-02drm/amd/display: hide an unused variableArnd Bergmann1-0/+2
2019-10-02Revert "drm/amdgpu: disable stutter mode for renoir"Aaron Liu1-2/+0
2019-09-26Merge tag 'drm-fixes-5.4-2019-09-25' of git://people.freedesktop.org/~agd5f/l...Dave Airlie1-0/+3
2019-09-26Merge tag 'drm-misc-next-fixes-2019-09-23' of git://anongit.freedesktop.org/d...Dave Airlie1-3/+2
2019-09-18drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter1-3/+2
2019-09-17drm/amd/display: Restore backlight brightness after system resumeKai-Heng Feng1-0/+1
2019-09-17drm/amdgpu: disable stutter mode for renoirAaron Liu1-0/+2
2019-09-06Merge tag 'drm-next-5.4-2019-08-30' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-1/+15
2019-08-29drm/amd/display: Handle Renoir in amdgpu_dm (v2)Bhawanpreet Lakha1-0/+14
2019-08-27drm/amd/display: Fix error messageAndrey Grodzovsky1-1/+1
2019-08-27Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-34/+45
2019-08-23drm/amdgpu/display: add flag for multi-display mclk switchingAlex Deucher1-0/+3
2019-08-23drm/amd/display: Enable SST DSC in DMDavid Francis1-11/+21
2019-08-22drm/amd/display: Split out DC programming for CRC captureNicholas Kazlauskas1-21/+4
2019-08-22drm/amd/display: Calculate bpc based on max_requested_bpcNicholas Kazlauskas1-2/+14
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2019-08-15drm/amd/display: Enable MPO with pre-blend color processing (RGB)Michael Strauss1-0/+3
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1