Home
last modified time | relevance | path

Searched refs:dsc_mode (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_stream_encoder.c276 enum optc_dsc_mode dsc_mode, in enc2_dp_set_dsc_config() argument
283 DP_DSC_MODE, dsc_mode, in enc2_dp_set_dsc_config()
350 REG_GET(DP_DSC_CNTL, DP_DSC_MODE, &s->dsc_mode); in enc2_read_state()
351 if (s->dsc_mode) { in enc2_read_state()
H A Ddcn20_optc.c193 enum optc_dsc_mode dsc_mode, in optc2_set_dsc_config() argument
200 OPTC_DSC_MODE, dsc_mode); in optc2_set_dsc_config()
410 OTG_CRC_DSC_MODE, params->dsc_mode, in optc2_configure_crc()
H A Ddcn20_optc.h95 enum optc_dsc_mode dsc_mode,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h114 uint32_t dsc_mode; // DISABLED 0; 1 or 2 indicate enabled state. member
226 enum optc_dsc_mode dsc_mode,
H A Dtiming_generator.h130 uint8_t dsc_mode; member
281 enum optc_dsc_mode dsc_mode,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.c321 enum optc_dsc_mode dsc_mode, in enc3_dp_set_dsc_config() argument
328 DP_DSC_MODE, dsc_mode, in enc3_dp_set_dsc_config()
407 REG_GET(DP_DSC_CNTL, DP_DSC_MODE, &s->dsc_mode); in enc3_read_state()
408 if (s->dsc_mode) { in enc3_read_state()
H A Ddcn30_optc.c169 enum optc_dsc_mode dsc_mode, in optc3_set_dsc_config() argument
175 optc2_set_dsc_config(optc, dsc_mode, dsc_bytes_per_pixel, in optc3_set_dsc_config()
H A Ddcn30_optc.h336 enum optc_dsc_mode dsc_mode,
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c448 hdmi->link_cfg.dsc_mode = false; in hdmi_select_link_config()
472 hdmi->link_cfg.dsc_mode = true; in hdmi_select_link_config()
476 hdmi->link_cfg.dsc_mode = false; in hdmi_select_link_config()
1126 if (hdmi->link_cfg.dsc_mode) { in rk3588_set_link_mode()
1169 if (hdmi->link_cfg.dsc_mode) in rk3588_set_color_format()
H A Ddw_hdmi_qp.c762 if (!link_cfg->dsc_mode) { in hdmi_config_CVTEM()
/OK3568_Linux_fs/u-boot/include/linux/
H A Ddw_hdmi.h154 bool dsc_mode; member
/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Ddw_hdmi.h136 bool dsc_mode; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c865 hdmi->link_cfg.dsc_mode = false; in hdmi_select_link_config()
888 hdmi->link_cfg.dsc_mode = true; in hdmi_select_link_config()
892 hdmi->link_cfg.dsc_mode = false; in hdmi_select_link_config()
1822 if (hdmi->link_cfg.dsc_mode) { in rk3588_set_link_mode()
1865 if (hdmi->link_cfg.dsc_mode) in rk3588_set_color_format()
3011 if (hdmi->link_cfg.dsc_mode) in dw_hdmi_rockchip_encoder_mode_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c373 param.dsc_mode = pipe->stream->timing.flags.DSC ? 1:0; in dc_stream_configure_crc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1517 if (!link_cfg->dsc_mode) { in hdmi_config_CVTEM()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c420 s.dsc_mode, in dcn10_log_hw_state()