Searched refs:intel_tile_width_bytes (Results 1 – 3 of 3) sorted by relevance
33 unsigned int intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane);
74 8u * intel_tile_width_bytes(&fb->base, color_plane))); in gen12_aligned_scanout_stride()84 unsigned int main_tile_width = intel_tile_width_bytes(&fb->base, main_plane); in gen12_ccs_aux_stride()117 intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane) in intel_tile_width_bytes() function173 intel_tile_width_bytes(fb, color_plane); in intel_tile_height()184 unsigned int tile_width_bytes = intel_tile_width_bytes(fb, color_plane); in intel_tile_dims()1177 tile_width = intel_tile_width_bytes(fb, color_plane); in intel_fb_stride_alignment()
628 return intel_tile_width_bytes(fb, color_plane); in skl_plane_stride_mult()
Completed in 14 milliseconds