Searched refs:new_width (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | vmware_vga.c | 63 int new_width; member 828 ret = s->new_width ? s->new_width : surface_width(surface); in vmsvga_value_read() 872 if (s->new_width) { in vmsvga_value_read() 873 ret = (s->new_depth * s->new_width) / 8; in vmsvga_value_read() 1017 s->new_width = value; in vmsvga_value_write() 1123 if (s->new_width != surface_width(surface) || in vmsvga_check_size() 1126 int stride = (s->new_depth * s->new_width) / 8; in vmsvga_check_size() 1129 trace_vmware_setmode(s->new_width, s->new_height, s->new_depth); in vmsvga_check_size() 1130 surface = qemu_create_displaysurface_from(s->new_width, s->new_height, in vmsvga_check_size() 1222 VMSTATE_INT32(new_width, struct vmsvga_state_s),
|
/openbmc/linux/drivers/hwmon/ |
H A D | axi-fan-control.c | 122 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()
|
/openbmc/linux/tools/perf/util/ |
H A D | svghelper.c | 87 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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 1498 int new_width; in dcn20_split_stream_for_odm() local 1506 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm() 1508 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm() 1510 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm() 1511 sd->recout.width = new_width; in dcn20_split_stream_for_odm() 1518 if (new_width <= 16) in dcn20_split_stream_for_odm() 1520 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm() 1522 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm() 1524 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm() 1525 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
H A D | support-jpeg-turbo.patch | 1220 + JDIMENSION new_width, JDIMENSION new_height) 1367 + new_value = new_width; /* ExifImageWidth Tag */
|