Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_gtt.c2643 unsigned int tile_pitch, tile_height; in intel_rotate_fb_obj_pages() local
2652 tile_pitch = PAGE_SIZE / tile_height; in intel_rotate_fb_obj_pages()
2653 width_pages = DIV_ROUND_UP(rot_info->pitch, tile_pitch); in intel_rotate_fb_obj_pages()