Bug 487779

Summary: ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= YUV_420_BIPLANAR and usage=SCANOUT_CPU_READ_WRITE
Product: [Plasma] plasmashell Reporter: Bernie Innocenti <bernie>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: normal CC: kde, notmart
Priority: NOR    
Version First Reported In: 6.0.5   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Bernie Innocenti 2024-05-30 03:51:34 UTC
SUMMARY

When Chrome is playing a video, plasmashell floods the user journal with multiple errors per second:

May 29 23:45:33 goreboot plasmashell[77995]: [78055:78123:0529/234533.899998:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= YUV_420_BIPLANAR and usage=SCANOUT_CPU_READ_WRITE
May 29 23:45:33 goreboot plasmashell[77995]: [78055:78123:0529/234533.929884:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= YUV_420_BIPLANAR and usage=SCANOUT_CPU_READ_WRITE
May 29 23:45:33 goreboot plasmashell[77995]: [78055:78123:0529/234533.970093:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= YUV_420_BIPLANAR and usage=SCANOUT_CPU_READ_WRITE
...

STEPS TO REPRODUCE
1. Launch a KDE Plasma Wayland session
2. Launch Chrome
3. Go to YouTube and play any video


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.1

ADDITIONAL INFORMATION

HDR enabled
AMD Radeon RX 7900 XT (RADV NAVI31)
Mesa 24.1.0-arch1.1
Comment 1 Bernie Innocenti 2024-05-30 03:52:57 UTC
Forgot to mention: videos play correctly, I wouldn't have noticed the issue without looking in the journal.
Comment 2 Marco Martin 2024-05-30 12:10:36 UTC
This is actually a Chrome issue, please report it upstream on chromium issues
Comment 3 Bernie Innocenti 2024-05-31 04:29:01 UTC
Found an existing bug in the Chromium bug tracker: https://issues.chromium.org/issues/331796411