drm: Introduce drm_plane_reset_state() helper function
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Mon, 18 May 2020 12:22:49 +0000 (15:22 +0300)
committerDaniel Stone <daniels@collabora.com>
Mon, 17 Aug 2020 09:44:45 +0000 (09:44 +0000)
commit9975134593e497ad587ca913e2d6496c6357a347
tree4552702b4822ab1a77563e36822c44a89b39275d
parent85382d394af9a631ec5c5c4341eb1ebe554fbb8e
drm: Introduce drm_plane_reset_state() helper function

Introduce a helper function to reset the current state of a drm_plane.

Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
libweston/backend-drm/drm-gbm.c
libweston/backend-drm/drm-internal.h
libweston/backend-drm/drm.c
libweston/backend-drm/state-helpers.c