]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Add NV12/P010 formats to primary plane
authorHarry Wentland <harry.wentland@amd.com>
Thu, 15 Jan 2026 19:12:05 +0000 (14:12 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Mar 2026 14:55:14 +0000 (10:55 -0400)
commit63fff551318f5e0814b94f709a6dfaec789dcd7a
treed983314b99ec50f52ae1e10b81906a330cab7556
parenteb51c5a103f63b6e9c3f9cebf7b1e2e1056d3119
drm/amd/display: Add NV12/P010 formats to primary plane

Add NV12, NV21, and P010 YUV formats to the primary plane's supported
format list, enabling YUV content to be scanned out directly from the
primary plane.

Assisted-by: Claude: claude-sonnet-4.5
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c