summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/color
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: PQ regamma end pointKrunoslav Kovac2023-08-301-6/+109
* drm/amd/display: Clean up errors in color_gamma.cRan Sun2023-08-091-3/+2
* drm/amd/display: remove unused _calculate_degamma_curve functionMelissa Wen2023-02-152-89/+0
* drm/amd/display: unset initial value for tf since it's never usedMelissa Wen2023-02-151-2/+2
* drm/amd/display: camel case cleanup in color_gamma fileMelissa Wen2023-02-151-24/+26
* drm/amd/display: Update 709 gamma to 2.222 as stated in the standerdNawwar Ali2022-11-091-1/+1
* drm/amd/display: fix transfer function passed to build_coefficients()Alex Deucher2022-10-111-1/+1
* drm/amd/display: Limit user regamma to a valid valueYao Wang12022-09-131-0/+4
* drm/amd/display: Move all linux includes into OS typesHarry Wentland2022-07-051-3/+0
* drm/amd/display: Revert adding degamma coefficientsJaehyun Chung2021-09-141-39/+25
* drm/amd/display: Correct degamma coefficientsJaehyun Chung2021-09-141-1/+1
* drm/amd/display: Add regamma/degamma coefficients and set sRGB when TF is BT709Jaehyun Chung2021-09-141-20/+40
* drm/amd/display: Rename fs_params to hdr_tm_paramsKrunoslav Kovac2021-04-092-5/+5
* drm/amd/display: change license of color_table.cJonathan Gray2021-01-251-5/+21
* drm/amd/display: Fix OGAM LUT calculation precisionFelipe2020-12-151-5/+17
* drm/amdgpu: fix build_coefficients() argumentArnd Bergmann2020-11-011-1/+1
* drm/amd/display: combined user regamma and OS GAMMA_CS_TFM_1DDerek Lai2020-10-262-4/+14
* drm/amd/display: Fix max brightness pixel accuracyFelipe Clark2020-10-261-21/+89
* drm/amd/display: fix compilation error on allmodconfigQingqing Zhuo2020-07-011-5/+1
* drm/amd/display: change global buffer to local bufferLewis Huang2020-07-015-57/+175
* drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()Denis Efremov2020-07-011-1/+1
* drm/amd/display: Use kvfree() to free coeff in build_regamma()Denis Efremov2020-07-011-1/+1
* drm/amd/display: Internal refactoring to abstract color capsKrunoslav Kovac2020-04-282-7/+28
* drm/amd/display: Check ramp != NULL before applying lut1d for degammaNicholas Kazlauskas2020-04-221-1/+1
* drm/amd/display: Refactor to remove diags specific rgam funcAnthony Koo2020-01-222-182/+129
* drm/amd/display: fix regamma build optimizationJosip Pavic2019-12-181-2/+4
* drm/amd/display: Implement DePQ for DCN1Reza Amini2019-12-051-9/+30
* drm/amd/display: remove set but not used variable 'min_content'zhengbin2019-11-191-2/+0
* drm/amd/display: Only use EETF when maxCL > max displayKrunoslav Kovac2019-10-251-5/+1
* drm/amd/display: Don't use optimized gamma22 with eetfAidan Yang2019-10-251-4/+41
* drm/amd/display: Add Logging for Gamma Related informationWyatt Wood2019-08-231-2/+2
* drm/amd/display: Add Logging for Gamma Related information (1/2)Wyatt Wood2019-08-152-0/+13
* drm/amd/display: Add HLG support in color moduleVitaly Prosyak2019-08-151-41/+61
* drm/amd/display: Add 22, 24, and 26 degammaVitaly Prosyak2019-08-151-45/+71
* drm/amd/display: Optimize gamma calculationsKrunoslav Kovac2019-07-182-61/+111
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-0/+3
|\
| * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-0/+3
| |\
| | * drm/amd: drop use of drmp.h in os_types.hSam Ravnborg2019-06-101-0/+3
* | | drm/amd/display: Add some tm3dlut flagsVitaly Prosyak2019-06-221-12/+0
* | | drm/amd/display: Add a flags union for 3dlut transformation matrixVitaly Prosyak2019-06-221-0/+12
* | | 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/+2
|/ /
* | 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: Reuse MPC OGRAM for 1D blenderVitaly Prosyak2019-05-242-17/+40
|/
* drm/amd/display: Re-add custom degamma supportDavid Francis2019-03-191-0/+2
* drm/amd/display: DGAM enabled for HDRKrunoslav Kovac2019-02-051-37/+52
* drm/amd/display: Default to linear output gammaKrunoslav Kovac2019-01-251-33/+40
* drm/amd/display: Fix for NULL ramp pointer crashing driverJoshua Aberback2019-01-141-2/+1
* drm/amd/display: Minor code cleanupSivapiriyanKumarasamy2019-01-141-1/+1