Searched defs:tegra_fb (Results 1 – 1 of 1) sorted by relevance
48 struct tegra_fb { struct49 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 */