Searched refs:max_bpc (Results 1 – 8 of 8) sorted by relevance
2548 u8 max_bpc = conn_state->max_requested_bpc; in dw_hdmi_bridge_atomic_get_output_bus_fmts() local2578 if (max_bpc >= 16 && info->bpc == 16 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()2582 if (max_bpc >= 12 && info->bpc >= 12 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()2586 if (max_bpc >= 10 && info->bpc >= 10 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()2603 if (max_bpc >= 16 && info->bpc == 16) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()2610 if (max_bpc >= 12 && info->bpc >= 12) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()2620 if (max_bpc >= 10 && info->bpc >= 10) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
410 state->max_bpc = info->bpc ? info->bpc : 8; in drm_atomic_connector_check()412 state->max_bpc = min(state->max_bpc, state->max_requested_bpc); in drm_atomic_connector_check()
2140 connector->state->max_bpc = max; in drm_connector_attach_max_bpc_property()
733 u8 max_bpc; member
1381 u8 max_bpc; member
2035 if (intel_dp->dfp.max_bpc) in intel_dp_max_bpp()2036 bpc = min_t(int, bpc, intel_dp->dfp.max_bpc); in intel_dp_max_bpp()6175 intel_dp->dfp.max_bpc = in intel_dp_update_dfp()6195 intel_dp->dfp.max_bpc, in intel_dp_update_dfp()6283 intel_dp->dfp.max_bpc = 0; in intel_dp_unset_edid()
12871 switch (conn_state->max_bpc) { in compute_sink_pipe_bpp()12885 MISSING_CASE(conn_state->max_bpc); in compute_sink_pipe_bpp()
5622 int max_bpc = conn_state->max_requested_bpc; in dm_encoder_helper_atomic_check() local5627 max_bpc); in dm_encoder_helper_atomic_check()6431 aconnector->base.state->max_bpc = (connector_type == DRM_MODE_CONNECTOR_eDP) ? 16 : 8; in amdgpu_dm_connector_init_helper()6432 aconnector->base.state->max_requested_bpc = aconnector->base.state->max_bpc; in amdgpu_dm_connector_init_helper()