Home
last modified time | relevance | path

Searched refs:trans_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
561 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
562 if (trans_us == 0) in dsi_perf_show()
563 trans_us = 1; in dsi_perf_show()
565 total_us = setup_us + trans_us; in dsi_perf_show()
572 trans_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
566 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
567 if (trans_us == 0) in dsi_perf_show()
568 trans_us = 1; in dsi_perf_show()
570 total_us = setup_us + trans_us; in dsi_perf_show()
578 trans_us, in dsi_perf_show()