mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 10:08:00 +02:00
compositor-drm: Print pixel format in human-friendly form when failing to assign view to a overlay plane
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
0a9c953825
commit
d4c7bc58ab
1 changed files with 3 additions and 2 deletions
|
|
@ -3350,9 +3350,10 @@ drm_output_prepare_overlay_view(struct drm_output_state *output_state,
|
|||
break;
|
||||
case NO_PLANES_WITH_FORMAT:
|
||||
drm_debug(b, "\t\t\t\t[overlay] not placing view %p on overlay: "
|
||||
"no free overlay planes matching format 0x%lx, "
|
||||
"no free overlay planes matching format %s (0x%lx) "
|
||||
"modifier 0x%llx\n",
|
||||
ev, (unsigned long) fb->format,
|
||||
ev, fb->format->drm_format_name,
|
||||
(unsigned long) fb->format,
|
||||
(unsigned long long) fb->modifier);
|
||||
break;
|
||||
case NO_PLANES_ACCEPTED:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue