aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/color/color_gamma.c
AgeCommit message (Expand)Author
2022-09-28drm/amd/display: Limit user regamma to a valid valueYao Wang1
2020-12-30drm/amdgpu: fix build_coefficients() argumentArnd Bergmann
2020-06-30drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()Denis Efremov
2020-06-24drm/amd/display: Use kvfree() to free coeff in build_regamma()Denis Efremov
2019-08-23drm/amd/display: Add Logging for Gamma Related informationWyatt Wood
2019-08-15drm/amd/display: Add Logging for Gamma Related information (1/2)Wyatt Wood
2019-08-15drm/amd/display: Add HLG support in color moduleVitaly Prosyak
2019-08-15drm/amd/display: Add 22, 24, and 26 degammaVitaly Prosyak
2019-07-18drm/amd/display: Optimize gamma calculationsKrunoslav Kovac
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-06-11drm/amd/display: Gamma logic limitations causing unintended use of RAM over ROM.Harmanprit Tatla
2019-06-11drm/amd/display: fix gamma logic breaking driver unloadKrunoslav Kovac
2019-06-10drm/amd: drop use of drmp.h in os_types.hSam Ravnborg
2019-05-31drm/amd/display: CS_TFM_1D only applied post EOTFKrunoslav Kovac
2019-05-31drm/amd/display: Don't use ROM for output TF if GAMMA_CS_TFM_1DHugo Hu
2019-05-24drm/amd/display: Reuse MPC OGRAM for 1D blenderVitaly Prosyak
2019-03-19drm/amd/display: Re-add custom degamma supportDavid Francis
2019-02-05drm/amd/display: DGAM enabled for HDRKrunoslav Kovac
2019-01-25drm/amd/display: Default to linear output gammaKrunoslav Kovac
2019-01-14drm/amd/display: Fix for NULL ramp pointer crashing driverJoshua Aberback
2019-01-14drm/amd/display: Minor code cleanupSivapiriyanKumarasamy
2018-11-30drm/amd/display: Fix spelling of axis in modules/color/color_gamma.cKrunoslav Kovac
2018-11-21drm/amd/display: fix dereference of pointer fs_params before it is null checkedColin Ian King
2018-11-05drm/amd/display: Clip all remaining regamma points after first clipped pointSivapiriyanKumarasamy
2018-11-05drm/amd/display: Set gamma not working on MPO planesKrunoslav Kovac
2018-11-05drm/amd/display: Fix incorrect end slope of EETFSivapiriyanKumarasamy
2018-11-05drm/amd/display: Add support for Freesync 2 HDR and Content to Display MappingSivapiriyanKumarasamy
2018-10-15drm/amd/display: fix bug of accessing invalid memorySu Sung Chung
2018-08-27drm/amd/display: Add check for num of entries in gammaVitaly Prosyak
2018-08-27drm/amd/display: Use DGAM ROM or RAMVitaly Prosyak
2018-08-06drm/amd/display: Implement custom degamma lut on dcnDavid Francis
2018-07-05drm/amd/display: Use 2-factor allocator callsKees Cook
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-06-15drm/amd/display: HLG supportVitaly Prosyak
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-25Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-05-18drm/amd/display: inline more of fixed point codeDmytro Laktyushkin
2018-05-18drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin
2018-05-18Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie
2018-05-15drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer
2018-05-15drm/amd/display: Add user_regamma to color moduleKrunoslav Kovac
2018-05-09drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer
2018-03-14drm/amd/display: Fix handling of linear transfer functionVitaly Prosyak
2018-03-05drm/amd/display: Handle HDR use cases.Vitaly Prosyak
2018-02-19drm/amd/display: De PQ implementationVitaly Prosyak
2018-02-19drm/amd/display: Add color module's gamma helpers to Linux buildLeo (Sunpeng) Li