summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2018-11-04drm/amd/display: Signal hw_done() after waiting for flip_done()Shirish S1-2/+8
2018-09-15drm/amd/display: Use requested HDMI aspect ratioLeo (Sunpeng) Li1-7/+2
2018-09-15drm/amd/display: Read back max backlight value at bootDavid Francis1-0/+1
2018-09-15drm/amd/display: Guard against null crtc in CRC IRQNicholas Kazlauskas1-2/+8
2018-07-12drm/amd/display: Convert 10kHz clks from PPLib into kHz for VegaHarry Wentland1-2/+3
2018-07-10Revert "drm/amd/display: Don't return ddc result and read_bytes in same retur...Alex Deucher1-12/+8
2018-07-05drm/amd/display: add a check for display depth validityMikita Lipski1-0/+42
2018-07-05drm/amd/display: adding ycbcr420 pixel encoding for hdmiMikita Lipski1-2/+5
2018-06-27drm/amd/display: release spinlock before committing updates to streamShirish S1-4/+2
2018-06-22drm/amdgpu: Count disabled CRTCs in commit tail earlierLyude Paul1-4/+6
2018-06-15Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-36/+79
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-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-88/+175
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-30drm/amdgpu/display: check if ppfuncs exists before using itAlex Deucher1-1/+1
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: Do not program interrupt status on disabled crtcMikita Lipski1-0/+3
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-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