Home
last modified time | relevance | path

Searched refs:sti_plane (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_plane.h13 #define to_sti_plane(x) container_of(x, struct sti_plane, drm_plane)
70 struct sti_plane { struct
77 const char *sti_plane_to_str(struct sti_plane *plane);
78 void sti_plane_update_fps(struct sti_plane *plane,
82 void sti_plane_init_property(struct sti_plane *plane,
H A DMakefile9 sti_plane.o \
11 sti_plane.o \
H A Dsti_mixer.h17 #include "sti_plane.h"
54 struct sti_plane *plane, bool status);
55 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane);
H A Dsti_plane.c17 #include "sti_plane.h"
19 const char *sti_plane_to_str(struct sti_plane *plane) in sti_plane_to_str()
41 void sti_plane_update_fps(struct sti_plane *plane, in sti_plane_update_fps()
137 void sti_plane_init_property(struct sti_plane *plane, in sti_plane_init_property()
H A Dsti_drv.c25 #include "sti_plane.h"
44 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_get()
60 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_set()
81 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_dbg_show()
H A Dsti_cursor.c19 #include "sti_plane.h"
53 * @sti_plane: sti_plane structure
63 struct sti_plane plane;
186 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_check()
258 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_update()
311 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_disable()
342 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_late_register()
H A Dsti_mixer.c237 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane) in sti_mixer_set_plane_depth()
314 static u32 sti_mixer_get_plane_mask(struct sti_plane *plane) in sti_mixer_get_plane_mask()
337 struct sti_plane *plane, bool status) in sti_mixer_set_plane_status()
H A Dsti_gdp.c20 #include "sti_plane.h"
109 * @sti_plane: sti_plane structure
121 struct sti_plane plane;
620 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_check()
701 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_update()
865 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_disable()
896 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_late_register()
H A Dsti_crtc.c149 struct sti_plane *plane = to_sti_plane(p); in sti_crtc_atomic_flush()
270 struct sti_plane *plane = to_sti_plane(p); in sti_crtc_vblank_cb()
H A Dsti_hqvdp.c25 #include "sti_plane.h"
347 struct sti_plane plane;
1022 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_check()
1113 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_update()
1243 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_disable()
1274 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_late_register()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_plane.h12 #define to_sti_plane(x) container_of(x, struct sti_plane, drm_plane)
69 struct sti_plane { struct
76 const char *sti_plane_to_str(struct sti_plane *plane);
77 void sti_plane_update_fps(struct sti_plane *plane,
81 void sti_plane_init_property(struct sti_plane *plane,
H A DMakefile9 sti_plane.o \
11 sti_plane.o \
H A Dsti_mixer.h17 #include "sti_plane.h"
54 struct sti_plane *plane, bool status);
55 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane);
H A Dsti_plane.c18 #include "sti_plane.h"
20 const char *sti_plane_to_str(struct sti_plane *plane) in sti_plane_to_str()
42 void sti_plane_update_fps(struct sti_plane *plane, in sti_plane_update_fps()
132 void sti_plane_init_property(struct sti_plane *plane, in sti_plane_init_property()
H A Dsti_drv.c26 #include "sti_plane.h"
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()
H A Dsti_cursor.c20 #include "sti_plane.h"
54 * @sti_plane: sti_plane structure
64 struct sti_plane plane;
189 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_check()
264 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_update()
319 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_disable()
343 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_late_register()
H A Dsti_mixer.c237 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane) in sti_mixer_set_plane_depth()
314 static u32 sti_mixer_get_plane_mask(struct sti_plane *plane) in sti_mixer_get_plane_mask()
337 struct sti_plane *plane, bool status) in sti_mixer_set_plane_status()
H A Dsti_gdp.c22 #include "sti_plane.h"
111 * @sti_plane: sti_plane structure
123 struct sti_plane plane;
624 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_check()
710 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_update()
876 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_disable()
900 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_late_register()
H A Dsti_crtc.c148 struct sti_plane *plane = to_sti_plane(p); in sti_crtc_atomic_flush()
269 struct sti_plane *plane = to_sti_plane(p); in sti_crtc_vblank_cb()
H A Dsti_hqvdp.c27 #include "sti_plane.h"
349 struct sti_plane plane;
1026 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_check()
1120 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_update()
1252 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_disable()
1276 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_late_register()

Completed in 16 milliseconds