summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2019-05-24Merge tag 'drm-fixes-2019-05-24-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+4
2019-05-24Revert "drm/amd/display: Don't load DMCU for Raven 1"drm-fixes-2019-05-24-1Dave Airlie1-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20drm/amd/display: Don't load DMCU for Raven 1Harry Wentland1-2/+10
2019-05-20drm/amd/display: Add ASICREV_IS_PICASSOHarry Wentland1-3/+4
2019-05-16Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds93-1658/+3952
2019-05-06drm/amd/display: Use long for signed error code checks in commit planesNicholas Kazlauskas1-1/+2
2019-05-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie23-233/+524
2019-04-29drm/amd/display: Compensate for pre-DCE12 BTR-VRR hw limitations. (v3)Mario Kleiner1-4/+44
2019-04-29drm/amd/display: Fix and simplify apply_below_the_range()Mario Kleiner1-4/+2
2019-04-29drm/amd/display: Expose DRM_FORMAT_RGB565 on overlay planesNicholas Kazlauskas1-0/+1
2019-04-29drm/amd/display: Do VRR transition before enable_crc_interruptsNicholas Kazlauskas1-11/+12
2019-04-29drm/amd/display: Refactor dp vendor parsing logic to a functionJohn Barberiz2-21/+27
2019-04-29drm/amd/display: Add hubp_init entry to hubp vtableCharlene Liu4-1/+11
2019-04-29drm/amd/display: remove deprecated pplib interfaceEric Yang3-45/+6
2019-04-29drm/amd/display: Add power down display on boot flagThomas Lim3-1/+4
2019-04-29drm/amd/display: Refactor watermark programmingYongqiang Sun4-29/+97
2019-04-29drm/amd/display: Allow commits with no planes activeNicholas Kazlauskas1-2/+20
2019-04-29drm/amd/display: Split enabling CRTC interrupts into two passesNicholas Kazlauskas1-32/+63
2019-04-29drm/amd/display: Fix CRC vblank refs when changing interruptsNicholas Kazlauskas1-8/+12
2019-04-29drm/amd/display: Disable cursors before disabling planesNicholas Kazlauskas1-3/+31
2019-04-29drm/amd/display: Refactor CRTC interrupt toggling logicNicholas Kazlauskas2-21/+68
2019-04-29drm/amd/display: fix incorrect null check on pointerColin Ian King1-1/+1
2019-04-24Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie19-325/+757
2019-04-23drm/amd/display: add explicit handshake between x86 and DMCUJun Lei3-2/+25
2019-04-23drm/amd/display: Allow cursor position when plane_res.ipp is NULLEric Bernstein1-1/+1
2019-04-23drm/amd/display: 3.2.27Aric Cyr1-1/+1
2019-04-23drm/amd/display: Fix eDP Black screen after S4 resumeAnthony Koo2-46/+55
2019-04-23drm/amd/display: Send DMCU messages only if FW loadedAnthony Koo2-19/+30
2019-04-23drm/amd/display: Add function to copy DC streamsWenjing Liu2-0/+23
2019-04-23drm/amd/display: Allow system to enter stutter on initAnthony Koo1-0/+2
2019-04-23drm/amd/display: Use a reasonable timeout for framebuffer fence waitsAndrey Grodzovsky1-6/+9
2019-04-23drm/amd/display: wait for fence without holding reservation lockChristian König1-5/+8
2019-04-19drm/amd/display: Expose support for DRM_FORMAT_RGB565Nicholas Kazlauskas1-0/+1
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie3-22/+12
2019-04-15drm/amd/display: Add profiling tools for bandwidth validationJoshua Aberback2-0/+70
2019-04-15drm/amd/display: Add fast_validate parameterJoshua Aberback11-13/+29
2019-04-15drm/amd/display: Relax requirements for CRTCs to be enabledNicholas Kazlauskas1-12/+44
2019-04-15drm/amd/display: Check scaling info when determing update typeNicholas Kazlauskas1-3/+8
2019-04-15drm/amd/display: Don't warn when DC update type > DM guessNicholas Kazlauskas1-3/+0
2019-04-15drm/amd/display: Use surface directly when checking update typeNicholas Kazlauskas1-16/+12
2019-04-15drm/amd/display: Add basic downscale and upscale valdiationNicholas Kazlauskas1-0/+15
2019-04-15drm/amd/display: change name from dc_link_get_verified_link_cap to dc_link_ge...Samson Tam3-4/+3
2019-04-15drm/amd/display: Rework DC plane filling and surface updatesNicholas Kazlauskas1-202/+204
2019-04-15drm/amd/display: Recalculate pitch when buffers changeNicholas Kazlauskas1-39/+34
2019-04-15drm/amd/display: Maintain z-ordering when creating planesNicholas Kazlauskas1-5/+69
2019-04-15drm/amd/display: Update plane scaling parameters for fast updatesNicholas Kazlauskas1-24/+39
2019-04-15drm/amd/display: 3.2.26Aric Cyr1-1/+1
2019-04-15drm/amd/display: Read eDP link settings on detectionAnthony Koo1-0/+30