/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/ |
D | hdmi_hal_ncts.c | 77 hi_u32 hal_hdmi_n_value_get(hi_u32 sample_rate, hi_u32 tmds_clk) in hal_hdmi_n_value_get() argument 84 if ((audio_cts_n->audio_smp_rate == sample_rate) && (audio_cts_n->tmds_clk == tmds_clk)) { in hal_hdmi_n_value_get() 88 (audio_cts_n->tmds_clk >= (tmds_clk - NCTS_TMDS_DEVIATION)) && in hal_hdmi_n_value_get() 89 (audio_cts_n->tmds_clk <= (tmds_clk + NCTS_TMDS_DEVIATION))) { in hal_hdmi_n_value_get() 92 } else if ((audio_cts_n->audio_smp_rate == sample_rate) && (audio_cts_n->tmds_clk == 0)) { in hal_hdmi_n_value_get() 101 hi_u32 hal_hdmi_cts_value_get(hi_u32 sample_rate, hi_u32 tmds_clk) in hal_hdmi_cts_value_get() argument 109 if ((audio_cts_n->audio_smp_rate == sample_rate) && (audio_cts_n->tmds_clk == tmds_clk)) { in hal_hdmi_cts_value_get() 114 (audio_cts_n->tmds_clk >= (tmds_clk - NCTS_TMDS_DEVIATION)) && in hal_hdmi_cts_value_get() 115 (audio_cts_n->tmds_clk <= (tmds_clk + NCTS_TMDS_DEVIATION))) { in hal_hdmi_cts_value_get() 119 } else if ((audio_cts_n->audio_smp_rate == sample_rate) && (audio_cts_n->tmds_clk == 0)) { in hal_hdmi_cts_value_get() [all …]
|
D | hdmi_hal_ncts.h | 25 hi_u32 tmds_clk; member 30 hi_u32 hal_hdmi_n_value_get(hi_u32 sample_rate, hi_u32 tmds_clk); 32 hi_u32 hal_hdmi_cts_value_get(hi_u32 sample_rate, hi_u32 tmds_clk);
|
D | hdmi_hal_intf.c | 203 hal_cfg->tmds_clk = video_cfg->tmds_clk; in hal_hdmi_video_path_set() 233 video_path.out_tmds_clk = video_cfg->tmds_clk; in hal_hdmi_video_path_set() 266 static hi_s32 hal_hdmi_phy_hw_spec_set(const struct hdmi_hal_ *hal, hi_u32 tmds_clk, const hdmi_hw_… in hal_hdmi_phy_hw_spec_set() argument 272 ret = hal_hdmi_phy_params_set(tmds_clk, hw_spec); in hal_hdmi_phy_hw_spec_set() 274 hi_unused(tmds_clk); in hal_hdmi_phy_hw_spec_set() 338 cfg.tmds_clk = phy_cfg->tmds_clk; in hal_hdmi_phy_set() 549 audio_path.pixel_clk = audio_cfg->tmds_clk; in hal_hdmi_audio_path_set()
|
D | hdmi_hal_intf.h | 29 hi_u32 tmds_clk; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/phy/hisiv100/ |
D | hdmi_hal_phy.c | 868 static phy_hwspec_enhance_cfg *phy_hw_enhance_spec_data_get(hi_u32 tmds_clk, hdmi_trace_len trace_l… in phy_hw_enhance_spec_data_get() argument 906 …if ((tmds_clk >= phy_hw_enhance_spec->range.clk_min) && (tmds_clk <= phy_hw_enhance_spec->range.cl… in phy_hw_enhance_spec_data_get() 935 static hi_void phy_user_enhance_param_set(hi_u32 tmds_clk, phy_hwspec_enhance_cfg *phy_spec_cfg) in phy_user_enhance_param_set() argument 943 if ((tmds_clk >= hw_spec->range.clk_min) && (tmds_clk <= hw_spec->range.clk_max)) { in phy_user_enhance_param_set() 1045 static phy_hw_spec_cfg *phy_hw_spec_data_get(hi_u32 tmds_clk, hdmi_trace_len trace_len) in phy_hw_spec_data_get() argument 1063 …if ((tmds_clk >= spec->phy_tmds_clk_range.clk_min) && (tmds_clk <= spec->phy_tmds_clk_range.clk_ma… in phy_hw_spec_data_get() 1071 static hi_void phy_user_param_set(hi_u32 tmds_clk, phy_hw_spec_cfg *phy_spec_cfg) in phy_user_param_set() argument 1079 …if ((tmds_clk >= hw_spec->phy_tmds_clk_range.clk_min) && (tmds_clk <= hw_spec->phy_tmds_clk_range.… in phy_user_param_set() 1105 … if ((hdmi_spec_cfg->tmds_clk >= TMDS_CLOCK_25M) && (hdmi_spec_cfg->tmds_clk <= TMDS_CLOCK_100M)) { in hal_hdmi_phy_spec_regs_set() 1114 …} else if ((hdmi_spec_cfg->tmds_clk > TMDS_CLOCK_100M) && (hdmi_spec_cfg->tmds_clk <= TMDS_CLOCK_1… in hal_hdmi_phy_spec_regs_set() [all …]
|
D | hdmi_hal_phy.h | 57 hi_u32 tmds_clk; /* TMDS colck, in k_hz */ member 140 hi_u32 tmds_clk; /* TMDS colck, in k_hz */ member 147 hi_u32 tmds_clk; /* TMDS colck, in k_hz */ member 195 hi_s32 hal_hdmi_phy_params_set(hi_u32 tmds_clk, const hdmi_hw_spec *hw_spec);
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/vout/hdmi_tx/ |
D | hdmi_common.h | 342 unsigned int tmds_clk; /* Unit: 1000 */ member 415 enum hdmi_color_depth cd, unsigned int tmds_clk); 589 unsigned int tmds_clk; member 640 unsigned short tmds_clk; /* Value = Pixel clock ?? 10,000 */ member
|
D | hdmi_tx_module.h | 185 unsigned int tmds_clk; member 191 unsigned int tmds_clk; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
D | drv_hdmi_frl.h | 123 hi_u32 tmds_clk; member
|
D | drv_hdmi_common.h | 430 hi_u32 tmds_clk; member 845 hi_u32 tmds_clk; member 862 hi_u32 tmds_clk; member 1329 hi_u32 tmds_clk; /* TMDS colck,in k_hz */ member
|
D | drv_hdmi_frl.c | 180 phy_cfg.tmds_clk = vo_attr->hdmi_adapt_pix_clk; in frl_phy_set() 388 curr_frl_info->tmds_clk = vo_attr->hdmi_adapt_pix_clk; in frl_check_format() 524 phy_cfg.tmds_clk = vo_attr->hdmi_adapt_pix_clk; in frl_train_exception() 529 if (phy_cfg.tmds_clk > HDMI_EDID_MAX_HDMI20_TMDS_RATE) { in frl_train_exception() 1141 curr_frl_info->tmds_clk = vo_attr->hdmi_adapt_pix_clk; in dfm_calculate()
|
D | drv_hdmi_intf.c | 510 vo_attr->tmds_clk = 516 hdmi_multiple_2p0(vo_attr->tmds_clk); 519 hdmi_multiple_1p5(vo_attr->tmds_clk); 522 hdmi_multiple_1p25(vo_attr->tmds_clk); 637 if (vo_attr->tmds_clk > HDMI_EDID_MAX_HDMI20_TMDS_RATE) { 638 vo_attr->hdmi_adapt_pix_clk = vo_attr->tmds_clk; 1874 audio_cfg.tmds_clk = video_attr->hdmi_adapt_pix_clk; 2001 video_cfg->tmds_clk = vo_attr->hdmi_adapt_pix_clk; 2056 phy_cfg.tmds_clk = vo_attr->hdmi_adapt_pix_clk; 3298 hi_u32 tmds_clk; local [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ |
D | hdmi_hal.h | 90 …hi_s32 (*hal_hdmi_phy_hw_spec_set)(const struct hdmi_hal_ *hdmi_hal, hi_u32 tmds_clk, const hdmi_…
|