Skip to content
Snippets Groups Projects
Commit d8b86176 authored by Bastian Krause's avatar Bastian Krause
Browse files

backend-drm/state-propose: print format instead of *pixel_format_info address


fb->format is *pixel_format_info, whereas fb->format->format is the
actual DRM/wl_shm format code we want to see here. Fix the drm_debug()
call accordingly.

Signed-off-by: default avatarBastian Krause <bst@pengutronix.de>
parent b4cf450c
No related branches found
No related tags found
2 merge requests!905color-lcms: Introduction and implementation of LCMS plugin,!613backend-drm/state-propose: print format instead of *pixel_format_info address
Checking pipeline status
......@@ -159,7 +159,7 @@ drm_output_plane_has_valid_format(struct drm_plane *plane,
drm_output_get_plane_type_name(plane),
drm_output_get_plane_type_name(plane),
fb->format->drm_format_name,
(unsigned long) fb->format,
(unsigned long) fb->format->format,
(unsigned long long) fb->modifier);
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment