Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c464 int max_stride_bytes; in skl_plane_max_stride() local
472 max_stride_bytes = 131072; in skl_plane_max_stride()
482 max_stride_bytes = 32768; in skl_plane_max_stride()
486 return min(max_horizontal_pixels, max_stride_bytes / cpp); in skl_plane_max_stride()
488 return min(max_horizontal_pixels * cpp, max_stride_bytes); in skl_plane_max_stride()