Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Daxi-fan-control.c80 u32 new_width; in axi_fan_control_set_pwm_duty() local
83 new_width = DIV_ROUND_CLOSEST(__val * pwm_period, SYSFS_PWM_MAX); in axi_fan_control_set_pwm_duty()
85 axi_iowrite(new_width, ADI_REG_PWM_WIDTH, ctl); in axi_fan_control_set_pwm_duty()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Rotate.c365 int new_width = 0; in xf86CrtcRotate() local
393 new_width = 0; in xf86CrtcRotate()
476 new_width = new_filter->width; in xf86CrtcRotate()
490 crtc->filter_width = new_width; in xf86CrtcRotate()
/OK3568_Linux_fs/kernel/tools/perf/util/
H 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()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c637 int new_width, new_height; in rrCheckPixmapBounding() local
701 new_width = newsize->x2; in rrCheckPixmapBounding()
704 if (new_width < screen_pixmap->drawable.width) in rrCheckPixmapBounding()
705 new_width = screen_pixmap->drawable.width; in rrCheckPixmapBounding()
710 if (new_width <= screen_pixmap->drawable.width && in rrCheckPixmapBounding()
713 pScrPriv->rrScreenSetSize(pScreen, new_width, new_height, 0, 0); in rrCheckPixmapBounding()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1893 int new_width; in dcn20_split_stream_for_odm() local
1901 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm()
1903 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1905 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1906 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
1913 if (new_width <= 16) in dcn20_split_stream_for_odm()
1915 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm()
1917 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1919 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1920 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch1218 + JDIMENSION new_width, JDIMENSION new_height)
1365 + new_value = new_width; /* ExifImageWidth Tag */