Lines Matching refs:bpc

308 	u8 bpc;  member
406 int bpc; member
470 u8 bpc; member
1062 dp_state->bpc = 0; in dw_dp_atomic_connector_reset()
1080 cstate->bpc = old_cstate->bpc; in dw_dp_atomic_connector_duplicate_state()
1105 *val = dp_state->bpc; in dw_dp_atomic_connector_get_property()
1112 switch (info->bpc) { in dw_dp_atomic_connector_get_property()
1158 dp_state->bpc = val; in dw_dp_atomic_connector_set_property()
1239 if (!di->bpc) in dw_dp_connector_get_modes()
1240 di->bpc = 8; in dw_dp_connector_get_modes()
1333 if ((dp_new_state->bpc != 0) && (dp_new_state->bpc != 6) && (dp_new_state->bpc != 8) && in dw_dp_connector_atomic_check()
1334 (dp_new_state->bpc != 10)) { in dw_dp_connector_atomic_check()
1335 dev_err(dp->dev, "set invalid bpc:%d\n", dp_new_state->bpc); in dw_dp_connector_atomic_check()
1345 if ((dp_old_state->bpc != dp_new_state->bpc) || in dw_dp_connector_atomic_check()
1347 if ((dp_old_state->bpc == 0) && (dp_new_state->bpc == 0)) in dw_dp_connector_atomic_check()
2051 switch (vsc->bpc) { in dw_dp_vsc_sdp_pack()
2116 vsc.bpc = video->bpc; in dw_dp_send_vsc_sdp()
2214 static int dw_dp_video_set_msa(struct dw_dp *dp, u8 color_format, u8 bpc, in dw_dp_video_set_msa() argument
2238 switch (bpc) { in dw_dp_video_set_msa()
2278 u8 bpc = video->bpc; in dw_dp_video_enable() local
2295 ret = dw_dp_video_set_msa(dp, color_format, bpc, vstart, hstart); in dw_dp_video_enable()
2365 switch (bpc) { in dw_dp_video_enable()
2777 di->bpc = 8; in _dw_dp_loader_protect()
3272 if (fmt->bpc > conn_state->max_bpc) in dw_dp_bridge_atomic_get_output_bus_fmts()
3289 if (dp_state->bpc != 0) { in dw_dp_bridge_atomic_get_output_bus_fmts()
3290 if ((fmt->bpc != dp_state->bpc) || in dw_dp_bridge_atomic_get_output_bus_fmts()
3295 if (dw_dp_is_hdr_eotf(dp->eotf_type) && fmt->bpc < 10) in dw_dp_bridge_atomic_get_output_bus_fmts()
3323 video->bpc = fmt->bpc; in dw_dp_bridge_atomic_check()