Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
H A Ddrm_plane.h988 int drm_plane_add_size_hints_property(struct drm_plane *plane,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_plane.c1772 int drm_plane_add_size_hints_property(struct drm_plane *plane, in drm_plane_add_size_hints_property() function
1795 EXPORT_SYMBOL(drm_plane_add_size_hints_property);
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_cursor.c1008 drm_plane_add_size_hints_property(&plane->base, hints, num_hints); in intel_cursor_add_size_hints_property()