Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_trace.h121 __field(u8, max_bpc)
141 __entry->max_bpc = state->max_bpc;
155 __entry->max_requested_bpc, __entry->max_bpc)
A Damdgpu_dm.c7257 int max_bpc = conn_state->max_requested_bpc; in dm_encoder_helper_atomic_check() local
7262 max_bpc); in dm_encoder_helper_atomic_check()
8288 aconnector->base.state->max_bpc = (connector_type == DRM_MODE_CONNECTOR_eDP) ? 16 : 8; in amdgpu_dm_connector_init_helper()
8289 aconnector->base.state->max_requested_bpc = aconnector->base.state->max_bpc; in amdgpu_dm_connector_init_helper()
/linux/drivers/gpu/drm/bridge/synopsys/
A Ddw-hdmi.c2533 u8 max_bpc = conn_state->max_requested_bpc; in dw_hdmi_bridge_atomic_get_output_bus_fmts() local
2563 if (max_bpc >= 16 && info->bpc == 16 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2567 if (max_bpc >= 12 && info->bpc >= 12 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2571 if (max_bpc >= 10 && info->bpc >= 10 && in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2588 if (max_bpc >= 16 && info->bpc == 16) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2595 if (max_bpc >= 12 && info->bpc >= 12) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
2605 if (max_bpc >= 10 && info->bpc >= 10) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
/linux/drivers/gpu/drm/
A Ddrm_atomic.c455 state->max_bpc = info->bpc ? info->bpc : 8; in drm_atomic_connector_check()
457 state->max_bpc = min(state->max_bpc, state->max_requested_bpc); in drm_atomic_connector_check()
A Ddrm_connector.c2191 connector->state->max_bpc = max; in drm_connector_attach_max_bpc_property()
/linux/include/drm/
A Ddrm_connector.h794 u8 max_bpc; member
/linux/drivers/gpu/drm/vc4/
A Dvc4_hdmi.c278 new_state->base.max_bpc = 8; in vc4_hdmi_connector_reset()
811 switch (state->max_bpc) { in vc5_hdmi_set_timings()
1105 if (conn_state->max_bpc == 12) { in vc4_hdmi_encoder_atomic_check()
1108 } else if (conn_state->max_bpc == 10) { in vc4_hdmi_encoder_atomic_check()
/linux/drivers/gpu/drm/i915/display/
A Dintel_dp.c1127 if (intel_dp->dfp.max_bpc) in intel_dp_max_bpp()
1128 bpc = min_t(int, bpc, intel_dp->dfp.max_bpc); in intel_dp_max_bpp()
4167 intel_dp->dfp.max_bpc = in intel_dp_update_dfp()
4191 intel_dp->dfp.max_bpc, in intel_dp_update_dfp()
4295 intel_dp->dfp.max_bpc = 0; in intel_dp_unset_edid()
A Dintel_display_types.h1625 u8 max_bpc; member
A Dintel_display.c6470 conn_state->max_bpc = (crtc_state->pipe_bpp ?: 24) / 3; in intel_modeset_update_connector_atomic_state()
6490 switch (conn_state->max_bpc) { in compute_sink_pipe_bpp()
6504 MISSING_CASE(conn_state->max_bpc); in compute_sink_pipe_bpp()

Completed in 100 milliseconds