Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_fb.h31 unsigned int intel_tile_height(const struct drm_framebuffer *fb, int color_plane);
Dintel_fb.c82 unsigned int intel_tile_height(const struct drm_framebuffer *fb, int color_plane) in intel_tile_height() function
100 *tile_height = intel_tile_height(fb, color_plane); in intel_tile_dims()
383 height = ALIGN(height, intel_tile_height(fb, color_plane)); in intel_fb_offset_to_xy()
Dskl_universal_plane.c625 return intel_tile_height(fb, color_plane); in skl_plane_stride_mult()
Dintel_display.c1114 unsigned int tile_height = intel_tile_height(fb, color_plane); in intel_fb_align_height()