Searched refs:hw_cfg (Results 1 – 6 of 6) sorted by relevance
410 const struct mdp5_cfg_hw *hw_cfg = in modeset_init_intf() local729 const struct mdp5_cfg_hw *hw_cfg; in hwpipe_init() local736 hw_cfg->pipe_rgb.base, hw_cfg->pipe_rgb.caps); in hwpipe_init()742 hw_cfg->pipe_vig.base, hw_cfg->pipe_vig.caps); in hwpipe_init()748 hw_cfg->pipe_dma.base, hw_cfg->pipe_dma.caps); in hwpipe_init()754 cursor_planes, hw_cfg->pipe_cursor.base, in hwpipe_init()755 hw_cfg->pipe_cursor.caps); in hwpipe_init()765 const struct mdp5_cfg_hw *hw_cfg; in hwmixer_init() local770 for (i = 0; i < hw_cfg->lm.count; i++) { in hwmixer_init()791 const struct mdp5_cfg_hw *hw_cfg; in interface_init() local[all …]
693 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init() local696 const struct mdp5_ctl_block *ctl_cfg = &hw_cfg->ctl; in mdp5_ctlm_init()716 ctl_mgr->nlm = hw_cfg->lm.count; in mdp5_ctlm_init()745 for (c = 0; c < ARRAY_SIZE(hw_cfg->intf.connect); c++) in mdp5_ctlm_init()746 if (hw_cfg->intf.connect[c] == INTF_DSI) in mdp5_ctlm_init()
697 const struct mdp5_cfg_hw *hw_cfg; in mdp5_crtc_atomic_check() local731 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); in mdp5_crtc_atomic_check()737 if (mode->hdisplay > hw_cfg->lm.max_width) in mdp5_crtc_atomic_check()758 if ((cnt + start - 1) >= hw_cfg->lm.nb_stages) { in mdp5_crtc_atomic_check()766 pstates[i].state->stage = hw_cfg->lm.nb_stages; in mdp5_crtc_atomic_check()
630 struct apm_module_hw_ep_mf_cfg *hw_cfg; in audioreach_codec_dma_set_media_format() local650 hw_cfg = p; in audioreach_codec_dma_set_media_format()651 param_data = &hw_cfg->param_data; in audioreach_codec_dma_set_media_format()657 hw_cfg->mf.sample_rate = cfg->sample_rate; in audioreach_codec_dma_set_media_format()658 hw_cfg->mf.bit_width = cfg->bit_width; in audioreach_codec_dma_set_media_format()659 hw_cfg->mf.num_channels = cfg->num_channels; in audioreach_codec_dma_set_media_format()706 struct apm_module_hw_ep_mf_cfg *hw_cfg; in audioreach_i2s_set_media_format() local747 hw_cfg = p; in audioreach_i2s_set_media_format()748 param_data = &hw_cfg->param_data; in audioreach_i2s_set_media_format()754 hw_cfg->mf.sample_rate = cfg->sample_rate; in audioreach_i2s_set_media_format()[all …]
853 u32 cfg, hw_cfg; in alx_phy_configured() local857 hw_cfg = alx_get_phy_config(hw); in alx_phy_configured()859 if (hw_cfg == ALX_DRV_PHY_UNKNOWN) in alx_phy_configured()862 return cfg == hw_cfg; in alx_phy_configured()
2285 u32 hw_cfg; in hclge_dbg_dump_ptp_info() local2316 ret = hclge_ptp_cfg_qry(hdev, &hw_cfg); in hclge_dbg_dump_ptp_info()2321 sw_cfg, hw_cfg); in hclge_dbg_dump_ptp_info()
Completed in 20 milliseconds