Searched defs:drm_plane (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_plane.h | 593 struct drm_plane { struct 595 struct drm_device *dev; 604 struct list_head head; 607 char *name; 621 struct drm_mode_object base; 648 * instead check &drm_plane_state.crtc. argument 670 const struct drm_plane_funcs *funcs; argument 676 enum drm_plane_type type; argument 685 const struct drm_plane_helper_funcs *helper_private; argument 734 * See drm_plane_create_color_properties(). argument [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/sti/ |
A D | sti_cursor.c | 184 static int sti_cursor_atomic_check(struct drm_plane *drm_plane, in sti_cursor_atomic_check() 259 static void sti_cursor_atomic_update(struct drm_plane *drm_plane, in sti_cursor_atomic_update() 314 static void sti_cursor_atomic_disable(struct drm_plane *drm_plane, in sti_cursor_atomic_disable() 341 static int sti_cursor_late_register(struct drm_plane *drm_plane) in sti_cursor_late_register()
|
A D | sti_gdp.c | 219 struct drm_plane *drm_plane = &gdp->plane.drm_plane; in gdp_dbg_show() local 619 static int sti_gdp_atomic_check(struct drm_plane *drm_plane, in sti_gdp_atomic_check() 703 static void sti_gdp_atomic_update(struct drm_plane *drm_plane, in sti_gdp_atomic_update() 871 static void sti_gdp_atomic_disable(struct drm_plane *drm_plane, in sti_gdp_atomic_disable() 898 static int sti_gdp_late_register(struct drm_plane *drm_plane) in sti_gdp_late_register()
|
A D | sti_plane.c | 116 static void sti_plane_attach_zorder_property(struct drm_plane *drm_plane, in sti_plane_attach_zorder_property()
|
A D | sti_plane.h | 70 struct drm_plane drm_plane; member
|
A D | sti_hqvdp.c | 1021 static int sti_hqvdp_atomic_check(struct drm_plane *drm_plane, in sti_hqvdp_atomic_check() 1113 static void sti_hqvdp_atomic_update(struct drm_plane *drm_plane, in sti_hqvdp_atomic_update() 1247 static void sti_hqvdp_atomic_disable(struct drm_plane *drm_plane, in sti_hqvdp_atomic_disable() 1274 static int sti_hqvdp_late_register(struct drm_plane *drm_plane) in sti_hqvdp_late_register()
|
/linux-6.3-rc2/drivers/gpu/drm/logicvc/ |
A D | logicvc_layer.c | 83 static int logicvc_plane_atomic_check(struct drm_plane *drm_plane, in logicvc_plane_atomic_check() 137 static void logicvc_plane_atomic_update(struct drm_plane *drm_plane, in logicvc_plane_atomic_update() 234 static void logicvc_plane_atomic_disable(struct drm_plane *drm_plane, in logicvc_plane_atomic_disable()
|
A D | logicvc_layer.h | 47 struct drm_plane drm_plane; member
|
/linux-6.3-rc2/drivers/gpu/drm/sprd/ |
A D | sprd_dpu.c | 530 static void sprd_plane_atomic_update(struct drm_plane *drm_plane, in sprd_plane_atomic_update() 541 static void sprd_plane_atomic_disable(struct drm_plane *drm_plane, in sprd_plane_atomic_disable()
|
/linux-6.3-rc2/drivers/gpu/drm/rcar-du/ |
A D | rcar_du_plane.c | 138 struct drm_plane *drm_plane; in rcar_du_atomic_check_planes() local
|
Completed in 21 milliseconds