Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_plane.c329 int omap_plane_set_property(struct drm_plane *plane, in omap_plane_set_property() function
353 .set_property = omap_plane_set_property,
Domap_drv.h177 int omap_plane_set_property(struct drm_plane *plane,
Domap_crtc.c656 return omap_plane_set_property(crtc->primary, property, val); in omap_crtc_set_property()