summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20drm/amd/display: Fix allocate_mst_payload assert on resumeRoman Li1-1/+2
2022-04-15drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_co...Zhou Qingyang1-0/+3
2021-10-06drm/amd/display: Pass PCI deviceid into DCCharlene Liu1-0/+1
2021-02-23drm/amd/display: Free atomic state after drm_atomic_commitVictor Lu1-8/+6
2021-02-23drm/amd/display: Fix dc_sink kref count in emulated_link_detectVictor Lu1-2/+2
2019-10-05drm/amd/display: Restore backlight brightness after system resumeKai-Heng Feng1-0/+1
2019-07-31drm/amd/display: Always allocate initial connector state stateNicholas Kazlauskas1-3/+7
2019-05-31drm/amd/display: Set stream->mode_changed when connectors changeNicholas Kazlauskas1-2/+1
2019-05-10drm/amd/display: fix cursor black issuetiancyin1-0/+1
2019-04-05drm/amd/display: Enable vblank interrupt during CRC captureNicholas Kazlauskas1-1/+13
2019-04-05drm/amd/display: Don't re-program planes for DPMS changesNicholas Kazlauskas1-1/+2
2019-02-27drm/amd/display: Fix MST reboot/poweroff sequenceLeo (Hanghong) Ma1-2/+3
2019-01-17drm/amdgpu: Don't fail resume process if resuming atomic state failsLyude Paul1-3/+2
2019-01-17drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()Lyude Paul1-9/+23
2019-01-13drm/amd/display: Fix unintialized max_bpc state valuesNicholas Kazlauskas1-0/+2
2018-12-13drm/amd/display: Support amdgpu "max bpc" connector property (v2)Nicholas Kazlauskas1-0/+16
2018-11-27drm/amd/display: Stop leaking planesHarry Wentland1-1/+1
2018-10-04drm/amd/display: Signal hw_done() after waiting for flip_done()Shirish S1-2/+8
2018-09-27drm/amd/display: Fix Edid emulation for linuxBhawanpreet Lakha1-5/+134
2018-08-21Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"Leo (Sunpeng) Li1-6/+4
2018-08-06drm/amd/display: Read back max backlight value at bootDavid Francis1-0/+1
2018-08-06drm/amd/display: Implement backlight_ops.get_brightnessDavid Francis1-1/+6
2018-08-06drm/amd/display: Use requested HDMI aspect ratioLeo (Sunpeng) Li1-7/+2
2018-07-20drm/amd/display: Honor pplib stutter mask for all ASICs in DCHarry Wentland1-4/+3
2018-07-20drm/amd/display: Drop unused backlight functions in DMHarry Wentland1-16/+2
2018-07-20Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-9/+22
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2018-07-19drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Michel Dänzer1-4/+4
2018-07-13drm/amd/display: Return out_link_loss from interrupt handlerFatemeh Darbehani1-1/+1
2018-07-13drm/amd/display: Add YCbCr420 only support for HDMI 4K@60Jerry (Fangzhi) Zuo1-1/+4
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-07-10drm/amdgpu: allocate gart memory when it's required (v3)Junwei Zhang1-2/+11
2018-07-10drm/amdgpu: separate gpu address from bo pinJunwei Zhang1-1/+2
2018-07-06drm/amd/display: add a check for display depth validityMikita Lipski1-0/+42
2018-07-06drm/amd/display: adding ycbcr420 pixel encoding for hdmiMikita Lipski1-2/+5
2018-07-06drm/amd/display: Ctrl stutter mode through module parameterrex zhu1-1/+1
2018-07-06drm/amd/display: Add front end for dp debugfs filesDavid Francis1-0/+10
2018-07-04Merge v4.18-rc3 into drm-nextDave Airlie1-8/+8
2018-06-27drm/amd/display: release spinlock before committing updates to streamShirish S1-4/+2
2018-06-22drm/amdgpu: Count disabled CRTCs in commit tail earlierLyude Paul1-4/+6
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-6/+7
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+0
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan1-112/+194
2018-06-15drm/amd/display: Do not skip FBC init in failsafe modeMikita Lipski1-6/+6
2018-06-15drm/amd/display: Drop to fail-safe mode if edid is badMikita Lipski1-0/+4
2018-06-15drm/amdgpu/display: drop DRM_AMD_DC_FBC kconfig optionAlex Deucher1-4/+1
2018-06-15Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-34/+33
2018-06-13drm/amd/display: Fix stale buffer object (bo) usePratik Vishwakarma1-11/+0
2018-06-13drm/amdgpu: Grab/put runtime PM references in atomic_commit_tail()Lyude Paul1-0/+13