summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-061-72/+153
|\
| * drm/amd/display: Clear connector's edid pointerMikita Lipski2018-05-181-0/+1
| * drm/amdgpu/display: remove VEGAM config optionAlex Deucher2018-05-181-4/+0
| * drm/amd/display/dm: Add vega20 supportFeifei Xu2018-05-171-0/+4
| * drm/amd/display: remove need of modeset flag for overlay planes (V2)Shirish S2018-05-151-3/+5
| * drm/amd/display: clean up assignment of amdgpu_crtcColin Ian King2018-05-151-1/+1
| * drm/amd/display: Couple formatting fixesHarry Wentland2018-05-151-1/+2
| * drm/amd/display: Disallow enabling CRTC without primary plane with FBHarry Wentland2018-05-151-1/+9
| * drm/amd/display: Unify dm resume sequence into a single callMikita Lipski2018-05-151-21/+10
| * drm/amd/display: Implement VEGAM device IDs in DMJerry (Fangzhi) Zuo2018-05-151-0/+6
| * drm/admgpu: fix mode_valid's return typeLuc Van Oostenryck2018-05-151-1/+1
| * drm/amdgpu: Rename amdgpu_display_framebuffer_domains()Samuel Li2018-05-151-2/+1
| * Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"Harry Wentland2018-05-151-28/+0
| * Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"Harry Wentland2018-05-151-3/+0
| * drm/amd/display: Fix memleak on input transfer functionLeo (Sunpeng) Li2018-05-151-8/+0
| * drm/amd/display: Have DC manage its own allocation of gammaAnthony Koo2018-05-151-4/+2
| * drm/amd/display: Get rid of unused input_tfAnthony Koo2018-05-151-1/+0
| * drm/amd/display: Add Dynamic debug printsBhawanpreet Lakha2018-04-111-5/+0
| * drm/amd/display: Set ignore_msa_timing_paramHarry Wentland2018-04-111-0/+3
| * drm/amd/display: Don't register backlight on connector_destroyHarry Wentland2018-04-111-8/+4
| * drm/amd/display: Only register backlight device if embedded panel connectedHarry Wentland2018-04-111-25/+33
| * drm/amd/display: Don't access legacy propertiesHarry Wentland2018-04-111-3/+10
| * drm/amd/display: fix spelling mistake: "Usupported" -> "Unsupported"Colin Ian King2018-04-111-2/+2
| * drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone2018-04-111-7/+4
| * drm/amd/display: Move commit_planes_to_stream to amdgpu_dmHarry Wentland2018-04-111-5/+103
| * drm/amd/display: Don't call amdgpu_dm_display_resume as it doesn't existMikita Lipski2018-04-111-1/+0
* | drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li2018-05-311-2/+6
* | drm/amd/display: Make atomic-check validate underscan changesDavid Francis2018-05-311-7/+16
* | drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li2018-05-291-6/+7
* | drm/amd/display: Disallow enabling CRTC without primary plane with FBHarry Wentland2018-04-251-1/+9
* | Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"Harry Wentland2018-04-121-28/+0
* | Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"Harry Wentland2018-04-121-3/+0
* | drm/amd/display: Only register backlight device if embedded panel connectedHarry Wentland2018-04-121-25/+33
|/
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-2/+0
|\
| * drm/amd/display: We shouldn't set format_default on plane as atomic driverHarry Wentland2018-03-211-2/+0
| * drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S2018-03-191-0/+3
| * drm/amd/display: Fix memleaks when atomic check fails.Leo (Sunpeng) Li2018-03-071-10/+21
| * drm/amd/display: Return success when enabling interruptHarry Wentland2018-03-071-2/+1
| * drm/amd/display: Use crtc enable/disable_vblank hooksHarry Wentland2018-03-071-0/+24
| * drm/amd/display: Fixed non-native modes not lighting upJerry (Fangzhi) Zuo2018-03-071-1/+3
| * drm/amd/display: Call update_stream_signal directly from amdgpu_dmHarry Wentland2018-03-071-0/+3
| * drm/amd/display: Make create_stream_for_sink more consistentHarry Wentland2018-03-071-28/+25
| * drm/amd/display: Remove unnecessary fail labels in create_stream_for_sinkHarry Wentland2018-03-071-9/+5
| * drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)Shirish S2018-03-071-0/+28
| * drm/amd/display: update plane params before validationShirish S2018-03-071-0/+3
| * drm/amd/display: defer modeset check in dm_update_planes_stateShirish S2018-03-071-2/+4
| * drm/amd/display: Fix active dongle hotplugRoman Li2018-03-051-0/+4
| * drm/amdgpu: Unify the dm resume calls into oneMikita Lipski2018-02-201-1/+3
* | drm/amd/display/dm: add vega12 supportAlex Deucher2018-03-211-0/+4
* | drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S2018-03-161-0/+3
OpenPOWER on IntegriCloud