Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c496 int max_stride_bytes; in skl_plane_max_stride() local
504 max_stride_bytes = 131072; in skl_plane_max_stride()
514 max_stride_bytes = 32768; in skl_plane_max_stride()
518 return min(max_horizontal_pixels, max_stride_bytes / cpp); in skl_plane_max_stride()
520 return min(max_horizontal_pixels * cpp, max_stride_bytes); in skl_plane_max_stride()