Home
last modified time | relevance | path

Searched refs:rot_info (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_gtt.c2637 struct intel_rotation_info *rot_info = &ggtt_view->rotation_info; in intel_rotate_fb_obj_pages() local
2650 tile_height = intel_tile_height(dev, rot_info->pixel_format, in intel_rotate_fb_obj_pages()
2651 rot_info->fb_modifier); in intel_rotate_fb_obj_pages()
2653 width_pages = DIV_ROUND_UP(rot_info->pitch, tile_pitch); in intel_rotate_fb_obj_pages()
2654 height_pages = DIV_ROUND_UP(rot_info->height, tile_height); in intel_rotate_fb_obj_pages()
2684 size, rot_info->pitch, rot_info->height, in intel_rotate_fb_obj_pages()
2685 rot_info->pixel_format, width_pages, height_pages, in intel_rotate_fb_obj_pages()
2699 size, ret, rot_info->pitch, rot_info->height, in intel_rotate_fb_obj_pages()
2700 rot_info->pixel_format, width_pages, height_pages, in intel_rotate_fb_obj_pages()