Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_dp.h177 u32 intel_dp_dsc_nearest_valid_bpp(struct intel_display *display, u32 bpp, u32 pipe_bpp);
Dintel_dp_mst.c457 max_compressed_bpp = intel_dp_dsc_nearest_valid_bpp(display, max_compressed_bpp, in mst_stream_dsc_compute_link_config()
459 min_compressed_bpp = intel_dp_dsc_nearest_valid_bpp(display, min_compressed_bpp, in mst_stream_dsc_compute_link_config()
Dintel_dp.c849 u32 intel_dp_dsc_nearest_valid_bpp(struct intel_display *display, u32 bpp, u32 pipe_bpp) in intel_dp_dsc_nearest_valid_bpp() function
1009 bits_per_pixel = intel_dp_dsc_nearest_valid_bpp(display, bits_per_pixel, pipe_bpp); in intel_dp_dsc_get_max_compressed_bpp()