Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
A Daxi-fan-control.c122 u32 new_width; in axi_fan_control_set_pwm_duty() local
125 new_width = DIV_ROUND_CLOSEST(__val * pwm_period, SYSFS_PWM_MAX); in axi_fan_control_set_pwm_duty()
127 axi_iowrite(new_width, ADI_REG_PWM_WIDTH, ctl); in axi_fan_control_set_pwm_duty()
/linux/tools/perf/util/
A 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/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c1921 int new_width; in dcn20_split_stream_for_odm() local
1929 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm()
1931 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1933 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1934 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
1941 if (new_width <= 16) in dcn20_split_stream_for_odm()
1943 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm()
1945 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1947 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1948 sd->recout.width = new_width; in dcn20_split_stream_for_odm()

Completed in 15 milliseconds