Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c292 if (plane->hotspot_y_property) { in __drm_atomic_helper_plane_state_reset()
294 plane->hotspot_y_property, in __drm_atomic_helper_plane_state_reset()
H A Ddrm_plane.c354 plane->hotspot_y_property = prop_y; in drm_plane_create_hotspot_properties()
1225 if (plane->hotspot_y_property && plane->state) in drm_mode_cursor_universal()
H A Ddrm_atomic_uapi.c624 } else if (property == plane->hotspot_y_property) { in drm_atomic_plane_set_property()
696 } else if (property == plane->hotspot_y_property) { in drm_atomic_plane_get_property()
/linux/include/drm/
H A Ddrm_plane.h816 struct drm_property *hotspot_y_property; member