Searched refs:max_edid_bpp (Results 1 – 1 of 1) sorted by relevance
4376 int max_edid_bpp; in compute_sink_pipe_bpp() local4378 max_edid_bpp = bpc_to_bpp(edid_bpc); in compute_sink_pipe_bpp()4379 if (max_edid_bpp < 0) in compute_sink_pipe_bpp()4380 return max_edid_bpp; in compute_sink_pipe_bpp()4390 crtc_state->max_pipe_bpp = min(crtc_state->pipe_bpp, max_edid_bpp); in compute_sink_pipe_bpp()