Home
last modified time | relevance | path

Searched refs:prop_crtc_x (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mode_config.h605 * @prop_crtc_x: Default atomic plane property for the plane destination
608 struct drm_property *prop_crtc_x; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_mode_config.h621 * @prop_crtc_x: Default atomic plane property for the plane destination
624 struct drm_property *prop_crtc_x; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c549 } else if (property == config->prop_crtc_x) { in drm_atomic_plane_set_property()
617 } else if (property == config->prop_crtc_x) { in drm_atomic_plane_get_property()
H A Ddrm_mode_config.c262 dev->mode_config.prop_crtc_x = prop; in drm_mode_create_standard_properties()
H A Ddrm_plane.c274 drm_object_attach_property(&plane->base, config->prop_crtc_x, 0); in drm_universal_plane_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c549 } else if (property == config->prop_crtc_x) { in drm_atomic_plane_set_property()
621 } else if (property == config->prop_crtc_x) { in drm_atomic_plane_get_property()
H A Ddrm_mode_config.c265 dev->mode_config.prop_crtc_x = prop; in drm_mode_create_standard_properties()
H A Ddrm_plane.c342 drm_object_attach_property(&plane->base, config->prop_crtc_x, 0); in __drm_universal_plane_init()

Completed in 11 milliseconds