Lines Matching refs:height
138 void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() argument
142 *height = ALIGN(*height, VRFB_PAGE_HEIGHT); in omap_vrfb_adjust_size()
146 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() argument
154 return (width * height * bytespp) + get_extra_physical_size( in omap_vrfb_min_phys_size()
163 unsigned long height; in omap_vrfb_max_height() local
174 height = (phys_size - extra) / (width * bytespp); in omap_vrfb_max_height()
177 return min_t(unsigned long, height, 2048); in omap_vrfb_max_height()
182 u16 width, u16 height, in omap_vrfb_setup() argument
193 width, height, bytespp, yuv_mode); in omap_vrfb_setup()
212 vrfb_height = ALIGN(height, VRFB_PAGE_HEIGHT); in omap_vrfb_setup()
232 vrfb_width - width, vrfb_height - height); in omap_vrfb_setup()
235 vrfb->yres = height; in omap_vrfb_setup()
237 vrfb->yoffset = vrfb_height - height; in omap_vrfb_setup()
243 int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle() argument
245 unsigned long size = height * OMAP_VRFB_LINE_LEN * vrfb->bytespp; in omap_vrfb_map_angle()