]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/uapi: Move drm_color_ctm_3x4 out from drm_mode.h
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 22 Apr 2024 08:58:57 +0000 (11:58 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 7 May 2024 11:14:30 +0000 (14:14 +0300)
commitef283674a17e000bb6b2ff05dd2ac5cbf2e3ae0d
treef4e2c165328962104aad2fecd443864956e21887
parenta6cd27d92a96e13473006d43ad03edac609ec493
drm/uapi: Move drm_color_ctm_3x4 out from drm_mode.h

drm_color_ctm_3x4 is some undocumented amgdpu private
uapi and thus has no business being in drm_mode.h.
At least move it to some amdgpu specific header, albeit
with the wrong namespace as maybe something somewhere
is using this already?

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Joshua Ashton <joshua@froggi.es>
Cc: Alex Deucher <alexander.deucher@amd.com>
Fixes: 6872a189be50 ("drm/amd/display: Add 3x4 CTM support for plane CTM")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240422085857.17651-1-ville.syrjala@linux.intel.com
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
include/uapi/drm/amdgpu_drm.h
include/uapi/drm/drm_mode.h