Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_atomic.c410 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()
H A Ddrm_connector.c2140 connector->state->max_bpc = max; in drm_connector_attach_max_bpc_property()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_connector.h786 u8 max_bpc; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3662 u8 max_bpc = conn_state->max_requested_bpc; in dw_hdmi_bridge_atomic_get_output_bus_fmts() local
3693 if (max_bpc >= 16 && info->bpc == 16 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3697 if (max_bpc >= 12 && info->bpc >= 12 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3701 if (max_bpc >= 10 && info->bpc >= 10 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3721 if (max_bpc >= 16 && info->bpc == 16) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3728 if (max_bpc >= 12 && info->bpc >= 12) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3738 if (max_bpc >= 10 && info->bpc >= 10) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1381 u8 max_bpc; member
H A Dintel_dp.c2045 if (intel_dp->dfp.max_bpc) in intel_dp_max_bpp()
2046 bpc = min_t(int, bpc, intel_dp->dfp.max_bpc); in intel_dp_max_bpp()
6200 intel_dp->dfp.max_bpc = in intel_dp_update_dfp()
6220 intel_dp->dfp.max_bpc, in intel_dp_update_dfp()
6308 intel_dp->dfp.max_bpc = 0; in intel_dp_unset_edid()
H A Dintel_display.c12870 switch (conn_state->max_bpc) { in compute_sink_pipe_bpp()
12884 MISSING_CASE(conn_state->max_bpc); in compute_sink_pipe_bpp()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5741 int max_bpc = conn_state->max_requested_bpc; in dm_encoder_helper_atomic_check() local
5746 max_bpc); in dm_encoder_helper_atomic_check()
6553 aconnector->base.state->max_bpc = (connector_type == DRM_MODE_CONNECTOR_eDP) ? 16 : 8; in amdgpu_dm_connector_init_helper()
6554 aconnector->base.state->max_requested_bpc = aconnector->base.state->max_bpc; in amdgpu_dm_connector_init_helper()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c3272 if (fmt->bpc > conn_state->max_bpc) in dw_dp_bridge_atomic_get_output_bus_fmts()