Home
last modified time | relevance | path

Searched refs:opp_count (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/devfreq/
H A Dimx8m-ddrc.c335 int i, opp_count; in imx8m_ddrc_check_opps() local
338 opp_count = dev_pm_opp_get_opp_count(dev); in imx8m_ddrc_check_opps()
339 if (opp_count < 0) in imx8m_ddrc_check_opps()
340 return opp_count; in imx8m_ddrc_check_opps()
341 for (i = 0, freq = 0; i < opp_count; ++i, ++freq) { in imx8m_ddrc_check_opps()
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c165 int opp_count; member
294 for (i = dmc->opp_count - 1; i >= 0; i--) in find_target_freq_idx()
354 dmc->opp_count = dev_pm_opp_get_opp_count(dev); in exynos5_init_freq_table()
356 dmc->opp = devm_kmalloc_array(dev, dmc->opp_count, in exynos5_init_freq_table()
361 idx = dmc->opp_count - 1; in exynos5_init_freq_table()
362 for (i = 0, freq = ULONG_MAX; i < dmc->opp_count; i++, freq--) { in exynos5_init_freq_table()
421 for (idx = dmc->opp_count - 1; idx >= 0; idx--) in exynos5_dram_change_timings()
1020 aligned_freq = dmc->opp[dmc->opp_count - 1].freq_hz; in exynos5_dmc_align_init_freq()
1221 for (idx = 0; idx < dmc->opp_count; idx++) { in of_get_dram_timings()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn20/
H A Ddcn20_optc.c178 optc1->opp_count = 1; in optc2_set_odm_bypass()
217 optc1->opp_count = opp_cnt; in optc2_set_odm_combine()
426 (h_blank_start - 200 - 1) / optc1->opp_count, in optc2_lock_doublebuffer_enable()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn30/
H A Ddcn30_optc.c215 optc1->opp_count = 1; in optc3_set_odm_bypass()
271 optc1->opp_count = opp_cnt; in optc3_set_odm_combine()
/linux/drivers/firmware/
H A Darm_scpi.c305 u8 opp_count; member
633 if (!buf.opp_count) in scpi_dvfs_get_info()
640 info->count = buf.opp_count; in scpi_dvfs_get_info()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1118 unsigned int opp_count = 1; in get_odm_config() local
1132 opp_instances[opp_count] = odm_pipe->stream_res.opp->inst; in get_odm_config()
1133 opp_count++; in get_odm_config()
1136 return opp_count; in get_odm_config()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c408 unsigned int opp_count = 1; in get_odm_config() local
422 opp_instances[opp_count] = odm_pipe->stream_res.opp->inst; in get_odm_config()
423 opp_count++; in get_odm_config()
426 return opp_count; in get_odm_config()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn35/
H A Ddcn35_optc.c109 optc1->opp_count = opp_cnt; in optc35_set_odm_combine()
/linux/rust/kernel/
H A Dopp.rs714 pub fn opp_count(&self) -> Result<u32> { in opp_count() method
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2162 int opp_count = dc->res_pool->res_cap->num_opp; in hwss_wait_for_outstanding_hw_updates() local
2187 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) { in hwss_wait_for_outstanding_hw_updates()