search for: drm_dbg_atomic

Displaying 1 result from an estimated 1 matches for "drm_dbg_atomic".

2024 Jun 14
0
[PATCH v6 2/8] drm: Support per-plane async flip configuration
...PRIMARY) { > + if (async_flip && !plane->async_flip) { So, after this patch async flips becomes disabled until the driver enables that manually. Whether that's desired or not is a separate topic, but this definitely should be explicitly mentioned in the commit message. > drm_dbg_atomic(prop->dev, > - "[OBJECT:%d] Only primary planes can be changed during async flip\n", > + "[PLANE:%d] does not support async flips\n", > obj->id); > ret = -EINVAL; > break; > diff --git a/include/drm/drm_plane.h b/in...