aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30drm/amd/display: Info frame cleanupHarmanprit Tatla4-36/+30
2018-11-30drm/amd/display: Fix spelling of axis in modules/color/color_gamma.cKrunoslav Kovac1-8/+8
2018-11-26drm/amd/display: Load DMCU IRAMDavid Francis3-0/+404
2018-11-21drm/amd/display: fix dereference of pointer fs_params before it is null checkedColin Ian King1-5/+11
2018-11-05drm/amd/display: Clip all remaining regamma points after first clipped pointSivapiriyanKumarasamy1-18/+26
2018-11-05drm/amd/display: Set gamma not working on MPO planesKrunoslav Kovac1-1/+1
2018-11-05drm/amd/display: Fix incorrect end slope of EETFSivapiriyanKumarasamy1-1/+2
2018-11-05drm/amd/display: Add support for Freesync 2 HDR and Content to Display MappingSivapiriyanKumarasamy2-2/+184
2018-11-05drm/amd/display: Freesync does not engage on some displaysHarmanprit Tatla1-28/+9
2018-10-15drm/amd/display: fix bug of accessing invalid memorySu Sung Chung1-2/+6
2018-09-26drm/amd/display: remove redundant null pointer check before kfreezhong jiang1-6/+2
2018-09-26drm/amd/display: Stereo 3D support in VSCEric Bernstein1-4/+54
2018-09-26drm/amd/display: Add color bit info to freesync infoframeSivapiriyanKumarasamy3-21/+196
2018-09-10drm/amd/display: Add DP YCbCr 4:2:0 supportEric Bernstein1-1/+188
2018-08-27drm/amd/display: Enable Stereo in Dal3Alvin lee3-0/+163
2018-08-27drm/amd/display: add config for sending VSIFAnthony Koo2-1/+4
2018-08-27drm/amd/display: Correct rounding calcs in mod_freesync_is_valid_rangeAnthony Koo1-5/+34
2018-08-27drm/amd/display: refactor vupdate interrupt registrationAnthony Koo1-11/+8
2018-08-27drm/amd/display: fix LFC tearing at top of screenAnthony Koo1-6/+0
2018-08-27drm/amd/display: Add back code to allow for rounding errorAnthony Koo1-1/+12
2018-08-27drm/amd/display: Fix bug that causes black screenAnthony Koo1-12/+6
2018-08-27drm/amd/display: Fix bug where refresh rate becomes fixedAnthony Koo2-20/+26
2018-08-27drm/amd/display: add method to check for supported rangeAnthony Koo2-6/+65
2018-08-27drm/amd/display: Refactor FreeSync moduleAnthony Koo2-1335/+646
2018-08-27drm/amd/display: Add check for num of entries in gammaVitaly Prosyak1-1/+2
2018-08-27drm/amd/display: Use DGAM ROM or RAMVitaly Prosyak2-7/+8
2018-08-06drm/amd/display: Implement custom degamma lut on dcnDavid Francis1-3/+7
2018-07-16drm/amd/display: Add headers for hardcoded 1d luts.Vitaly Prosyak1-0/+51
2018-07-05drm/amd/display: Use 2-factor allocator callsKees Cook1-4/+4
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-2/+139
2018-06-15drm/amd/display: Disable stats by defaultAnthony Koo1-1/+1
2018-06-15drm/amd/display: HLG supportVitaly Prosyak1-0/+137
2018-06-15drm/amd/display: Prefix event prints with ==Event==Anthony Koo1-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-16/+21
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-12/+13
2018-05-25Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie3-271/+374
2018-05-18drm/amd/display: fix memory leaksAnthony Koo1-8/+16
2018-05-18drm/amd/display: fix bug with index checkAnthony Koo1-1/+1
2018-05-18drm/amd/display: Add fullscreen transitions to logAnthony Koo2-27/+114
2018-05-18drm/amd/display: use macro for logsAnthony Koo1-13/+6
2018-05-18drm/amd/display: Fix up dm logging functionalityAnthony Koo1-8/+16
2018-05-18drm/amd/display: Make DisplayStats work with just DC DisplayStats minorAnthony Koo1-37/+44
2018-05-18drm/amd/display: inline more of fixed point codeDmytro Laktyushkin1-4/+4
2018-05-18drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin1-223/+223
2018-05-18Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie1-1/+1
2018-05-15drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer1-34/+38
2018-05-15drm/amd/display: Add user_regamma to color moduleKrunoslav Kovac2-14/+348
2018-05-15drm/amd/display: Do not create memory allocation if stats not enabledAnthony Koo1-11/+15
2018-05-09drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer1-34/+38
2018-04-11drm/amd/display: Couple bug fixes in stats moduleAnthony Koo1-11/+28