This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit 027228597086516be56c3f96798b8afd2da712c8
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Tue Nov 21 09:06:24 2023 -0500
ecore_drm2: Update comment in ecore_drm2_planes
---
src/lib/ecore_drm2/ecore_drm2_planes.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/lib/ecore_drm2/ecore_drm2_planes.c b/src/lib/ecore_drm2/ecore_drm2_planes.c
index 018cc51863..5a8065cc9b 100644
--- a/src/lib/ecore_drm2/ecore_drm2_planes.c
+++ b/src/lib/ecore_drm2/ecore_drm2_planes.c
@@ -362,7 +362,8 @@ _ecore_drm2_planes_primary_find(Ecore_Drm2_Device *dev, unsigned int crtc_id)
{
uint64_t cid = 0, type = 0;
- /* We need to manually query plane properties here */
+ /* We need to manually query plane properties here as
+ * plane->state.current may not be filled yet due to threading */
oprops =
sym_drmModeObjectGetProperties(plane->fd,
plane->drmPlane->plane_id,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.