Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Dplane.c21 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_destroy()
29 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_reset()
632 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_check_transparency()
675 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_update_transparency()
727 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_setup_transparency()
H A Dplane.h33 static inline struct tegra_plane *to_tegra_plane(struct drm_plane *plane) in to_tegra_plane() function