Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dsvghelper.c87 int new_width; in open_svg() local
102 new_width = (last_time - first_time) / 5000000; in open_svg()
104 if (new_width > svg_page_width) in open_svg()
105 svg_page_width = new_width; in open_svg()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1635 int new_width; in dcn20_split_stream_for_odm() local
1643 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm()
1645 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1647 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1648 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
1655 if (new_width <= 16) in dcn20_split_stream_for_odm()
1657 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm()
1659 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1661 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1662 sd->recout.width = new_width; in dcn20_split_stream_for_odm()