summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
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-29drm/amd/display: Fix wrong latency assignment for VEGA clock levelsHarry Wentland1-2/+1
2018-05-25drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latencyHarry Wentland1-2/+44
2018-05-19drm/amd/display: Clear connector's edid pointerMikita Lipski1-0/+1
2018-05-19drm/amd/display: Fix up dm logging functionalityAnthony Koo1-5/+0
2018-05-19drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin1-7/+7
2018-05-19drm/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: Don't return ddc result and read_bytes in same return valueHarry Wentland1-8/+12
2018-05-15drm/amd/display: Couple formatting fixesHarry Wentland1-1/+2
2018-05-15drm/amd/display: Check dc_sink every time in MST hotplugJerry (Fangzhi) Zuo1-7/+9
2018-05-15drm/amd/display: Update MST edid property every timeJerry (Fangzhi) Zuo1-3/+3
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: Fix deadlock when flushing irqMikita Lipski1-2/+3
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 Oostenryck2-2/+2
2018-05-15drm/amdgpu: Rename amdgpu_display_framebuffer_domains()Samuel Li1-2/+1
2018-05-15drm/amd/display: Don't program bypass on linear regamma LUTHarry Wentland1-7/+0
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-05-09drm/amd/display: Don't return ddc result and read_bytes in same return valueHarry Wentland1-8/+12
2018-04-25drm/amd/display: Check dc_sink every time in MST hotplugJerry (Fangzhi) Zuo1-7/+9
2018-04-25drm/amd/display: Update MST edid property every timeJerry (Fangzhi) Zuo1-3/+3
2018-04-25drm/amd/display: Don't read EDID in atomic_checkHarry Wentland1-22/+10
2018-04-25drm/amd/display: Disallow enabling CRTC without primary plane with FBHarry Wentland1-1/+9
2018-04-25drm/amd/display: Fix deadlock when flushing irqMikita Lipski1-2/+3
2018-04-19drm/amd/display: Don't program bypass on linear regamma LUTHarry Wentland1-7/+0
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 delay between panel pwr off to on.Charlene Liu1-0/+7
2018-04-11drm/amd/display: Implement dm_get_timestampHarry Wentland1-2/+4
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 Wentland2-3/+11
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: Disentangle dc.h include from amdgpu.hRex Zhu2-1/+2
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-04-11drm/amd/display: Don't read EDID in atomic_checkHarry Wentland1-22/+10