Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mode_config.h615 * @prop_crtc_w: Default atomic plane property for the plane destination
618 struct drm_property *prop_crtc_w; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_mode_config.h631 * @prop_crtc_w: Default atomic plane property for the plane destination
634 struct drm_property *prop_crtc_w; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c553 } else if (property == config->prop_crtc_w) { in drm_atomic_plane_set_property()
621 } else if (property == config->prop_crtc_w) { in drm_atomic_plane_get_property()
H A Ddrm_mode_config.c274 dev->mode_config.prop_crtc_w = prop; in drm_mode_create_standard_properties()
H A Ddrm_plane.c276 drm_object_attach_property(&plane->base, config->prop_crtc_w, 0); in drm_universal_plane_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c553 } else if (property == config->prop_crtc_w) { in drm_atomic_plane_set_property()
625 } else if (property == config->prop_crtc_w) { in drm_atomic_plane_get_property()
H A Ddrm_mode_config.c277 dev->mode_config.prop_crtc_w = prop; in drm_mode_create_standard_properties()
H A Ddrm_plane.c344 drm_object_attach_property(&plane->base, config->prop_crtc_w, 0); in __drm_universal_plane_init()

Completed in 13 milliseconds