Home
last modified time | relevance | path

Searched defs:tegra_crtc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_drm.h93 struct tegra_crtc { struct
94 struct drm_crtc base;
95 bus_space_tag_t bst;
96 bus_space_handle_t bsh;
97 bus_size_t size;
98 int intr;
99 int index;
100 void *ih;
101 bool enabled;
102 struct clk *clk_parent;
[all …]
H A Dtegra_drm_mode.c370 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_cursor_set() local
512 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_cursor_move() local
533 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_destroy() local
546 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_dpms() local
574 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_mode_set() local
668 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_do_set_base() local
695 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_mode_set_base() local
712 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_mode_set_base_atomic() local
733 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_prepare() local
746 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_commit() local
[all …]