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

/linux-master/include/drm/
H A Ddrm_plane.h779 * @hotspot_y_property: property to set mouse hotspot y offset.
781 struct drm_property *hotspot_y_property; member in struct:drm_plane
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c286 if (plane->hotspot_y_property) {
288 plane->hotspot_y_property,
H A Ddrm_atomic_uapi.c562 } else if (property == plane->hotspot_y_property) {
632 } else if (property == plane->hotspot_y_property) {
H A Ddrm_plane.c325 plane->hotspot_y_property = prop_y;
1171 if (plane->hotspot_y_property && plane->state)

Completed in 277 milliseconds