Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_drm.h48 struct tegra_fb { struct
49 struct drm_framebuffer drm_fb;
50 struct drm_fb_helper fb_helper;
51 struct tegra_bo **planes; /* Attached planes */
52 int nplanes;
55 bool block_linear; /* Surface_kind */
56 uint32_t block_height;
57 int rotation; /* In degrees */
58 bool flip_x; /* Inverted X-axis */
59 bool flip_y; /* Inverted Y-axis */