Home
last modified time | relevance | path

Searched refs:min_dcfclk_khz (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h634 int *min_dcfclk_khz,
646 int min_dcfclk_khz,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1316 int min_fclk_khz, min_dcfclk_khz, socclk_khz; in dcn10_resource_construct() local
1539 dc, &min_fclk_khz, &min_dcfclk_khz, &socclk_khz); in dcn10_resource_construct()
1542 dc, min_fclk_khz, min_dcfclk_khz, socclk_khz); in dcn10_resource_construct()
H A Ddcn10_hw_sequencer.c3052 int min_fclk_khz, min_dcfclk_khz, socclk_khz; in dcn10_prepare_bandwidth() local
3074 dc, &min_fclk_khz, &min_dcfclk_khz, &socclk_khz); in dcn10_prepare_bandwidth()
3077 dc, min_fclk_khz, min_dcfclk_khz, socclk_khz); in dcn10_prepare_bandwidth()
3090 int min_fclk_khz, min_dcfclk_khz, socclk_khz; in dcn10_optimize_bandwidth() local
3113 dc, &min_fclk_khz, &min_dcfclk_khz, &socclk_khz); in dcn10_optimize_bandwidth()
3116 dc, min_fclk_khz, min_dcfclk_khz, socclk_khz); in dcn10_optimize_bandwidth()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1492 int *min_dcfclk_khz, in dcn_get_soc_clks()
1496 *min_dcfclk_khz = dc->dcn_soc->dcfclkv_min0p65 * 1000; in dcn_get_soc_clks()
1503 int min_dcfclk_khz, in dcn_bw_notify_pplib_of_wm_ranges()
1526 ranges.reader_wm_sets[0].min_drain_clk_mhz = min_dcfclk_khz / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1489 dcn_get_soc_clks( struct dc *dc, int *min_fclk_khz, int *min_dcfclk_khz, int *socclk_khz) dcn_get_soc_clks() argument
1500 dcn_bw_notify_pplib_of_wm_ranges( struct dc *dc, int min_fclk_khz, int min_dcfclk_khz, int socclk_khz) dcn_bw_notify_pplib_of_wm_ranges() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c1548 int min_fclk_khz, min_dcfclk_khz, socclk_khz; in dcn_bw_notify_pplib_of_wm_ranges() local
1558 min_dcfclk_khz = dc->dcn_soc->dcfclkv_min0p65 * 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1573 ranges.reader_wm_sets[0].min_drain_clk_mhz = min_dcfclk_khz / 1000; in dcn_bw_notify_pplib_of_wm_ranges()

Completed in 13 milliseconds