summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/amd/display: Cap pflip irqs per max otg numberRoman Li2022-02-071-1/+1
| * | drm/amd/display: Trigger DP2 Sequence With Uncertified CableFangzhi Zuo2022-02-021-0/+26
| * | drm/amd/display: fix spelling mistake: synatpics -> synapticsColin Ian King2022-02-021-16/+16
| * | drm/amd/display: Fix unused variable warningTim Huang2022-01-271-2/+1
| * | drm/amd/display: convert to DCE IP version checkingTim Huang2022-01-251-6/+4
| * | drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_co...Zhou Qingyang2022-01-251-0/+3
| * | drm/amd/display: Reset preferred training settings immediatelyWayne Lin2022-01-251-1/+1
| * | drm/amd/display: Update VSC HDR infoPacket on TF changeReza Amini2022-01-251-1/+1
| * | drm/amd/display: Add DSC Enable for Synaptics HubFangzhi Zuo2022-01-251-0/+48
| * | drm/amd/display: Retrieve MST Downstream Port StatusFangzhi Zuo2022-01-252-0/+24
| * | drm/amd/display: Add Synaptics Fifo Reset WorkaroundFangzhi Zuo2022-01-253-1/+144
| * | drm/amd/display: Use PSR version selected during set_psr_capsNicholas Kazlauskas2022-01-251-4/+2
| * | drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgrIan Chen2022-01-251-20/+4
| * | drm/amd/display: add protection in link encoder matching logicMartin Tsai2022-01-251-1/+1
| * | drm/amd/display: Don't update drm connector when read local EDIDWayne Lin2022-01-251-8/+0
| * | drm/amd/display: Drop DCN for DP2.x logicWenjing Liu2022-01-251-5/+1
| * | drm/amd/display: Fix memory leakYongzhi Liu2022-01-251-20/+60
| * | drm/amd/display: Disabled seamless boots on DP and renamed power_down_display...Jarif Aftab2022-01-181-2/+2
| * | drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan2022-01-141-1/+1
| * | drm/amd/pm: do not expose power implementation details to displayEvan Quan2022-01-142-164/+88
| * | drm/amd/display: Enable Freesync Video Mode by defaultSolomon Chiu2022-01-141-7/+5
* | | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-013-5/+5
|\ \ \ | |/ / |/| / | |/
| * drm/connector: Fix typo in output formatMaxime Ripard2022-01-251-1/+1
| * drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-173-4/+4
* | drm/amd/display: invalid parameter check in dmub_hpd_callbackJosé Expósito2022-01-111-1/+2
* | drm/amd/display: explicitly set is_dsc_supported to false before useMario Limonciello2022-01-111-0/+1
* | drm/amd/display: introduce mpo detection flagsMikita Lipski2022-01-072-1/+11
* | drm/amd/display: Don't reinitialize DMCUB on s0ix resumeNicholas Kazlauskas2022-01-071-3/+27
* | Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-12-236-80/+416
|\ \ | |/ |/|
| * amdgpu: fix some kernel-doc markupYann Dirson2021-12-142-3/+3
| * drm/amd/display: Reset DMCUB before HW initNicholas Kazlauskas2021-12-141-0/+5
| * drm/amd/display: parse and check PSR SU capsMikita Lipski2021-12-141-13/+88
| * drm/amd/display: Add debugfs entry for ILRWayne Lin2021-12-141-0/+134
| * drm/amd/display: fix function scopesIsabella Basso2021-12-131-6/+12
| * drm/amd: fix improper docstring syntaxIsabella Basso2021-12-131-0/+4
| * drm/amd/display: Add feature flags to disable LTTPRAurabindo Pillai2021-12-131-0/+7
| * drm/amd/display: Add Debugfs Entry to Force in SST SequenceFangzhi Zuo2021-12-131-0/+30
| * drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmiClaudio Suarez2021-12-071-12/+7
| * drm/amdgpu: use drm_edid_get_monitor_name() instead of duplicating the codeClaudio Suarez2021-12-071-15/+3
| * drm/amdgpu: update drm_display_info correctly when the edid is readClaudio Suarez2021-12-071-2/+1
| * drm/amd/display: Rename a struct field to describe a cea component betterOliver Logush2021-12-071-1/+1
| * drm/amd/display: Move link_enc init logic to DCJude Shih2021-12-071-9/+2
| * drm/amd/display: Fix bug in debugfs crc_win_update entryWayne Lin2021-12-071-1/+4
| * drm/amd/display: Fix DPIA outbox timeout after S3/S4/resetNicholas Kazlauskas2021-12-071-1/+6
| * drm/amd/display: Use oriented source size when checking cursor scalingVlad Zahorodnii2021-12-021-8/+27
| * drm/amd/display: add connector type check for CRC source setPerry Yuan2021-12-011-0/+8
| * drm/amd/display: PSR panel capability debugfsMikita Lipski2021-12-011-0/+44
| * drm/amd/display: Allow DSC on supported MST branch devicesNicholas Kazlauskas2021-12-011-4/+16
| * drm/amd/display: Add DP-HDMI FRL PCON SST Support in DMFangzhi Zuo2021-12-012-10/+44
* | Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-143-5/+30
|\ \