Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h122 __field(u8, max_bpc)
142 __entry->max_bpc = state->max_bpc;
156 __entry->max_requested_bpc, __entry->max_bpc)
Damdgpu_dm.c6479 int max_bpc = conn_state->max_requested_bpc; in dm_encoder_helper_atomic_check() local
6484 max_bpc); in dm_encoder_helper_atomic_check()
6988 aconnector->base.state->max_bpc = (connector_type == DRM_MODE_CONNECTOR_eDP) ? 16 : 8; in amdgpu_dm_connector_init_helper()
6989 aconnector->base.state->max_requested_bpc = aconnector->base.state->max_bpc; in amdgpu_dm_connector_init_helper()
/Linux-v6.1/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c2667 u8 max_bpc = conn_state->max_requested_bpc; in dw_hdmi_bridge_atomic_get_output_bus_fmts() local
2698 if (max_bpc >= 16 && info->bpc == 16 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2702 if (max_bpc >= 12 && info->bpc >= 12 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2706 if (max_bpc >= 10 && info->bpc >= 10 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2726 if (max_bpc >= 16 && info->bpc == 16) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2733 if (max_bpc >= 12 && info->bpc >= 12) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2743 if (max_bpc >= 10 && info->bpc >= 10) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_atomic.c461 state->max_bpc = info->bpc ? info->bpc : 8; in drm_atomic_connector_check()
463 state->max_bpc = min(state->max_bpc, state->max_requested_bpc); in drm_atomic_connector_check()
Ddrm_connector.c2218 connector->state->max_bpc = max; in drm_connector_attach_max_bpc_property()
/Linux-v6.1/include/drm/
Ddrm_connector.h848 u8 max_bpc; member
/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_hdmi.c554 new_state->base.max_bpc = 8; in vc4_hdmi_connector_reset()
1871 unsigned int max_bpc = clamp_t(unsigned int, conn_state->max_bpc, 8, 12); in vc4_hdmi_encoder_compute_config() local
1875 for (bpc = max_bpc; bpc >= 8; bpc -= 2) { in vc4_hdmi_encoder_compute_config()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_modeset_setup.c134 conn_state->max_bpc = (crtc_state->pipe_bpp ?: 24) / 3; in intel_modeset_update_connector_atomic_state()
Dintel_dp.c1231 if (intel_dp->dfp.max_bpc) in intel_dp_max_bpp()
1232 bpc = min_t(int, bpc, intel_dp->dfp.max_bpc); in intel_dp_max_bpp()
4499 intel_dp->dfp.max_bpc = in intel_dp_update_dfp()
4523 intel_dp->dfp.max_bpc, in intel_dp_update_dfp()
4632 intel_dp->dfp.max_bpc = 0; in intel_dp_unset_edid()
Dintel_display_types.h1706 u8 max_bpc; member
Dintel_display.c4919 switch (conn_state->max_bpc) { in compute_sink_pipe_bpp()
4933 MISSING_CASE(conn_state->max_bpc); in compute_sink_pipe_bpp()