| H A D | intel_fb.c | 855 unsigned int *tile_height) in intel_tile_dims() 861 *tile_height = intel_tile_height(fb, color_plane); in intel_tile_dims() 871 unsigned int *tile_height) in intel_tile_block_dims() 873 intel_tile_dims(fb, color_plane, tile_width, tile_height); in intel_tile_block_dims() argument 876 *tile_height = 1; in intel_tile_block_dims() 881 unsigned int tile_width, tile_height; in intel_tile_row_size() 883 intel_tile_dims(fb, color_plane, &tile_width, &tile_height); in intel_tile_row_size() local 885 return fb->pitches[color_plane] * tile_height; in intel_tile_row_size() 892 unsigned int tile_height = intel_tile_height(fb, color_plane); in intel_fb_align_height() 894 return ALIGN(height, tile_height); in intel_fb_align_height() local 857 intel_tile_dims(const struct drm_framebuffer * fb,int color_plane,unsigned int * tile_width,unsigned int * tile_height) intel_tile_dims() argument 972 intel_adjust_tile_offset(int * x,int * y,unsigned int tile_width,unsigned int tile_height,unsigned int tile_size,unsigned int pitch_tiles,u32 old_offset,u32 new_offset) intel_adjust_tile_offset() argument 1024 unsigned int tile_size, tile_width, tile_height; intel_adjust_aligned_offset() local 1089 unsigned int tile_size, tile_width, tile_height; intel_compute_aligned_offset() local 1197 int tile_width, tile_height; intel_fb_check_ccs_xy() local 1390 unsigned int tile_width, tile_height; global() member 1493 unsigned int tile_height = dims->tile_height; calc_plane_remap_info() local [all...] |