Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c4375 int target_pipe_bpp; in compute_sink_pipe_bpp() local
4382 target_pipe_bpp = bpc_to_bpp(conn_state->max_bpc); in compute_sink_pipe_bpp()
4383 if (target_pipe_bpp < 0) in compute_sink_pipe_bpp()
4384 return target_pipe_bpp; in compute_sink_pipe_bpp()
4392 if (target_pipe_bpp < crtc_state->pipe_bpp) { in compute_sink_pipe_bpp()
4397 target_pipe_bpp, 3 * info->bpc, in compute_sink_pipe_bpp()
4401 crtc_state->pipe_bpp = target_pipe_bpp; in compute_sink_pipe_bpp()