summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/modules
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm/amd/display: add support for regkey "LCDFreeSyncDefault"Samson Tam1-0/+26
2018-03-14drm/amd/display: Fix handling of linear transfer functionVitaly Prosyak1-2/+4
2018-03-14drm/amd/display: Implement stats loggingAnthony Koo4-30/+507
2018-03-05drm/amd/display: Handle HDR use cases.Vitaly Prosyak1-76/+67
2018-02-19drm/amd/display: De PQ implementationVitaly Prosyak2-73/+414
2018-02-19drm/amd/display: Add color module's gamma helpers to Linux buildLeo (Sunpeng) Li3-0/+1146
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie1-0/+21
2017-12-06drm/amd/display: Remove unnecessary dc_stream vtableHarry Wentland1-54/+30
2017-12-04drm/amdgpu: add license to MakefilesAlex Deucher1-0/+21
2017-09-28drm/amd/display: Use kernel alloc/freeHarry Wentland1-7/+7
2017-09-27drm/amd/display: Clean up flattening core_dc to dcBhawanpreet Lakha1-10/+9
2017-09-27drm/amd/display: Flattening core_dc to dcBhawanpreet Lakha1-6/+5
2017-09-27drm/amd/display: Rename dc_stream to dc_stream_stateHarry Wentland2-39/+39
2017-09-27drm/amd/display: Roll core_stream into dc_streamLeo (Sunpeng) Li2-47/+41
2017-09-27drm/amd/display: Add regkey for DRR control for internal panelAnthony Koo2-35/+40
2017-09-27drm/amd/display: Re-enable Vsync Interrupts for Gradual Refresh RampAmy Zhang2-10/+33
2017-09-27drm/amd/display: add hyst frames for fixed refreshAnthony Koo1-20/+36
2017-09-27drm/amd/display: Temporary disable BTR FreeSync support for nowAnthony Koo1-5/+8
2017-09-27drm/amd/display: Fix DRR Enable on DesktopAmy Zhang2-31/+61
2017-09-27drm/amd/display: fix freesync not working on ravenCorbin McElhanney1-0/+10
2017-09-27drm/amd/display: prevent assert on error of 1 in calc_freesync_rangeDmytro Laktyushkin1-2/+4
2017-09-27drm/amd/display: Assign stream to map before we need itHarry Wentland1-4/+2
2017-09-27drm/amd/display: Add support for FreeSync on eDP to moduleEric Cook1-9/+33
2017-09-27drm/amd/display: Check for Zero Range in FreeSync CalcEric Cook1-0/+15
2017-09-27drm/amd/display: fix crash caused by incorrect index being used for arrayDmytro Laktyushkin1-1/+1
2017-09-27drm/amd/display: FreeSync Auto Sweep SupportEric Cook2-49/+198
2017-09-27drm/amd/display: PSR RefactorSylvia Tsai1-3/+11
2017-09-27drm/amd/display: Make sure v_total_min and max not less than v_total.Yongqiang Sun1-0/+12
2017-09-27drm/amd/display: FreeSync LFC MIN/MAX update on current frameEric Cook1-28/+39
2017-09-27drm/amd/display: sometime VtotalMin less than VTotal (rounding issue)Charlene Liu1-6/+6
2017-09-27drm/amd/display: Fix 64-bit division, yet againHarry Wentland1-4/+11
2017-09-27drm/amd/display: Set ignore_msa_timing flag for freesync modesSylvia Tsai1-1/+5
2017-09-27drm/amd/display: Fix compile warningsAnthony Koo1-4/+3
2017-09-27drm/amd/display: Disable Modules at RuntimeAnthony Koo2-36/+65
2017-09-27drm/amd/display: Remove unused color and power modulesHarry Wentland6-4275/+0
2017-09-27drm/amd/display: Fix color module crash when hotplug monitors.Anthony Koo1-134/+175
2017-09-27drm/amd/display: Set gamma to NULL at releaseYongqiang Sun1-5/+3
2017-09-27drm/amd/display: DAL3: HDR10 Infoframe encodingAndrew Wong2-24/+12
2017-09-27drm/amd/display: Fix licensing headerHarry Wentland2-19/+42
2017-09-27drm/amd/display: Implement gamma correction using input LUTAric Cyr1-3/+3
2017-09-27drm/amd/display: Reset gamma to NULL after releaseAnthony Koo1-1/+3
2017-09-27drm/amd/display: Framework for degamma and regramma through color moduleAmy Zhang3-94/+598
2017-09-27drm/amd/display: Refactor to move gamma correction to moduleAnthony Koo2-0/+81
2017-09-27drm/amd/display: Refactor to move color helper into moduleAnthony Koo3-2/+251
2017-09-27drm/amd/display: Retrieve windowed fullscreen stateAndrew Wong1-0/+3
2017-09-27drm/amd/display: Fix warning in freesync moduleHarry Wentland1-0/+3
2017-09-27drm/amd/display: use rgb full range as default quantization for non HDMIWenjing Liu2-6/+94
2017-09-27drm/amd/display: Update rgb limited range csc matrix calculationWenjing Liu1-84/+216
2017-09-27drm/amd/dc: Add dc display driver (v2)Harry Wentland7-0/+4486