summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-252-0/+5
|\
| * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-142-0/+5
| |\
| | * drm/amd: drop use of drmp.h in os_types.hSam Ravnborg2019-06-102-0/+5
* | | drm/amd/display: add missing mod_vmid destructorDmytro Laktyushkin2019-06-222-0/+11
* | | drm/amd/display: move vmid determination logic to a moduleDmytro Laktyushkin2019-06-222-0/+202
* | | drm/amd/display: Integrate color transform3x4 with 3dlut tmVitaly Prosyak2019-06-221-3/+4
* | | drm/amd/display: add flags for gamut map libraryVitaly Prosyak2019-06-221-1/+23
* | | drm/amd/display: Add 3dlut control flagsVitaly Prosyak2019-06-221-18/+18
* | | drm/amd/display: Add some tm3dlut flagsVitaly Prosyak2019-06-222-12/+37
* | | drm/amd/display: Add a flags union for 3dlut transformation matrixVitaly Prosyak2019-06-221-0/+12
* | | drm/amd/display: Add missing newline at end of fileGeert Uytterhoeven2019-06-171-1/+1
* | | drm/amd/display: Gamma logic limitations causing unintended use of RAM over ROM.Harmanprit Tatla2019-06-111-1/+2
* | | drm/amd/display: fix gamma logic breaking driver unloadKrunoslav Kovac2019-06-111-4/+2Star
|/ /
* | drm/amd/display: CS_TFM_1D only applied post EOTFKrunoslav Kovac2019-05-311-1/+2
* | drm/amd/display: Don't use ROM for output TF if GAMMA_CS_TFM_1DHugo Hu2019-05-311-1/+2
* | drm/amd/display: Use VCP for extended colorimetryAric Cyr2019-05-241-1/+3
* | drm/amd/display: Reuse MPC OGRAM for 1D blenderVitaly Prosyak2019-05-242-17/+40
|/
* drm/amd/display: Fix and simplify apply_below_the_range()Mario Kleiner2019-04-291-4/+2Star
* drm/amd/display: remove min reduction for abm 2.2 level 3Josip Pavic2019-04-101-2/+2
* drm/amd/display: Fix VTEM InfoPacket programmingReza Amini2019-03-211-33/+111
* drm/amd/display: Programming correct VRR_EN bit in VTEM structureHugo Hu2019-03-211-2/+2
* drm/amd/display: Add a hysteresis to BTR frame multiplierAric Cyr2019-03-211-2/+22
* drm/amd/display: reduce abm min reduction, deviation gain and contrast factorJosip Pavic2019-03-191-6/+9
* drm/amd/display: Re-add custom degamma supportDavid Francis2019-03-191-0/+2
* drm/amd/display: Pass app_tf by value rather than by referenceNathan Chancellor2019-02-282-5/+4Star
* drm/amd/display: Increase precision for backlight curveAnthony Koo2019-02-191-19/+4Star
* drm/amd/display: Modify ABM 2.2 Max ReductionJosip Pavic2019-02-061-2/+2
* drm/amd/display: DGAM enabled for HDRKrunoslav Kovac2019-02-061-37/+52
* drm/amd/display: fix issue with DC brightness low with VBAnthony Koo2019-02-061-10/+24
* drm/amd/display: Adjust ABM 2.2 contrast parametersJosip Pavic2019-01-251-3/+3
* drm/amd/display: Default to linear output gammaKrunoslav Kovac2019-01-251-33/+40
* drm/amd/display: Create switching mechanism for ABM 2.2Josip Pavic2019-01-251-165/+418
* drm/amd/display: Update DMCU versioning mechanismJosip Pavic2019-01-251-5/+4Star
* drm/amd/display: Add new infopacket definitionBayan Zabihiyan2019-01-143-7/+92
* drm/amd/display: Fix for NULL ramp pointer crashing driverJoshua Aberback2019-01-141-2/+1Star
* drm/amd/display: Redefine DMCU_SCRATCH to identify DMCU stateMartin Tsai2019-01-141-1/+2
* drm/amd/display: Pack DMCU iRAM alignmentJosip Pavic2019-01-141-0/+2
* drm/amd/display: Use 100 Hz precision for pipe pixel clocksKen Chalmers2019-01-141-6/+6
* drm/amd/display: Minor code cleanupSivapiriyanKumarasamy2019-01-141-1/+1
* drm/amd/display: Info frame cleanupHarmanprit Tatla2018-11-304-36/+30Star
* drm/amd/display: Fix spelling of axis in modules/color/color_gamma.cKrunoslav Kovac2018-11-301-8/+8
* drm/amd/display: Load DMCU IRAMDavid Francis2018-11-263-0/+404
* drm/amd/display: fix dereference of pointer fs_params before it is null checkedColin Ian King2018-11-211-5/+11
* drm/amd/display: Clip all remaining regamma points after first clipped pointSivapiriyanKumarasamy2018-11-051-18/+26
* drm/amd/display: Set gamma not working on MPO planesKrunoslav Kovac2018-11-051-1/+1
* drm/amd/display: Fix incorrect end slope of EETFSivapiriyanKumarasamy2018-11-051-1/+2
* drm/amd/display: Add support for Freesync 2 HDR and Content to Display MappingSivapiriyanKumarasamy2018-11-052-2/+184
* drm/amd/display: Freesync does not engage on some displaysHarmanprit Tatla2018-11-051-28/+9Star
* drm/amd/display: fix bug of accessing invalid memorySu Sung Chung2018-10-151-2/+6
* drm/amd/display: remove redundant null pointer check before kfreezhong jiang2018-09-271-6/+2Star