summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: add a check for display depth validityMikita Lipski2018-07-051-0/+42
* drm/amd/display: adding ycbcr420 pixel encoding for hdmiMikita Lipski2018-07-051-2/+5
* drm/amd/display: release spinlock before committing updates to streamShirish S2018-06-271-4/+2Star
* drm/amdgpu: Count disabled CRTCs in commit tail earlierLyude Paul2018-06-221-4/+6
* Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-153-36/+79
|\
| * drm/amd/display: Fix stale buffer object (bo) usePratik Vishwakarma2018-06-131-11/+0Star
| * drm/amdgpu: Grab/put runtime PM references in atomic_commit_tail()Lyude Paul2018-06-131-0/+13
| * drm/amdgpu/display: check if ppfuncs exists before using itAlex Deucher2018-05-301-1/+1
| * drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li2018-05-291-6/+7
| * drm/amd/display: Do not program interrupt status on disabled crtcMikita Lipski2018-05-291-0/+3
| * drm/amd/display: Destroy connector state on resetLeo (Sunpeng) Li2018-05-291-2/+4
| * drm/amd/display: Release fake sinkMikita Lipski2018-05-291-15/+16
| * drm/amd/display: Do not limit color depth to 8bpcMikita Lipski2018-05-291-6/+0Star
| * drm/amd/display: Fix wrong latency assignment for VEGA clock levelsHarry Wentland2018-05-291-2/+1Star
| * drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latencyHarry Wentland2018-05-251-2/+44
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-065-88/+175
|\|
| * drm/amd/display: Clear connector's edid pointerMikita Lipski2018-05-181-0/+1
| * drm/amd/display: Fix up dm logging functionalityAnthony Koo2018-05-181-5/+0Star
| * drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin2018-05-181-7/+7
| * drm/amdgpu/display: remove VEGAM config optionAlex Deucher2018-05-181-4/+0Star
| * 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: Don't return ddc result and read_bytes in same return valueHarry Wentland2018-05-151-8/+12
| * drm/amd/display: Couple formatting fixesHarry Wentland2018-05-151-1/+2
| * drm/amd/display: Check dc_sink every time in MST hotplugJerry (Fangzhi) Zuo2018-05-151-7/+9
| * drm/amd/display: Update MST edid property every timeJerry (Fangzhi) Zuo2018-05-151-3/+3
| * 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/+10Star
| * drm/amd/display: Fix deadlock when flushing irqMikita Lipski2018-05-151-2/+3
| * 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-152-2/+2
| * drm/amdgpu: Rename amdgpu_display_framebuffer_domains()Samuel Li2018-05-151-2/+1Star
| * drm/amd/display: Don't program bypass on linear regamma LUTHarry Wentland2018-05-151-7/+0Star
| * Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"Harry Wentland2018-05-151-28/+0Star
| * Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"Harry Wentland2018-05-151-3/+0Star
| * drm/amd/display: Fix memleak on input transfer functionLeo (Sunpeng) Li2018-05-151-8/+0Star
| * drm/amd/display: Have DC manage its own allocation of gammaAnthony Koo2018-05-151-4/+2Star
| * drm/amd/display: Get rid of unused input_tfAnthony Koo2018-05-151-1/+0Star
| * drm/amd/display: add delay between panel pwr off to on.Charlene Liu2018-04-111-0/+7
| * drm/amd/display: Implement dm_get_timestampHarry Wentland2018-04-111-2/+4
| * drm/amd/display: Add Dynamic debug printsBhawanpreet Lakha2018-04-111-5/+0Star
| * 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/+4Star
| * 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-112-3/+11
| * 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/+4Star
| * drm/amd/display: Disentangle dc.h include from amdgpu.hRex Zhu2018-04-112-1/+2