intel_tile_width_bytes
tile = intel_tile_width_bytes(fb, color_plane);
tile_width = intel_tile_width_bytes(fb, color_plane);
unsigned int main_tile_width = intel_tile_width_bytes(&fb->base, main_plane);
intel_tile_width_bytes(fb, color_plane);
unsigned int tile_width_bytes = intel_tile_width_bytes(fb, color_plane);
unsigned int intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane);
return intel_tile_width_bytes(fb, color_plane);