Home
last modified time | relevance | path

Searched refs:to_sti_plane (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/sti/
H A Dsti_drv.c47 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_get()
63 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_set()
84 struct sti_plane *plane = to_sti_plane(p); in sti_drm_fps_dbg_show()
H A Dsti_plane.h12 #define to_sti_plane(x) container_of(x, struct sti_plane, drm_plane) macro