mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-25 20:15:01 +00:00
drm/amd/display: Correct degamma coefficients
[Why] Some incorrect coefficients were being used Reviewed-by: Michael Strauss <michael.strauss@amd.com> Acked-by: Mikita Lipski <mikita.lipski@amd.com> Signed-off-by: Jaehyun Chung <jaehyun.chung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c580afa2c0
commit
1b76cd1772
@ -61,7 +61,7 @@ static const int32_t regamma_numerator03[] = { 55, 99, 0, 0, 0};
|
||||
static const int32_t regamma_numerator04[] = { 55, 99, 0, 0, 0};
|
||||
static const int32_t regamma_numerator05[] = { 2400, 2200, 2200, 2400, 2600};
|
||||
|
||||
static const int32_t degamma_numerator01[] = { 40450, 810000, 0, 0, 0};
|
||||
static const int32_t degamma_numerator01[] = { 404500, 180000, 0, 0, 0};
|
||||
static const int32_t degamma_numerator02[] = { 12920, 4500, 0, 0, 0};
|
||||
static const int32_t degamma_numerator03[] = { 55, 99, 0, 0, 0};
|
||||
static const int32_t degamma_numerator04[] = { 55, 99, 0, 0, 0};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user