Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c179 u32 setup_us, trans_us, total_us; in dsi_perf_show() local
196 total_us = setup_us + trans_us; in dsi_perf_show()
204 total_us, in dsi_perf_show()
205 1000 * 1000 / total_us, in dsi_perf_show()
207 total_bytes * 1000 / total_us); in dsi_perf_show()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A 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()