Home
last modified time | relevance | path

Searched refs:output_bpc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi_qp-rockchip.c144 s->output_bpc == conn_state->hdmi.output_bpc) in dw_hdmi_qp_rockchip_encoder_atomic_check()
148 phy_cfg.hdmi.bpc = conn_state->hdmi.output_bpc; in dw_hdmi_qp_rockchip_encoder_atomic_check()
155 s->output_bpc = conn_state->hdmi.output_bpc; in dw_hdmi_qp_rockchip_encoder_atomic_check()
387 if (state->output_bpc == 10) in dw_hdmi_qp_rk3576_enc_init()
400 if (state->output_bpc == 10) in dw_hdmi_qp_rk3588_enc_init()
H A Drockchip_drm_vop.c1382 int dither_bpc = s->output_bpc ? s->output_bpc : 10; in vop_crtc_atomic_enable()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_translation_helper.c789 unsigned int output_bpc; in populate_dml_output_cfg_from_stream_state() local
817 output_bpc = 6; in populate_dml_output_cfg_from_stream_state()
820 output_bpc = 8; in populate_dml_output_cfg_from_stream_state()
823 output_bpc = 10; in populate_dml_output_cfg_from_stream_state()
826 output_bpc = 12; in populate_dml_output_cfg_from_stream_state()
829 output_bpc = 14; in populate_dml_output_cfg_from_stream_state()
832 output_bpc = 16; in populate_dml_output_cfg_from_stream_state()
835 output_bpc = 9; in populate_dml_output_cfg_from_stream_state()
838 output_bpc = 11; in populate_dml_output_cfg_from_stream_state()
841 output_bpc = 8; in populate_dml_output_cfg_from_stream_state()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1354 int output_bpc; in dcn20_populate_dml_pipes_from_context() local
1475 output_bpc = 6; in dcn20_populate_dml_pipes_from_context()
1478 output_bpc = 8; in dcn20_populate_dml_pipes_from_context()
1481 output_bpc = 10; in dcn20_populate_dml_pipes_from_context()
1484 output_bpc = 12; in dcn20_populate_dml_pipes_from_context()
1487 output_bpc = 14; in dcn20_populate_dml_pipes_from_context()
1490 output_bpc = 16; in dcn20_populate_dml_pipes_from_context()
1493 output_bpc = 9; in dcn20_populate_dml_pipes_from_context()
1496 output_bpc = 11; in dcn20_populate_dml_pipes_from_context()
1499 output_bpc = 8; in dcn20_populate_dml_pipes_from_context()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h481 unsigned int output_bpc; member
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c771 conn_state->hdmi.tmds_char_rate, conn_state->hdmi.output_bpc); in dw_hdmi_qp_bridge_atomic_enable()