]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Revert "drm/amd/display: Add NV12/P010 formats to primary plane"
authorHarry Wentland <harry.wentland@amd.com>
Tue, 17 Mar 2026 17:04:51 +0000 (13:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 21:48:34 +0000 (17:48 -0400)
commit6e9d61769b2b65e414fa9996da2b544a9eb45df5
tree40635bbde3ff2007d39e039589e4300302a08fac
parent4fce3dfab54d60ebaff1c7a9020a730a0708b705
Revert "drm/amd/display: Add NV12/P010 formats to primary plane"

With this change we're adding NV12 and P010 twice to reported
formats on a primary plane, which causes us to hit an assert
in Weston.

This reverts commit 63fff551318f5e0814b94f709a6dfaec789dcd7a.

Fixes: 63fff551318f ("drm/amd/display: Add NV12/P010 formats to primary plane")
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c