Searched defs:drm_plane (Results 1 – 7 of 7) sorted by relevance
/linux/include/drm/ |
A D | drm_plane.h | 595 struct drm_plane { struct 597 struct drm_device *dev; 606 struct list_head head; 609 char *name; 636 * plane. Used by the drm_plane_init compatibility wrapper only. argument 650 * instead check &drm_plane_state.crtc. argument 672 const struct drm_plane_funcs *funcs; argument 678 enum drm_plane_type type; argument 687 const struct drm_plane_helper_funcs *helper_private; argument 736 * See drm_plane_create_color_properties(). argument [all …]
|
/linux/drivers/gpu/drm/sti/ |
A D | sti_cursor.c | 183 static int sti_cursor_atomic_check(struct drm_plane *drm_plane, in sti_cursor_atomic_check() 258 static void sti_cursor_atomic_update(struct drm_plane *drm_plane, in sti_cursor_atomic_update() 313 static void sti_cursor_atomic_disable(struct drm_plane *drm_plane, in sti_cursor_atomic_disable() 340 static int sti_cursor_late_register(struct drm_plane *drm_plane) in sti_cursor_late_register()
|
A D | sti_gdp.c | 217 struct drm_plane *drm_plane = &gdp->plane.drm_plane; in gdp_dbg_show() local 617 static int sti_gdp_atomic_check(struct drm_plane *drm_plane, in sti_gdp_atomic_check() 701 static void sti_gdp_atomic_update(struct drm_plane *drm_plane, in sti_gdp_atomic_update() 869 static void sti_gdp_atomic_disable(struct drm_plane *drm_plane, in sti_gdp_atomic_disable() 896 static int sti_gdp_late_register(struct drm_plane *drm_plane) in sti_gdp_late_register()
|
A D | sti_plane.c | 121 static void sti_plane_attach_zorder_property(struct drm_plane *drm_plane, in sti_plane_attach_zorder_property()
|
A D | sti_plane.h | 71 struct drm_plane drm_plane; member
|
A D | sti_hqvdp.c | 1019 static int sti_hqvdp_atomic_check(struct drm_plane *drm_plane, in sti_hqvdp_atomic_check() 1111 static void sti_hqvdp_atomic_update(struct drm_plane *drm_plane, in sti_hqvdp_atomic_update() 1245 static void sti_hqvdp_atomic_disable(struct drm_plane *drm_plane, in sti_hqvdp_atomic_disable() 1272 static int sti_hqvdp_late_register(struct drm_plane *drm_plane) in sti_hqvdp_late_register()
|
/linux/drivers/gpu/drm/rcar-du/ |
A D | rcar_du_plane.c | 137 struct drm_plane *drm_plane; in rcar_du_atomic_check_planes() local
|
Completed in 24 milliseconds