]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/amd/display: decouple steps for mapping CRTC degamma to DC plane
authorMelissa Wen <mwen@igalia.com>
Thu, 16 Nov 2023 19:57:58 +0000 (18:57 -0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Dec 2023 21:08:01 +0000 (16:08 -0500)
commit73e5ea616a9f8c261d07e63b421947949ad6cbce
treed201dc0adb6c7f686c24a33f089e50cef2a438ee
parent6bed9d550e51534415a56f8de33f5b9d4e728e53
drm/amd/display: decouple steps for mapping CRTC degamma to DC plane

The next patch adds pre-blending degamma to AMD color mgmt pipeline, but
pre-blending degamma caps (DPP) is currently in use to provide DRM CRTC
atomic degamma or implict degamma on legacy gamma. Detach degamma usage
regarging CRTC color properties to manage plane and CRTC color
correction combinations.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c