On 2026/07/31 3:54, Leandro Ribeiro wrote:
> I see the point about making the message harder to overlook, but
> honestly I feel like the stack trace would be overkill here.
> 
> The error message is more important than the stack trace itself in this
> case, and I think the warning should be enough to draw attention to the
> issue.

OK. Then, please consider

                        drm_warn(plane->dev,
-                                "[PLANE:%d:%s] pixel format with alpha exposed 
but blend mode not setup",
+                                "[PLANE:%d:%s] pixel format with alpha exposed 
but blend mode not setup. Please fix.,
                                 plane->base.id, plane->name);

to indicate that developers have something to do.

Reply via email to