Skip to content

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.

Merge request reports