Skip to content

Commit 317f86d

Browse files
committed
Revert "drm/udl: Add ARGB8888 as a format"
This reverts commit 95bf25b. Apparently there was a previous discussion about emulation of formats and it was decided XRGB8888 was the only format to support for legacy userspace [1]. Remove ARGB8888. Userspace needs to be fixed to accept XRGB8888. [1] https://lore.kernel.org/r/[email protected] Acked-by: Thomas Zimmermann <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20240306063721.1.I4a32475190334e1fa4eef4700ecd2787a43c94b5@changeid
1 parent 95bf25b commit 317f86d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/udl/udl_modeset.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ static int udl_handle_damage(struct drm_framebuffer *fb,
253253
static const uint32_t udl_primary_plane_formats[] = {
254254
DRM_FORMAT_RGB565,
255255
DRM_FORMAT_XRGB8888,
256-
DRM_FORMAT_ARGB8888,
257256
};
258257

259258
static const uint64_t udl_primary_plane_fmtmods[] = {

0 commit comments

Comments
 (0)