Home
last modified time | relevance | path

Searched refs:total_height (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsvghelper.c40 static u64 total_height; variable
107 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg()
110 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg()
674 total_height, color, color, color, thickness); in svg_time_grid()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsvghelper.c40 static u64 total_height; variable
107 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg()
110 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg()
674 total_height, color, color, color, thickness); in svg_time_grid()
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
H A Dltdc.c535 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
592 total_height = accum_act_h + vm.vfront_porch; in ltdc_crtc_mode_set_nofb()
625 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/
H A Dltdc.c900 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
963 total_height = mode->vtotal - 1; in ltdc_crtc_mode_set_nofb()
996 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()

Completed in 8 milliseconds