Searched defs:drm_plane (Results 1 – 8 of 8) sorted by relevance
/linux/include/drm/ |
H A D | drm_plane.h | 633 struct drm_plane { struct 635 struct drm_device *dev; 644 struct list_head head; 647 char *name; 658 struct drm_modeset_lock mutex; 661 struct drm_mode_object base; 688 * instead check &drm_plane_state.crtc. argument 697 * instead check &drm_plane_state.fb. argument 710 const struct drm_plane_funcs *funcs; argument 715 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument [all …]
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_cursor.c | 184 static int sti_cursor_atomic_check(struct drm_plane *drm_plane, in sti_cursor_atomic_check() 262 static void sti_cursor_atomic_update(struct drm_plane *drm_plane, in sti_cursor_atomic_update() 317 static void sti_cursor_atomic_disable(struct drm_plane *drm_plane, in sti_cursor_atomic_disable() 344 static int sti_cursor_late_register(struct drm_plane *drm_plane) in sti_cursor_late_register()
|
H 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() 706 static void sti_gdp_atomic_update(struct drm_plane *drm_plane, in sti_gdp_atomic_update() 874 static void sti_gdp_atomic_disable(struct drm_plane *drm_plane, in sti_gdp_atomic_disable() 901 static int sti_gdp_late_register(struct drm_plane *drm_plane) in sti_gdp_late_register()
|
H A D | sti_plane.c | 116 static void sti_plane_attach_zorder_property(struct drm_plane *drm_plane, in sti_plane_attach_zorder_property()
|
H A D | sti_plane.h | 70 struct drm_plane drm_plane; member
|
H A D | sti_hqvdp.c | 1021 static int sti_hqvdp_atomic_check(struct drm_plane *drm_plane, in sti_hqvdp_atomic_check() 1116 static void sti_hqvdp_atomic_update(struct drm_plane *drm_plane, in sti_hqvdp_atomic_update() 1250 static void sti_hqvdp_atomic_disable(struct drm_plane *drm_plane, in sti_hqvdp_atomic_disable() 1277 static int sti_hqvdp_late_register(struct drm_plane *drm_plane) in sti_hqvdp_late_register()
|
/linux/drivers/gpu/drm/logicvc/ |
H 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()
|
H A D | logicvc_layer.h | 47 struct drm_plane drm_plane; member
|