Home
last modified time | relevance | path

Searched refs:total_us (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/
Ddsi.c548 u32 setup_us, trans_us, total_us; in dsi_perf_show() local
565 total_us = setup_us + trans_us; in dsi_perf_show()
573 total_us, in dsi_perf_show()
574 1000 * 1000 / total_us, in dsi_perf_show()
576 total_bytes * 1000 / total_us); in dsi_perf_show()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c553 u32 setup_us, trans_us, total_us; in dsi_perf_show() local
570 total_us = setup_us + trans_us; in dsi_perf_show()
579 total_us, in dsi_perf_show()
580 1000*1000 / total_us, in dsi_perf_show()
582 total_bytes * 1000 / total_us); in dsi_perf_show()