Home
last modified time | relevance | path

Searched refs:rd_bandwidth (Results 1 – 4 of 4) 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
249 rd_bandwidth = rve_read(RVE_SWCFG37_MONITOR_INFO3, scheduler); in rve_get_monitor_info()
260 pid_info[i].last_job_rd_bandwidth = rd_bandwidth; in rve_get_monitor_info()
269 rd_bandwidth, wr_bandwidth, cycle_cnt); in rve_get_monitor_info()
271 scheduler->session.rd_bandwidth += rd_bandwidth; in rve_get_monitor_info()
H A Drve_debugger.c198 uint32_t rd_bandwidth, wr_bandwidth, cycle_cnt; in rve_scheduler_show() local
210 rd_bandwidth = scheduler->session.rd_bandwidth; in rve_scheduler_show()
221 rd_bandwidth, wr_bandwidth); in rve_scheduler_show()
H A Drve_drv.c70 scheduler->session.rd_bandwidth = 0; in hrtimer_handler()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h179 uint32_t rd_bandwidth; member