Home
last modified time | relevance | path

Searched defs:drm_plane (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_plane.c46 static void sti_plane_destroy(struct drm_plane *drm_plane) in sti_plane_destroy()
54 static int sti_plane_set_property(struct drm_plane *drm_plane, in sti_plane_set_property()
72 static void sti_plane_attach_zorder_property(struct drm_plane *drm_plane) in sti_plane_attach_zorder_property()
Dsti_cursor.c113 static void sti_cursor_atomic_update(struct drm_plane *drm_plane, in sti_cursor_atomic_update()
214 static void sti_cursor_atomic_disable(struct drm_plane *drm_plane, in sti_cursor_atomic_disable()
Dsti_gdp.c243 struct drm_plane *drm_plane = &gdp->plane.drm_plane; in sti_gdp_disable() local
383 static void sti_gdp_atomic_update(struct drm_plane *drm_plane, in sti_gdp_atomic_update()
580 static void sti_gdp_atomic_disable(struct drm_plane *drm_plane, in sti_gdp_atomic_disable()
Dsti_plane.h62 struct drm_plane drm_plane; member
Dsti_hqvdp.c778 static void sti_hqvdp_atomic_update(struct drm_plane *drm_plane, in sti_hqvdp_atomic_update()
937 static void sti_hqvdp_atomic_disable(struct drm_plane *drm_plane, in sti_hqvdp_atomic_disable()
/linux-4.4.14/include/drm/
Ddrm_crtc.h845 struct drm_plane { struct
863 const struct drm_plane_funcs *funcs; argument
867 enum drm_plane_type type; argument
871 struct drm_plane_state *state; argument
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c181 skl_update_plane(struct drm_plane *drm_plane, struct drm_crtc *crtc, in skl_update_plane()