Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c564 u32 setup_us, trans_us, total_us; in dsi_perf_show() local
577 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
578 if (trans_us == 0) in dsi_perf_show()
579 trans_us = 1; in dsi_perf_show()
581 total_us = setup_us + trans_us; in dsi_perf_show()
589 trans_us, in dsi_perf_show()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddsi.c579 u32 setup_us, trans_us, total_us; in dsi_perf_show() local
592 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
593 if (trans_us == 0) in dsi_perf_show()
594 trans_us = 1; in dsi_perf_show()
596 total_us = setup_us + trans_us; in dsi_perf_show()
603 trans_us, in dsi_perf_show()