Home
last modified time | relevance | path

Searched refs:vmax (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/modules/freesync/
H A Dfreesync.c94 unsigned int vmax; member
107 unsigned int vmax; member
824 vmax = inserted_frame_v_total; in mod_freesync_handle_v_update()
830 vmin, vmax); in mod_freesync_handle_v_update()
1126 state->freesync_range.vmax); in mod_freesync_override_min_max()
1168 unsigned int *vmax) in mod_freesync_get_vmin_vmax() argument
1181 *vmax = in mod_freesync_get_vmin_vmax()
1442 unsigned int vmin = 0, vmax = 0; in apply_fixed_refresh() local
1460 vmax = vmin; in apply_fixed_refresh()
1462 1, vmin, vmax); in apply_fixed_refresh()
[all …]
/dragonfly/usr.bin/calendar/
H A Dbasics.c248 double vmax = 0.5; /* i.e., 12 hours */ in equation_of_time() local
249 if (fabs(equation) < vmax) in equation_of_time()
252 return (equation > 0) ? vmax : -vmax; in equation_of_time()
/dragonfly/sys/sys/
H A Dmodule.h111 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument
115 vmax \
/dragonfly/sbin/dump/
H A Dmain.c533 numarg(const char *meaning, long vmin, long vmax) in numarg() argument
541 if (val < vmin || (vmax && val > vmax)) in numarg()
542 errx(1, "%s must be between %ld and %ld", meaning, vmin, vmax); in numarg()
/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_dragonfly.c56 os_vmspace_create(vaddr_t vmin, vaddr_t vmax) in os_vmspace_create() argument
60 vm = vmspace_alloc(vmin, vmax); in os_vmspace_create()
H A Dnvmm_netbsd.c39 os_vmspace_create(vaddr_t vmin, vaddr_t vmax) in os_vmspace_create() argument
41 return uvmspace_alloc(vmin, vmax, false); in os_vmspace_create()
/dragonfly/sys/dev/drm/amd/display/modules/inc/
H A Dmod_freesync.h150 unsigned int *vmax);
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_stream.h264 int vmax);
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dhw_sequencer.h186 int vmin, int vmax);
/dragonfly/sys/dev/disk/mpt/
H A Dmpt.h196 #define MPT_PERSONALITY_DEPEND(name, dep, vmin, vpref, vmax) \ argument
197 MODULE_DEPEND(name, dep, vmin, vpref, vmax)
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c192 int vmin, int vmax) in dc_stream_adjust_vmin_vmax() argument
203 dc->hwss.set_drr(&pipe, 1, vmin, vmax); in dc_stream_adjust_vmin_vmax()
/dragonfly/sys/dev/drm/
H A Ddrm_edid.c2319 int vsync, vmin, vmax; in mode_in_vsync_range() local
2324 vmax = t[6]; in mode_in_vsync_range()
2326 vmax += ((t[4] & 0x02) ? 255 : 0); in mode_in_vsync_range()
2329 return (vsync <= vmax && vsync >= vmin); in mode_in_vsync_range()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1735 int num_pipes, int vmin, int vmax) in set_drr() argument
1740 params.vertical_total_max = vmax; in set_drr()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2403 int num_pipes, int vmin, int vmax) in set_drr() argument
2408 params.vertical_total_max = vmax; in set_drr()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Darm-neon-intrinsics.texi2241 @*@emph{Form of expected instruction(s):} @code{vmax.u32 @var{d0}, @var{d0}, @var{d0}}
2247 @*@emph{Form of expected instruction(s):} @code{vmax.u16 @var{d0}, @var{d0}, @var{d0}}
2253 @*@emph{Form of expected instruction(s):} @code{vmax.u8 @var{d0}, @var{d0}, @var{d0}}
2259 @*@emph{Form of expected instruction(s):} @code{vmax.s32 @var{d0}, @var{d0}, @var{d0}}
2265 @*@emph{Form of expected instruction(s):} @code{vmax.s16 @var{d0}, @var{d0}, @var{d0}}
2271 @*@emph{Form of expected instruction(s):} @code{vmax.s8 @var{d0}, @var{d0}, @var{d0}}
2277 @*@emph{Form of expected instruction(s):} @code{vmax.f32 @var{d0}, @var{d0}, @var{d0}}
2283 @*@emph{Form of expected instruction(s):} @code{vmax.u32 @var{q0}, @var{q0}, @var{q0}}
2289 @*@emph{Form of expected instruction(s):} @code{vmax.u16 @var{q0}, @var{q0}, @var{q0}}
2295 @*@emph{Form of expected instruction(s):} @code{vmax.u8 @var{q0}, @var{q0}, @var{q0}}
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dsse.md1105 vmax<ssemodesuffix>\t{%2, %1, %0|%0, %1, %2}"