summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/amd/display: Fix DPIA outbox timeout after S3/S4/resetNicholas Kazlauskas2021-12-081-1/+6
| * | drm/amd/display: add connector type check for CRC source setPerry Yuan2021-12-011-0/+8
| * | drm/amd/display: Allow DSC on supported MST branch devicesNicholas Kazlauskas2021-12-011-4/+16
| * | drm/amd/display: update bios scratch when setting backlightAlex Deucher2021-11-241-0/+4
| * | drm/amd/display: Reset link encoder assignments for GPU resetNicholas Kazlauskas2021-11-241-0/+14
| * | drm/amd/display: Set plane update flags for all planes in resetNicholas Kazlauskas2021-11-241-2/+2
| * | drm/amd/display: Fix DPIA outbox timeout after GPU resetNicholas Kazlauskas2021-11-241-0/+2
* | | Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-12-103-44/+184
|\ \ \ | | |/ | |/|
| * | drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not enabledNicholas Kazlauskas2021-12-011-3/+8
| * | drm/amd/display: update bios scratch when setting backlightAlex Deucher2021-11-241-0/+4
| * | drm/amd/display: fix accidental casting enum to boolMikita Lipski2021-11-241-1/+1
| * | drm/amd/display: Reset link encoder assignments for GPU resetNicholas Kazlauskas2021-11-241-0/+14
| * | drm/amd/display: Set plane update flags for all planes in resetNicholas Kazlauskas2021-11-221-2/+2
| * | drm/amd/display: enable seamless boot for DCN301Zhan Liu2021-11-222-0/+30
| * | drm/amd/display: Run full global validation in dc_commit_stateNicholas Kazlauskas2021-11-221-18/+1
| * | drm/amd/display: Fix DPIA outbox timeout after GPU resetNicholas Kazlauskas2021-11-221-0/+2
| * | drm/amdgpu/display: set vblank_disable_immediate for DCAlex Deucher2021-11-221-0/+3
| * | drm/amd/display: Fix OLED brightness control on eDPRoman Li2021-11-221-1/+2
| * | drm/amd/display: Enable DSC over eDPMikita Lipski2021-11-222-4/+71
| * | drm/amd/display: log amdgpu_dm_atomic_check() failure causeShirish S2021-11-171-18/+51
| * | drm/amd/display: remove unnecessary conditional operatorsYe Guojin2021-11-171-2/+1
* | | Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-11-232-6/+6
|\ \ \ | |_|/ |/| |
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-185-158/+353
| |\|
| * | amdgpu: use drm_kms_helper_connector_hotplug_eventSimon Ser2021-11-022-6/+6
* | | drm/amd/display: Fix OLED brightness control on eDPRoman Li2021-11-171-1/+2
| |/ |/|
* | drm/amd/display: reject both non-zero src_x and src_y only for DCN1xShirish S2021-11-101-9/+11
* | drm/amd/display: Add callbacks for DMUB HPD IRQ notificationsNicholas Kazlauskas2021-11-091-2/+15
* | drm/amd/display: Don't lock connection_mutex for DMUB HPDNicholas Kazlauskas2021-11-091-4/+0
* | drm/amd/display: Add comment where CONFIG_DRM_AMD_DC_DCN macro endsAnson Jacob2021-11-091-4/+4
* | drm/amd/display: fix exit from amdgpu_dm_atomic_check() abruptlyShirish S2021-11-091-1/+1
* | drm/amd/display: Don't allow partial copy_from_userHarry Wentland2021-11-051-6/+4
* | drm/amd/display: dsc engine not disabled after unplug dsc mst hubHersen Wu2021-11-032-43/+138
* | drm/amd/display: Look at firmware version to determine using dmub on dcn21Mario Limonciello2021-11-031-1/+9
* | drm/amdgpu: Fix even more out of bound writes from debugfsPatrik Jakobsson2021-10-281-9/+9
* | drm/amd/display: Enable dpia in dmub only for DCN31 B0Jude Shih2021-10-281-0/+14
* | drm/amd/display: Fix USB4 hot plug crash issueJude Shih2021-10-281-7/+16
* | drm/amd/display: Set phy_mux_sel bit in dmub scratch registerHansen2021-10-281-1/+1
* | drm/amd/display: Handle I2C-over-AUX write channel status updateAric Cyr2021-10-281-0/+2
* | drm/amd/display: dc_link_set_psr_allow_active refactoringRobin Chen2021-10-281-2/+8
* | drm/amdgpu/display: add quirk handling for stutter modeAlex Deucher2021-10-281-0/+33
* | Merge tag 'topic/amdgpu-dp2.0-mst-2021-10-27' of git://anongit.freedesktop.or...Dave Airlie2021-10-283-1/+38
|\ \
| * | drm/amdgpu/display: fix build when CONFIG_DRM_AMD_DC_DCN is not setAlex Deucher2021-10-272-2/+4
| * | drm/amd/display: Add DP 2.0 MST DM SupportBhawanpreet Lakha2021-10-253-1/+36
| * | drm: Update MST First Link Slot Information Based on Encoding FormatBhawanpreet Lakha2021-10-251-1/+1
| |/
* | amd/display: remove ChromeOS workaroundSimon Ser2021-10-221-51/+0
* | drm/amd/display: Fully switch to dmub for all dcn21 asicsRoman Li2021-10-191-2/+1
* | drm/amdgpu: fix out of bounds writeThelford Williams2021-10-131-1/+1
* | drm/amd/display: Enable PSR by default on newer DCNNicholas Kazlauskas2021-10-131-1/+16
* | amd/display: check cursor plane matches underlying planeSimon Ser2021-10-131-15/+34
|/
* drm/amd/display: Add 120Hz support for freesync video modeSolomon Chiu2021-10-061-11/+11