summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules
AgeCommit message (Expand)AuthorLines
2018-08-06drm/amd/display: Implement custom degamma lut on dcnDavid Francis-3/+7
2018-07-16drm/amd/display: Add headers for hardcoded 1d luts.Vitaly Prosyak-0/+51
2018-07-05drm/amd/display: Use 2-factor allocator callsKees Cook-4/+4
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-2/+139
2018-06-15drm/amd/display: Disable stats by defaultAnthony Koo-1/+1
2018-06-15drm/amd/display: HLG supportVitaly Prosyak-0/+137
2018-06-15drm/amd/display: Prefix event prints with ==Event==Anthony Koo-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-16/+21
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-12/+13
2018-05-25Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-271/+374
2018-05-18drm/amd/display: fix memory leaksAnthony Koo-8/+16
2018-05-18drm/amd/display: fix bug with index checkAnthony Koo-1/+1
2018-05-18drm/amd/display: Add fullscreen transitions to logAnthony Koo-27/+114
2018-05-18drm/amd/display: use macro for logsAnthony Koo-13/+6
2018-05-18drm/amd/display: Fix up dm logging functionalityAnthony Koo-8/+16
2018-05-18drm/amd/display: Make DisplayStats work with just DC DisplayStats minorAnthony Koo-37/+44
2018-05-18drm/amd/display: inline more of fixed point codeDmytro Laktyushkin-4/+4
2018-05-18drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin-223/+223
2018-05-18Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie-1/+1
2018-05-15drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer-34/+38
2018-05-15drm/amd/display: Add user_regamma to color moduleKrunoslav Kovac-14/+348
2018-05-15drm/amd/display: Do not create memory allocation if stats not enabledAnthony Koo-11/+15
2018-05-09drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer-34/+38
2018-04-11drm/amd/display: Couple bug fixes in stats moduleAnthony Koo-11/+28
2018-03-14drm/amd/display: add support for regkey "LCDFreeSyncDefault"Samson Tam-0/+26
2018-03-14drm/amd/display: Fix handling of linear transfer functionVitaly Prosyak-2/+4
2018-03-14drm/amd/display: Implement stats loggingAnthony Koo-30/+507
2018-03-05drm/amd/display: Handle HDR use cases.Vitaly Prosyak-76/+67
2018-02-19drm/amd/display: De PQ implementationVitaly Prosyak-73/+414
2018-02-19drm/amd/display: Add color module's gamma helpers to Linux buildLeo (Sunpeng) Li-0/+1146
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie-0/+21
2017-12-06drm/amd/display: Remove unnecessary dc_stream vtableHarry Wentland-54/+30
2017-12-04drm/amdgpu: add license to MakefilesAlex Deucher-0/+21
2017-09-28drm/amd/display: Use kernel alloc/freeHarry Wentland-7/+7
2017-09-26drm/amd/display: Clean up flattening core_dc to dcBhawanpreet Lakha-10/+9
2017-09-26drm/amd/display: Flattening core_dc to dcBhawanpreet Lakha-6/+5
2017-09-26drm/amd/display: Rename dc_stream to dc_stream_stateHarry Wentland-39/+39
2017-09-26drm/amd/display: Roll core_stream into dc_streamLeo (Sunpeng) Li-47/+41
2017-09-26drm/amd/display: Add regkey for DRR control for internal panelAnthony Koo-35/+40
2017-09-26drm/amd/display: Re-enable Vsync Interrupts for Gradual Refresh RampAmy Zhang-10/+33
2017-09-26drm/amd/display: add hyst frames for fixed refreshAnthony Koo-20/+36
2017-09-26drm/amd/display: Temporary disable BTR FreeSync support for nowAnthony Koo-5/+8
2017-09-26drm/amd/display: Fix DRR Enable on DesktopAmy Zhang-31/+61
2017-09-26drm/amd/display: fix freesync not working on ravenCorbin McElhanney-0/+10
2017-09-26drm/amd/display: prevent assert on error of 1 in calc_freesync_rangeDmytro Laktyushkin-2/+4
2017-09-26drm/amd/display: Assign stream to map before we need itHarry Wentland-4/+2
2017-09-26drm/amd/display: Add support for FreeSync on eDP to moduleEric Cook-9/+33
2017-09-26drm/amd/display: Check for Zero Range in FreeSync CalcEric Cook-0/+15
2017-09-26drm/amd/display: fix crash caused by incorrect index being used for arrayDmytro Laktyushkin-1/+1
2017-09-26drm/amd/display: FreeSync Auto Sweep SupportEric Cook-49/+198