aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07drm/amd/display: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman1-0/+1
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-36/+36
2022-07-20drm/amd/display: Add tags for indicating mst progress statusWayne Lin1-1/+45
2022-07-20drm/amd/display: Add is_mst_connector debugfs entryWayne Lin1-0/+53
2022-07-20drm/amd/display: fix trigger_hotplug to support mst caseWayne Lin1-3/+14
2022-07-15Merge tag 'amd-drm-next-5.20-2022-07-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+10
2022-07-13drm/amd/display: Grab dc_lock before detecting linkWayne Lin1-1/+10
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-4/+4
2022-06-21drm/amd/display: rename lane_settings to hw_lane_settingsWenjing Liu1-4/+4
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-25/+13
2022-05-23drm/amd/display: Move connector debugfs to drmBhanuprakash Modem1-25/+13
2022-05-10drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in amdgpu_dmAlex Hung1-6/+0
2022-04-12drm/amd/display: expose skip_detection_link_training to debugfshersen wu1-0/+37
2022-03-15drm/amd/display: Fix a few parts in debugfs entryWayne Lin1-1/+9
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-3/+3
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-9/+5
2022-02-23drm/amd/display: Refactor PSR DPCD caps detectionPo Ting Chen1-3/+3
2022-02-07drm/amd/display: Use str_yes_no()Lucas De Marchi1-9/+5
2022-02-02drm/amd/display: Trigger DP2 Sequence With Uncertified CableFangzhi Zuo1-0/+26
2022-01-25drm/amd/display: Reset preferred training settings immediatelyWayne Lin1-1/+1
2022-01-25drm/amd/display: Fix memory leakYongzhi Liu1-20/+60
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+212
2021-12-14drm/amd/display: Add debugfs entry for ILRWayne Lin1-0/+134
2021-12-13drm/amd/display: Add Debugfs Entry to Force in SST SequenceFangzhi Zuo1-0/+30
2021-12-07drm/amd/display: Fix bug in debugfs crc_win_update entryWayne Lin1-1/+4
2021-12-01drm/amd/display: PSR panel capability debugfsMikita Lipski1-0/+44
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-16/+17
2021-11-05drm/amd/display: Don't allow partial copy_from_userHarry Wentland1-6/+4
2021-11-02amdgpu: use drm_kms_helper_connector_hotplug_eventSimon Ser1-2/+2
2021-10-28drm/amdgpu: Fix even more out of bound writes from debugfsPatrik Jakobsson1-9/+9
2021-10-28Merge tag 'topic/amdgpu-dp2.0-mst-2021-10-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+3
2021-10-25drm/amd/display: Add DP 2.0 MST DM SupportBhawanpreet Lakha1-0/+3
2021-10-13drm/amdgpu: fix out of bounds writeThelford Williams1-1/+1
2021-09-28drm/amd/display: update cur_lane_setting to an array one for each laneWenjing Liu1-4/+4
2021-09-14drm/amd/display: Revert "Directly retrain link from debugfs"Anson Jacob1-1/+2
2021-07-23drm/amd/amdgpu: Add a new line to debugfs phy_settings outputAnson Jacob1-1/+1
2021-07-23drm/amd/amdgpu: Update debugfs link_settings output link_rate field in hexAnson Jacob1-8/+8
2021-06-08drm/amd/display: Add debugfs entry for dsc passthroughFangzhi Zuo1-1/+49
2021-05-10drm/amd/display: multi-eDP backlight supportMikita Lipski1-39/+47
2021-04-28drm/amd/display: fix wrong statement in mst hpd debugfsMikita Lipski1-1/+1
2021-04-28drm/amd/display: Expose internal display flag via debugfsStylon Wang1-1/+19
2021-04-15drm/amd/display: Add debugfs to repress HPD and HPR_RX IRQsHarry Wentland1-0/+35
2021-04-09drm/amd/display: Add MST capability to trigger_hotplug interfaceMikita Lipski1-1/+70
2021-04-09drm/amd/display: Directly retrain link from debugfsMikita Lipski1-2/+2
2021-04-09drm/amd/display: Add function and debugfs to dump DCC_EN bitVictor Lu1-0/+66
2021-04-09drm/amd/display: Add debugfs entry for LTTPR register statusAurabindo Pillai1-0/+66
2021-04-09drm/amd/display: Fix MST topology debugfsEryk Brol1-0/+4
2021-04-09drm/amd/display: Fix debugfs link_settings entryFangzhi Zuo1-7/+8
2021-03-23drm/amd/display: Add debugfs to control DMUB trace buffer eventsLeo (Hanghong) Ma1-0/+37
2021-03-23drm/amd/display: Fix secure display lock problemsWayne Lin1-4/+2