Home
last modified time | relevance | path

Searched refs:wr_bandwidth (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_reg.c241 uint32_t rd_bandwidth, wr_bandwidth, cycle_cnt; in rve_get_monitor_info() local
250 wr_bandwidth = rve_read(RVE_SWCFG38_MONITOR_INFO4, scheduler); in rve_get_monitor_info()
261 pid_info[i].last_job_wr_bandwidth = wr_bandwidth; in rve_get_monitor_info()
269 rd_bandwidth, wr_bandwidth, cycle_cnt); in rve_get_monitor_info()
272 scheduler->session.wr_bandwidth += wr_bandwidth; in rve_get_monitor_info()
H A Drve_debugger.c198 uint32_t rd_bandwidth, wr_bandwidth, cycle_cnt; in rve_scheduler_show() local
211 wr_bandwidth = scheduler->session.wr_bandwidth; in rve_scheduler_show()
221 rd_bandwidth, wr_bandwidth); in rve_scheduler_show()
H A Drve_drv.c71 scheduler->session.wr_bandwidth = 0; in hrtimer_handler()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h181 uint32_t wr_bandwidth; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h541 float wr_bandwidth; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calc_auto.c1923 v->wr_bandwidth = 0.0; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1926 …v->wr_bandwidth = v->wr_bandwidth + v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]… in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1929 …v->wr_bandwidth = v->wr_bandwidth + v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]… in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1932 v->max_used_bw = v->max_rd_bandwidth + v->wr_bandwidth; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()