Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_fb.c88 intel_tile_width_bytes(fb, color_plane); in intel_tile_height()
96 unsigned int tile_width_bytes = intel_tile_width_bytes(fb, color_plane); in intel_tile_dims()
Dintel_display.h635 unsigned int intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane);
Dskl_universal_plane.c627 return intel_tile_width_bytes(fb, color_plane); in skl_plane_stride_mult()
Dintel_display.c1057 intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane) in intel_tile_width_bytes() function
1660 tile_width = intel_tile_width_bytes(fb, color_plane); in intel_fb_stride_alignment()