Searched refs:width_pages (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.c | 2644 unsigned int width_pages, height_pages; in intel_rotate_fb_obj_pages() local 2653 width_pages = DIV_ROUND_UP(rot_info->pitch, tile_pitch); in intel_rotate_fb_obj_pages() 2655 rot_pages = width_pages * height_pages; in intel_rotate_fb_obj_pages() 2680 rotate_pages(page_addr_list, width_pages, height_pages, st); in intel_rotate_fb_obj_pages() 2685 rot_info->pixel_format, width_pages, height_pages, in intel_rotate_fb_obj_pages() 2700 rot_info->pixel_format, width_pages, height_pages, in intel_rotate_fb_obj_pages()
|