Home
last modified time | relevance | path

Searched refs:drm_atomic_add_plane_prop (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c216 static int drm_atomic_add_plane_prop(drm_ctx *ctx, drmModeAtomicReq *request, in drm_atomic_add_plane_prop() function
242 ret |= drm_atomic_add_plane_prop(ctx, req, plane, PLANE_PROP_CRTC_ID, 0); in drm_set_plane()
243 ret |= drm_atomic_add_plane_prop(ctx, req, plane, PLANE_PROP_FB_ID, 0); in drm_set_plane()
245 ret |= drm_atomic_add_plane_prop(ctx, req, plane, in drm_set_plane()
247 ret |= drm_atomic_add_plane_prop(ctx, req, plane, PLANE_PROP_FB_ID, fb); in drm_set_plane()
248 ret |= drm_atomic_add_plane_prop(ctx, req, plane, PLANE_PROP_SRC_X, 0); in drm_set_plane()
249 ret |= drm_atomic_add_plane_prop(ctx, req, plane, PLANE_PROP_SRC_Y, 0); in drm_set_plane()
250 ret |= drm_atomic_add_plane_prop(ctx, req, plane, in drm_set_plane()
252 ret |= drm_atomic_add_plane_prop(ctx, req, in drm_set_plane()
254 ret |= drm_atomic_add_plane_prop(ctx, req, plane, PLANE_PROP_CRTC_X, x); in drm_set_plane()
[all …]