summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2020-07-01drm/amd: correct trivial kernel-doc inconsistenciesColton Lewis1-0/+2
2020-07-01drm/amd/display: Add DCN3 Support in DM (v2)Bhawanpreet Lakha2-0/+47
2020-05-29Revert "drm/amd/display: disable dcn20 abm feature for bring up"Harry Wentland1-7/+4
2020-05-28drm/amd/display: Fix incorrect HDCP caps for dongleBhawanpreet Lakha1-2/+2
2020-05-28drm/amd/display: Don't pass invalid fw_bss_data pointer into DMUB srvNicholas Kazlauskas1-2/+2
2020-05-28drm/amd/display: Handle persistence in DMJaehyun Chung1-25/+0
2020-05-28drm/amd/display: drop cursor position check in atomic testSimon Ser1-7/+0
2020-05-22drm/amd/display: Handle GPU reset for DC blockBhawanpreet Lakha2-1/+182
2020-05-21drm/amd/display: Fix incorrectly pruned modes with deep colorStylon Wang1-38/+64
2020-05-21drm/amd/display: Expose support for xBGR ordered fp16 formats.Mario Kleiner1-0/+6
2020-05-21drm/amd/display: Respect PP_STUTTER_MODE but don't override DC_DISABLE_STUTTERHarry Wentland1-3/+3
2020-05-21drm/amd/display: Add DC Debug mask to disable features for bringupHarry Wentland1-0/+14
2020-05-14Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...Dave Airlie4-132/+128
2020-05-12drm/amd/amdgpu: Update update_config() logicLeo (Hanghong) Ma1-5/+5
2020-05-08Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5...Dave Airlie2-9/+27
2020-05-07drm/amd/display: add basic atomic check for cursor planeSimon Ser1-2/+24
2020-05-07drm/amd/display: Fix vblank and pageflip event handling for FreeSyncNicholas Kazlauskas1-82/+55
2020-05-06drm/amd/display: Add dm support for DP 1.4 Compliance edid corruption testJerry (Fangzhi) Zuo1-27/+13
2020-05-05drm/amd/display: move location of dmub_srv.h fileAnthony Koo2-2/+2
2020-05-05drm/amd/display: Check DMCU Exists Before LoadingJerry (Fangzhi) Zuo1-1/+6
2020-05-05drm/amd/display: Prevent dpcd reads with passive donglesAurabindo Pillai1-6/+11
2020-05-05drm/amd/display: add addition dc type to translate to dmub fw typeAnthony Koo1-3/+3
2020-05-05drm/amd/display: Support FP16 pixel formatStylon Wang1-0/+8
2020-05-05drm/amd/display: remove unused variable 'ret' in dm_suspend()Jason Yan1-2/+1
2020-04-30drm/amd/display: remove set but not used variable 'dc'Zheng Bin1-2/+0
2020-04-30Merge tag 'amd-drm-next-5.8-2020-04-24' of git://people.freedesktop.org/~agd5...Dave Airlie6-85/+168
2020-04-28drm/amd/display: Indicate use of TMZ buffers to DCHarry Wentland1-6/+23
2020-04-28drm/amd/display: Internal refactoring to abstract color capsKrunoslav Kovac1-3/+4
2020-04-23drm/amd/display: Fix green screen issue after suspendRodrigo Siqueira1-9/+29
2020-04-23drm/amd/display: Adjust refactored dm for color management onlyStylon Wang3-14/+14
2020-04-23drm/amd/display: make all backlight calls link basedAnthony Koo1-4/+6
2020-04-23drm/amd/display: Use the correct input TF for video formatsNicholas Kazlauskas1-3/+19
2020-04-23drm/amd/display: Unify psr feature flagsWyatt Wood1-15/+20
2020-04-23drm/amd/display: Support plane-level gamut remap in DMStylon Wang1-0/+3
2020-04-23drm/amdgpu/display: give aux i2c buses more meaningful namesAlex Deucher3-4/+9
2020-04-23drm/amdgpu/display: fix aux registration (v2)Alex Deucher2-5/+14
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-33/+12
2020-04-13drm/amd/display: Change "error" to "dc_log" at amdgpu_dm dpcd reading stageZhan Liu1-1/+1
2020-04-09drm/amdgpu/display: fix warning when compiling without debugfsAlex Deucher1-1/+1
2020-04-09drm/amd/display: add HDCP caps debugfsBhawanpreet Lakha1-0/+61
2020-04-09drm/amd/display: Make DMCUB bss/data firmware blob optionalNicholas Kazlauskas1-2/+7
2020-04-09drm/amd/display: Avoid create MST prop after registrationJerry (Fangzhi) Zuo2-3/+13
2020-04-09drm/amd/display: Make cursor source translation adjustment optionalNicholas Kazlauskas1-0/+1
2020-04-09drm/amd/display: Refactor color management to take dm plane stateStylon Wang3-14/+14
2020-04-09drm/amd/display: Fix incorrect cursor pos on scaled primary planeNicholas Kazlauskas1-6/+0
2020-04-09drm/amdgpu/display: fix warning when compiling without debugfsAlex Deucher1-1/+1
2020-04-07drm/amd/display: Make cursor source translation adjustment optionalNicholas Kazlauskas1-0/+1
2020-04-07drm/amd/display: Fix incorrect cursor pos on scaled primary planeNicholas Kazlauskas1-6/+0
2020-04-07drm/amd/display: Avoid create MST prop after registrationJerry (Fangzhi) Zuo2-3/+13
2020-04-03drm/amd/amdgpu_dm/mst: Stop printing extra messages in dm_dp_add_mst_connector()Lyude Paul1-5/+0