Searched refs:sti_plane (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_plane.h | 14 #define to_sti_plane(x) container_of(x, struct sti_plane, drm_plane) 71 struct sti_plane { struct 78 const char *sti_plane_to_str(struct sti_plane *plane); argument 79 void sti_plane_update_fps(struct sti_plane *plane, 83 void sti_plane_init_property(struct sti_plane *plane,
|
D | Makefile | 9 sti_plane.o \ 11 sti_plane.o \
|
D | sti_plane.c | 17 const char *sti_plane_to_str(struct sti_plane *plane) in sti_plane_to_str() 39 void sti_plane_update_fps(struct sti_plane *plane, in sti_plane_update_fps() 135 void sti_plane_init_property(struct sti_plane *plane, in sti_plane_init_property()
|
D | sti_mixer.h | 49 struct sti_plane *plane, bool status); 50 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane);
|
D | sti_cursor.c | 61 struct sti_plane plane; 184 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_check() 256 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_update() 309 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_disable() 341 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_late_register()
|
D | sti_drv.c | 45 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_get() 61 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_set() 82 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_dbg_show()
|
D | sti_mixer.c | 233 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane) in sti_mixer_set_plane_depth() 310 static u32 sti_mixer_get_plane_mask(struct sti_plane *plane) in sti_mixer_get_plane_mask() 333 struct sti_plane *plane, bool status) in sti_mixer_set_plane_status()
|
D | sti_gdp.c | 117 struct sti_plane plane; 615 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_check() 696 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_update() 860 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_disable() 892 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_late_register()
|
D | sti_crtc.c | 153 struct sti_plane *plane = to_sti_plane(p); in sti_crtc_atomic_flush() 276 struct sti_plane *plane = to_sti_plane(p); in sti_crtc_vblank_cb()
|
D | sti_hqvdp.c | 341 struct sti_plane plane; 1016 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_check() 1107 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_update() 1237 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_disable() 1269 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_late_register()
|