summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | drm/amdgpu: Move IH clientid defs to separate fileOak Zeng2018-03-141-4/+4
* | drm/amd/display: Correct the plane enumeration order (v2)Shirish S2018-03-141-24/+53
* | drm/amd/display: Use correct error codesLeo (Sunpeng) Li2018-03-141-6/+3
* | drm/amd/display: Fix memleaks when atomic check fails.Leo (Sunpeng) Li2018-03-141-9/+25
* | Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-03-091-4/+64
|\ \
| * | drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)Shirish S2018-03-051-0/+28
| * | drm/amd/display: update plane params before validationShirish S2018-03-051-0/+3
| * | drm/amd/display: defer modeset check in dm_update_planes_stateShirish S2018-03-051-2/+4
| * | drm/amd/display: Return success when enabling interruptHarry Wentland2018-03-051-2/+1
| * | drm/amd/display: Use crtc enable/disable_vblank hooksHarry Wentland2018-03-051-0/+24
| * | drm/amd/display: allocate fbc buffer in AMDGPU_GEM_DOMAIN_GTTShirish S2018-03-051-1/+1
| * | drm/amd/display: Use 4096 lut entriesLeo (Sunpeng) Li2018-03-051-1/+1
| * | drm/amd/display: Fix active dongle hotplugRoman Li2018-03-051-0/+4
* | | Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-03-011-2/+2
|\ \ \ | |/ / |/| |
| * | drm/amdgpu: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2018-02-151-2/+2
| |/
* | drm/amd/display: Make FBC work without fbdev emulationRoman Li2018-02-191-23/+15
* | drm/amd/display: Refactor max color lut entries into a macro.Leo (Sunpeng) Li2018-02-191-2/+3
* | drm/amd/display: Hookup color management functionsLeo (Sunpeng) Li2018-02-191-33/+32
* | drm/amdgpu: Unify the dm resume calls into oneMikita Lipski2018-02-191-1/+3
* | drm/amd/display: Fixed non-native modes not lighting upJerry (Fangzhi) Zuo2018-02-191-1/+3
OpenPOWER on IntegriCloud