]> Git Repo - linux.git/commit
drm/amd/display: add plane CTM driver-specific property
authorMelissa Wen <[email protected]>
Thu, 16 Nov 2023 19:58:10 +0000 (18:58 -0100)
committerAlex Deucher <[email protected]>
Thu, 14 Dec 2023 20:26:15 +0000 (15:26 -0500)
commitb8b92c1bd7788b1f13d547ee2ce8a93baf55b814
tree6db2d7cf96b481f21db9ab066008717060eee705
parentcb19dc4a64598ffbfd4354083f809fae082fa4c3
drm/amd/display: add plane CTM driver-specific property

Plane CTM for pre-blending color space conversion. Only enable
driver-specific plane CTM property on drivers that support both pre- and
post-blending gamut remap matrix, i.e., DCN3+ family. Otherwise it
conflits with DRM CRTC CTM property.

Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Melissa Wen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
This page took 0.061387 seconds and 4 git commands to generate.