Searched defs:tegra_fb (Results 1 – 1 of 1) sorted by relevance
46 struct tegra_fb { struct47 struct drm_framebuffer drm_fb;48 struct drm_fb_helper fb_helper;49 struct tegra_bo **planes; /* Attached planes */50 int nplanes;53 bool block_linear; /* Surface_kind */54 uint32_t block_height;55 int rotation; /* In degrees */56 bool flip_x; /* Inverted X-axis */57 bool flip_y; /* Inverted Y-axis */