Home
last modified time | relevance | path

Searched refs:hw_cfg (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.c204 static int get_dsi_id_from_intf(const struct mdp5_cfg_hw *hw_cfg, int intf_num) in get_dsi_id_from_intf() argument
206 const enum mdp5_intf_type *intfs = hw_cfg->intf.connect; in get_dsi_id_from_intf()
207 const int intf_cnt = ARRAY_SIZE(hw_cfg->intf.connect); in get_dsi_id_from_intf()
226 const struct mdp5_cfg_hw *hw_cfg = in modeset_init_intf() local
228 enum mdp5_intf_type intf_type = hw_cfg->intf.connect[intf_num]; in modeset_init_intf()
277 int dsi_id = get_dsi_id_from_intf(hw_cfg, intf_num); in modeset_init_intf()
335 const struct mdp5_cfg_hw *hw_cfg; in modeset_init() local
338 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); in modeset_init()
341 for (i = 0; i < hw_cfg->pipe_rgb.count; i++) { in modeset_init()
346 hw_cfg->pipe_rgb.base[i], hw_cfg->pipe_rgb.caps); in modeset_init()
[all …]
Dmdp5_crtc.c200 const struct mdp5_cfg_hw *hw_cfg; in blend_setup() local
210 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); in blend_setup()
380 const struct mdp5_cfg_hw *hw_cfg; in mdp5_crtc_atomic_check() local
405 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); in mdp5_crtc_atomic_check()
407 if ((cnt + base) >= hw_cfg->lm.nb_stages) { in mdp5_crtc_atomic_check()
Dmdp5_ctl.c650 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init() local
652 const struct mdp5_ctl_block *ctl_cfg = &hw_cfg->ctl; in mdp5_ctlm_init()
672 ctl_mgr->nlm = hw_cfg->lm.count; in mdp5_ctlm_init()
/drivers/net/ethernet/atheros/alx/
Dhw.c853 u32 cfg, hw_cfg; in alx_phy_configured() local
857 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()