Home
last modified time | relevance | path

Searched refs:v_total (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c125 unsigned int v_total; in mod_freesync_calc_v_total_from_refresh() local
137 if (v_total < stream->timing.v_total) { in mod_freesync_calc_v_total_from_refresh()
138 ASSERT(v_total < stream->timing.v_total); in mod_freesync_calc_v_total_from_refresh()
139 v_total = stream->timing.v_total; in mod_freesync_calc_v_total_from_refresh()
142 return v_total; in mod_freesync_calc_v_total_from_refresh()
163 if (v_total < stream->timing.v_total) { in calc_v_total_from_duration()
164 ASSERT(v_total < stream->timing.v_total); in calc_v_total_from_duration()
165 v_total = stream->timing.v_total; in calc_v_total_from_duration()
168 return v_total; in calc_v_total_from_duration()
238 if (v_total < stream->timing.v_total) in update_v_total_for_static_ramp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c125 unsigned int v_total; in mod_freesync_calc_v_total_from_refresh() local
137 if (v_total < stream->timing.v_total) { in mod_freesync_calc_v_total_from_refresh()
138 ASSERT(v_total < stream->timing.v_total); in mod_freesync_calc_v_total_from_refresh()
139 v_total = stream->timing.v_total; in mod_freesync_calc_v_total_from_refresh()
142 return v_total; in mod_freesync_calc_v_total_from_refresh()
163 if (v_total < stream->timing.v_total) { in calc_v_total_from_duration()
164 ASSERT(v_total < stream->timing.v_total); in calc_v_total_from_duration()
165 v_total = stream->timing.v_total; in calc_v_total_from_duration()
168 return v_total; in calc_v_total_from_duration()
238 if (v_total < stream->timing.v_total) in update_v_total_for_static_ramp()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c125 unsigned int v_total; in mod_freesync_calc_v_total_from_refresh() local
137 if (v_total < stream->timing.v_total) { in mod_freesync_calc_v_total_from_refresh()
138 ASSERT(v_total < stream->timing.v_total); in mod_freesync_calc_v_total_from_refresh()
139 v_total = stream->timing.v_total; in mod_freesync_calc_v_total_from_refresh()
142 return v_total; in mod_freesync_calc_v_total_from_refresh()
163 if (v_total < stream->timing.v_total) { in calc_v_total_from_duration()
164 ASSERT(v_total < stream->timing.v_total); in calc_v_total_from_duration()
165 v_total = stream->timing.v_total; in calc_v_total_from_duration()
168 return v_total; in calc_v_total_from_duration()
238 if (v_total < stream->timing.v_total) in update_v_total_for_static_ramp()
[all …]
/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--1.0.0--1.1.0.sql209 v_total bigint := 0;
275 v_total := v_total + v_rowcount;
314 RETURN v_total;
359 v_total bigint := 0;
448 v_total := v_total + v_rowcount;
469 RAISE NOTICE 'Copied % row(s) to the parent. Removed % partitions.', v_total, v_undo_count;
482 RETURN v_total;
527 v_total bigint := 0;
616 v_total := v_total + v_rowcount;
637 RAISE NOTICE 'Copied % row(s) to the parent. Removed % partitions.', v_total, v_undo_count;
[all …]
H A Dpg_partman--1.1.0--1.2.0.sql533 v_total bigint := 0;
601 v_total := v_total + v_rowcount;
640 RETURN v_total;
685 v_total bigint := 0;
776 v_total := v_total + v_rowcount;
797 RAISE NOTICE 'Copied % row(s) to the parent. Removed % partitions.', v_total, v_undo_count;
810 RETURN v_total;
855 v_total bigint := 0;
946 v_total := v_total + v_rowcount;
967 RAISE NOTICE 'Copied % row(s) to the parent. Removed % partitions.', v_total, v_undo_count;
[all …]
H A Dpg_partman--1.7.0--1.7.1.sql553 v_total bigint := 0;
722 v_total := v_total + v_rowcount;
743 RAISE NOTICE 'Copied % row(s) to the parent. Removed % partitions.', v_total, v_undo_count;
754 RETURN v_total;
802 v_total bigint := 0;
972 v_total := v_total + v_rowcount;
993 RAISE NOTICE 'Copied % row(s) to the parent. Removed % partitions.', v_total, v_undo_count;
1004 RETURN v_total;
1048 v_total bigint := 0;
1191 v_total := v_total + v_rowcount;
[all …]
H A Dpg_partman--0.4.2--1.0.0.sql945 v_total bigint := 0;
993 v_total := v_total + v_rowcount;
1031 RETURN v_total;
1076 v_total bigint := 0;
1165 v_total := v_total + v_rowcount;
1186 RAISE NOTICE 'Copied % row(s) to the parent. Removed % partitions.', v_total, v_undo_count;
1199 RETURN v_total;
1244 v_total bigint := 0;
1333 v_total := v_total + v_rowcount;
1354 RAISE NOTICE 'Copied % row(s) to the parent. Removed % partitions.', v_total, v_undo_count;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c234 unsigned int v_total; member
339 if (vtotal < outd->v_total) { in computeRegs()
344 vdisplay = outd->v_total - 4; in computeRegs()
345 vsyncend = outd->v_total; in computeRegs()
348 r->regs[0x17] = outd->v_total / 4; in computeRegs()
349 r->regs[0x18] = outd->v_total & 3; in computeRegs()
355 mt->VSyncStart = outd->v_total - 2; in computeRegs()
356 mt->VSyncEnd = outd->v_total; in computeRegs()
357 mt->VTotal = outd->v_total; in computeRegs()
369 .v_total = 625, in cve2_init_TVdata()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c234 unsigned int v_total; member
339 if (vtotal < outd->v_total) { in computeRegs()
344 vdisplay = outd->v_total - 4; in computeRegs()
345 vsyncend = outd->v_total; in computeRegs()
348 r->regs[0x17] = outd->v_total / 4; in computeRegs()
349 r->regs[0x18] = outd->v_total & 3; in computeRegs()
355 mt->VSyncStart = outd->v_total - 2; in computeRegs()
356 mt->VSyncEnd = outd->v_total; in computeRegs()
357 mt->VTotal = outd->v_total; in computeRegs()
369 .v_total = 625, in cve2_init_TVdata()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c234 unsigned int v_total; member
339 if (vtotal < outd->v_total) { in computeRegs()
344 vdisplay = outd->v_total - 4; in computeRegs()
345 vsyncend = outd->v_total; in computeRegs()
348 r->regs[0x17] = outd->v_total / 4; in computeRegs()
349 r->regs[0x18] = outd->v_total & 3; in computeRegs()
355 mt->VSyncStart = outd->v_total - 2; in computeRegs()
356 mt->VSyncEnd = outd->v_total; in computeRegs()
357 mt->VTotal = outd->v_total; in computeRegs()
369 .v_total = 625, in cve2_init_TVdata()
[all …]
/dports/databases/pg_partman/pg_partman-4.5.1/sql/procedures/
H A Dpartition_data_proc.sql20 v_total bigint := 0;
93 v_total := v_total + v_rows_moved;
114 …%, v_lockwait_count: %, p_wait: %', p_wait, v_rows_moved, v_batch_count, v_total, v_lockwait_count;
126 RAISE NOTICE 'Total rows moved: %', v_total;
H A Dundo_partition_proc.sql20 v_total bigint := 0;
92 v_total := v_total + v_rows_undone;
126 …, p_wait: %', v_partitions_undone, p_wait, v_rows_undone, v_batch_count, v_total, v_lockwait_count;
138 …RAISE NOTICE 'Total partitions undone: %, Total rows moved: %', v_partitions_undone_total, v_total;
/dports/misc/dartsim/dart-6.11.1/unittests/comprehensive/
H A Dtest_Frames.cpp206 v_total[i - 1], v_rels[i], F->getRelativeTransform(), v_total[i]); in TEST()
212 v_total[i]); in TEST()
221 EXPECT_VECTOR_DOUBLE_EQ(v_total[i], v_actual); in TEST()
248 v_total[i - 1], in TEST()
254 v_total[i], in TEST()
264 v_total[i], in TEST()
301 compute_spatial_velocity(v_total[i - 1], v_rels[i], tf, v_total[i]); in TEST()
312 v_total[i], in TEST()
417 v_total[i - 1], in TEST()
423 v_total[i], in TEST()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-di.c207 u32 v_total = sig->mode.vactive + sig->mode.vsync_len + in ipu_di_sync_config_interlaced() local
212 .run_count = v_total * 2 - 1, in ipu_di_sync_config_interlaced()
223 .run_count = v_total - 1, in ipu_di_sync_config_interlaced()
231 .run_count = v_total / 2, in ipu_di_sync_config_interlaced()
262 ipu_di_write(di, v_total / 2 - 1, DI_SCR_CONF); in ipu_di_sync_config_interlaced()
270 u32 v_total = sig->mode.vactive + sig->mode.vsync_len + in ipu_di_sync_config_noninterlaced() local
288 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
323 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
352 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
370 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-di.c207 u32 v_total = sig->mode.vactive + sig->mode.vsync_len + in ipu_di_sync_config_interlaced() local
212 .run_count = v_total * 2 - 1, in ipu_di_sync_config_interlaced()
223 .run_count = v_total - 1, in ipu_di_sync_config_interlaced()
231 .run_count = v_total / 2, in ipu_di_sync_config_interlaced()
262 ipu_di_write(di, v_total / 2 - 1, DI_SCR_CONF); in ipu_di_sync_config_interlaced()
270 u32 v_total = sig->mode.vactive + sig->mode.vsync_len + in ipu_di_sync_config_noninterlaced() local
288 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
323 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
352 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
370 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-di.c207 u32 v_total = sig->mode.vactive + sig->mode.vsync_len + in ipu_di_sync_config_interlaced() local
212 .run_count = v_total * 2 - 1, in ipu_di_sync_config_interlaced()
223 .run_count = v_total - 1, in ipu_di_sync_config_interlaced()
231 .run_count = v_total / 2, in ipu_di_sync_config_interlaced()
262 ipu_di_write(di, v_total / 2 - 1, DI_SCR_CONF); in ipu_di_sync_config_interlaced()
270 u32 v_total = sig->mode.vactive + sig->mode.vsync_len + in ipu_di_sync_config_noninterlaced() local
288 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
323 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
352 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
370 .run_count = v_total - 1, in ipu_di_sync_config_noninterlaced()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c168 uint32_t v_total; in optc1_program_timing() local
217 v_total = patched_crtc_timing.v_total - 1; in optc1_program_timing()
220 OTG_V_TOTAL, v_total); in optc1_program_timing()
226 OTG_V_TOTAL_MAX, v_total); in optc1_program_timing()
228 OTG_V_TOTAL_MIN, v_total); in optc1_program_timing()
238 asic_blank_start = patched_crtc_timing.v_total - in optc1_program_timing()
575 v_blank = (timing->v_total - timing->v_addressable - in optc1_validate_timing()
600 timing->v_total > optc1->max_v_total) in optc1_validate_timing()
1323 hw_crtc_timing->v_total = s.v_total + 1; in optc1_get_hw_timing()
1324 hw_crtc_timing->v_addressable = s.v_total - ((s.v_total - s.v_blank_start) + s.v_blank_end); in optc1_get_hw_timing()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c168 uint32_t v_total; in optc1_program_timing() local
217 v_total = patched_crtc_timing.v_total - 1; in optc1_program_timing()
220 OTG_V_TOTAL, v_total); in optc1_program_timing()
226 OTG_V_TOTAL_MAX, v_total); in optc1_program_timing()
228 OTG_V_TOTAL_MIN, v_total); in optc1_program_timing()
238 asic_blank_start = patched_crtc_timing.v_total - in optc1_program_timing()
575 v_blank = (timing->v_total - timing->v_addressable - in optc1_validate_timing()
600 timing->v_total > optc1->max_v_total) in optc1_validate_timing()
1323 hw_crtc_timing->v_total = s.v_total + 1; in optc1_get_hw_timing()
1324 hw_crtc_timing->v_addressable = s.v_total - ((s.v_total - s.v_blank_start) + s.v_blank_end); in optc1_get_hw_timing()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c168 uint32_t v_total; in optc1_program_timing() local
217 v_total = patched_crtc_timing.v_total - 1; in optc1_program_timing()
220 OTG_V_TOTAL, v_total); in optc1_program_timing()
226 OTG_V_TOTAL_MAX, v_total); in optc1_program_timing()
228 OTG_V_TOTAL_MIN, v_total); in optc1_program_timing()
238 asic_blank_start = patched_crtc_timing.v_total - in optc1_program_timing()
575 v_blank = (timing->v_total - timing->v_addressable - in optc1_validate_timing()
600 timing->v_total > optc1->max_v_total) in optc1_validate_timing()
1323 hw_crtc_timing->v_total = s.v_total + 1; in optc1_get_hw_timing()
1324 hw_crtc_timing->v_addressable = s.v_total - ((s.v_total - s.v_blank_start) + s.v_blank_end); in optc1_get_hw_timing()
[all …]
/dports/databases/pg_partman/pg_partman-4.5.1/sql/functions/
H A Dundo_partition.sql49 v_total bigint := 0;
372 v_total := v_total + v_rowcount;
424 v_total := v_total + v_rowcount;
470 RAISE NOTICE 'Moved % row(s) to the target table. Removed % partitions.', v_total, v_undo_count;
473 …OK', format('Moved %s row(s) to the target table. Removed %s partitions.', v_total, v_undo_count));
483 rows_undone := v_total;
/dports/cad/gnucap/gnucap-2013-04-23/include/
H A Dm_wave.h43 double v_reflect(double t, double v_total)const;
99 inline double WAVE::v_reflect(double t, double v_total)const in v_reflect() argument
102 return dn_diff(v_total*2, v_out(t).f0); in v_reflect()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/video/imx/
H A Dipu_disp.c840 uint32_t h_total, v_total; in ipu_init_sync_panel() local
856 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel()
949 v_total * 2 - 1,/* run count */ in ipu_init_sync_panel()
966 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
1000 v_total - 1, /* run count */ in ipu_init_sync_panel()
1018 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
1051 v_total - 1, /* run count */ in ipu_init_sync_panel()
1053 v_total / 2, /* offset */ in ipu_init_sync_panel()
1070 __raw_writel(v_total / 2 - 1, DI_SCR_CONF(disp)); in ipu_init_sync_panel()
1090 ipu_di_sync_config(disp, DI_SYNC_VSYNC, v_total - 1, in ipu_init_sync_panel()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/video/
H A Dipu_disp.c838 uint32_t h_total, v_total; in ipu_init_sync_panel() local
854 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel()
947 v_total * 2 - 1,/* run count */ in ipu_init_sync_panel()
964 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
998 v_total - 1, /* run count */ in ipu_init_sync_panel()
1016 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
1049 v_total - 1, /* run count */ in ipu_init_sync_panel()
1051 v_total / 2, /* offset */ in ipu_init_sync_panel()
1068 __raw_writel(v_total / 2 - 1, DI_SCR_CONF(disp)); in ipu_init_sync_panel()
1088 ipu_di_sync_config(disp, DI_SYNC_VSYNC, v_total - 1, in ipu_init_sync_panel()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/video/
H A Dipu_disp.c838 uint32_t h_total, v_total; in ipu_init_sync_panel() local
854 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel()
947 v_total * 2 - 1,/* run count */ in ipu_init_sync_panel()
964 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
998 v_total - 1, /* run count */ in ipu_init_sync_panel()
1016 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
1049 v_total - 1, /* run count */ in ipu_init_sync_panel()
1051 v_total / 2, /* offset */ in ipu_init_sync_panel()
1068 __raw_writel(v_total / 2 - 1, DI_SCR_CONF(disp)); in ipu_init_sync_panel()
1088 ipu_di_sync_config(disp, DI_SYNC_VSYNC, v_total - 1, in ipu_init_sync_panel()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/video/imx/
H A Dipu_disp.c840 uint32_t h_total, v_total; in ipu_init_sync_panel() local
856 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel()
949 v_total * 2 - 1,/* run count */ in ipu_init_sync_panel()
966 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
1000 v_total - 1, /* run count */ in ipu_init_sync_panel()
1018 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
1051 v_total - 1, /* run count */ in ipu_init_sync_panel()
1053 v_total / 2, /* offset */ in ipu_init_sync_panel()
1070 __raw_writel(v_total / 2 - 1, DI_SCR_CONF(disp)); in ipu_init_sync_panel()
1090 ipu_di_sync_config(disp, DI_SYNC_VSYNC, v_total - 1, in ipu_init_sync_panel()
[all …]

12345678910>>...36