diff options
author | Ilya Bakoulin <[email protected]> | 2023-10-12 12:21:34 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-11-03 12:18:33 -0400 |
commit | 5d853ad5a866dd52ff519afd073f4156cca3cf7f (patch) | |
tree | 17b8763841331a5d80242e81f44235efbc7b44b8 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | |
parent | 995dedb7a4fa9703d1ae584914b0aa12b5da454c (diff) |
drm/amd/display: Fix blend LUT programming
[Why]
LUT write index does not get reset to zero when writing the LUT values
for each separate RGB component, which results in wrong data for 2 of
the 3 components.
[How]
Reset LUT write index to zero before writing each component's data.
Reviewed-by: Krunoslav Kovac <[email protected]>
Acked-by: Hersen Wu <[email protected]>
Signed-off-by: Ilya Bakoulin <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions