aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-72/+153
2018-05-31drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li1-2/+6
2018-05-31drm/amd/display: Make atomic-check validate underscan changesDavid Francis1-7/+16
2018-05-29drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li1-6/+7
2018-05-29drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li1-6/+7
2018-05-29drm/amd/display: Destroy connector state on resetLeo (Sunpeng) Li1-2/+4
2018-05-29drm/amd/display: Release fake sinkMikita Lipski1-15/+16
2018-05-29drm/amd/display: Do not limit color depth to 8bpcMikita Lipski1-6/+0
2018-05-18drm/amd/display: Clear connector's edid pointerMikita Lipski1-0/+1
2018-05-18drm/amdgpu/display: remove VEGAM config optionAlex Deucher1-4/+0
2018-05-17drm/amd/display/dm: Add vega20 supportFeifei Xu1-0/+4
2018-05-15drm/amd/display: remove need of modeset flag for overlay planes (V2)Shirish S1-3/+5
2018-05-15drm/amd/display: clean up assignment of amdgpu_crtcColin Ian King1-1/+1
2018-05-15drm/amd/display: Couple formatting fixesHarry Wentland1-1/+2
2018-05-15drm/amd/display: Disallow enabling CRTC without primary plane with FBHarry Wentland1-1/+9
2018-05-15drm/amd/display: Unify dm resume sequence into a single callMikita Lipski1-21/+10
2018-05-15drm/amd/display: Implement VEGAM device IDs in DMJerry (Fangzhi) Zuo1-0/+6
2018-05-15drm/admgpu: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-05-15drm/amdgpu: Rename amdgpu_display_framebuffer_domains()Samuel Li1-2/+1
2018-05-15Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"Harry Wentland1-28/+0
2018-05-15Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"Harry Wentland1-3/+0
2018-05-15drm/amd/display: Fix memleak on input transfer functionLeo (Sunpeng) Li1-8/+0
2018-05-15drm/amd/display: Have DC manage its own allocation of gammaAnthony Koo1-4/+2
2018-05-15drm/amd/display: Get rid of unused input_tfAnthony Koo1-1/+0
2018-04-25drm/amd/display: Disallow enabling CRTC without primary plane with FBHarry Wentland1-1/+9
2018-04-12Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"Harry Wentland1-28/+0
2018-04-12Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"Harry Wentland1-3/+0
2018-04-12drm/amd/display: Only register backlight device if embedded panel connectedHarry Wentland1-25/+33
2018-04-11drm/amd/display: Add Dynamic debug printsBhawanpreet Lakha1-5/+0
2018-04-11drm/amd/display: Set ignore_msa_timing_paramHarry Wentland1-0/+3
2018-04-11drm/amd/display: Don't register backlight on connector_destroyHarry Wentland1-8/+4
2018-04-11drm/amd/display: Only register backlight device if embedded panel connectedHarry Wentland1-25/+33
2018-04-11drm/amd/display: Don't access legacy propertiesHarry Wentland1-3/+10
2018-04-11drm/amd/display: fix spelling mistake: "Usupported" -> "Unsupported"Colin Ian King1-2/+2
2018-04-11drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone1-7/+4
2018-04-11drm/amd/display: Move commit_planes_to_stream to amdgpu_dmHarry Wentland1-5/+103
2018-04-11drm/amd/display: Don't call amdgpu_dm_display_resume as it doesn't existMikita Lipski1-1/+0
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-2/+0
2018-03-21drm/amd/display/dm: add vega12 supportAlex Deucher1-0/+4
2018-03-21drm/amd/display: We shouldn't set format_default on plane as atomic driverHarry Wentland1-2/+0
2018-03-19drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S1-0/+3
2018-03-16drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S1-0/+3
2018-03-14drm/amdgpu: Move IH clientid defs to separate fileOak Zeng1-4/+4
2018-03-14drm/amd/display: Correct the plane enumeration order (v2)Shirish S1-24/+53
2018-03-14drm/amd/display: Use correct error codesLeo (Sunpeng) Li1-6/+3
2018-03-14drm/amd/display: Fix memleaks when atomic check fails.Leo (Sunpeng) Li1-9/+25
2018-03-09Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-4/+64