summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/color
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-6/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-20/+17
2024-11-04drm/amd/display: Remove unused regamma functionsDr. David Alan Gilbert-318/+0
2024-04-09drm/amd/display: Fix compiler warnings on high compiler warning levelsAric Cyr-1/+1
2023-08-30drm/amd/display: PQ regamma end pointKrunoslav Kovac-6/+109
2023-08-09drm/amd/display: Clean up errors in color_gamma.cRan Sun-3/+2
2023-02-15drm/amd/display: remove unused _calculate_degamma_curve functionMelissa Wen-89/+0
2023-02-15drm/amd/display: unset initial value for tf since it's never usedMelissa Wen-2/+2
2023-02-15drm/amd/display: camel case cleanup in color_gamma fileMelissa Wen-24/+26
2022-11-09drm/amd/display: Update 709 gamma to 2.222 as stated in the standerdNawwar Ali-1/+1
2022-10-11drm/amd/display: fix transfer function passed to build_coefficients()Alex Deucher-1/+1
2022-09-13drm/amd/display: Limit user regamma to a valid valueYao Wang1-0/+4
2022-07-05drm/amd/display: Move all linux includes into OS typesHarry Wentland-3/+0
2021-09-14drm/amd/display: Revert adding degamma coefficientsJaehyun Chung-39/+25
2021-09-14drm/amd/display: Correct degamma coefficientsJaehyun Chung-1/+1
2021-09-14drm/amd/display: Add regamma/degamma coefficients and set sRGB when TF is BT709Jaehyun Chung-20/+40
2021-04-09drm/amd/display: Rename fs_params to hdr_tm_paramsKrunoslav Kovac-5/+5
2021-01-25drm/amd/display: change license of color_table.cJonathan Gray-5/+21
2020-12-15drm/amd/display: Fix OGAM LUT calculation precisionFelipe-5/+17
2020-11-01drm/amdgpu: fix build_coefficients() argumentArnd Bergmann-1/+1
2020-10-26drm/amd/display: combined user regamma and OS GAMMA_CS_TFM_1DDerek Lai-4/+14
2020-10-26drm/amd/display: Fix max brightness pixel accuracyFelipe Clark-21/+89
2020-07-01drm/amd/display: fix compilation error on allmodconfigQingqing Zhuo-5/+1
2020-07-01drm/amd/display: change global buffer to local bufferLewis Huang-57/+175
2020-07-01drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()Denis Efremov-1/+1
2020-07-01drm/amd/display: Use kvfree() to free coeff in build_regamma()Denis Efremov-1/+1
2020-04-28drm/amd/display: Internal refactoring to abstract color capsKrunoslav Kovac-7/+28
2020-04-22drm/amd/display: Check ramp != NULL before applying lut1d for degammaNicholas Kazlauskas-1/+1
2020-01-22drm/amd/display: Refactor to remove diags specific rgam funcAnthony Koo-182/+129
2019-12-18drm/amd/display: fix regamma build optimizationJosip Pavic-2/+4
2019-12-05drm/amd/display: Implement DePQ for DCN1Reza Amini-9/+30
2019-11-19drm/amd/display: remove set but not used variable 'min_content'zhengbin-2/+0
2019-10-25drm/amd/display: Only use EETF when maxCL > max displayKrunoslav Kovac-5/+1
2019-10-25drm/amd/display: Don't use optimized gamma22 with eetfAidan Yang-4/+41
2019-08-23drm/amd/display: Add Logging for Gamma Related informationWyatt Wood-2/+2
2019-08-15drm/amd/display: Add Logging for Gamma Related information (1/2)Wyatt Wood-0/+13
2019-08-15drm/amd/display: Add HLG support in color moduleVitaly Prosyak-41/+61
2019-08-15drm/amd/display: Add 22, 24, and 26 degammaVitaly Prosyak-45/+71
2019-07-18drm/amd/display: Optimize gamma calculationsKrunoslav Kovac-61/+111
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher-0/+3
2019-06-22drm/amd/display: Add some tm3dlut flagsVitaly Prosyak-12/+0
2019-06-22drm/amd/display: Add a flags union for 3dlut transformation matrixVitaly Prosyak-0/+12
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-0/+3
2019-06-11drm/amd/display: Gamma logic limitations causing unintended use of RAM over ROM.Harmanprit Tatla-1/+2
2019-06-11drm/amd/display: fix gamma logic breaking driver unloadKrunoslav Kovac-4/+2
2019-06-10drm/amd: drop use of drmp.h in os_types.hSam Ravnborg-0/+3
2019-05-31drm/amd/display: CS_TFM_1D only applied post EOTFKrunoslav Kovac-1/+2
2019-05-31drm/amd/display: Don't use ROM for output TF if GAMMA_CS_TFM_1DHugo Hu-1/+2