Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dp.c873 u32 max_bpp_small_joiner_ram; in get_max_compressed_bpp_with_joiner() local
876 max_bpp_small_joiner_ram = small_joiner_ram_size_bits(i915) / mode_hdisplay; in get_max_compressed_bpp_with_joiner()
886 max_bpp_small_joiner_ram *= 2; in get_max_compressed_bpp_with_joiner()
888 return min(max_bpp_small_joiner_ram, max_bpp_bigjoiner); in get_max_compressed_bpp_with_joiner()
891 return max_bpp_small_joiner_ram; in get_max_compressed_bpp_with_joiner()