Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c470 int max_stride_bytes; in skl_plane_max_stride() local
478 max_stride_bytes = 131072; in skl_plane_max_stride()
488 max_stride_bytes = 32768; in skl_plane_max_stride()
492 return min(max_horizontal_pixels, max_stride_bytes / cpp); in skl_plane_max_stride()
494 return min(max_horizontal_pixels * cpp, max_stride_bytes); in skl_plane_max_stride()