search for: vbl

Displaying 20 results from an estimated 23 matches for "vbl".

Did you mean: val
2006 Oct 24
2
Mixed conditional logit model
...sven -- Sven Mueller, M.A. Dresden University of Technology Institute for Economics and Traffic Chair of Business Administration, Transport and Logistics Andreas Schubert Str. 23, 01062 Dresden Room 510 Phone: +49 351 463 36797 Fax: +49 351 463 37758 sven.mueller at tu-dresden.de http://www.vbl-dresden.de
2007 Aug 04
0
[ANNOUNCE] xf86-video-ati 6.6.193
...radeon: add support for DDC on some laptop chipsets Merge branch 'origin' rs480: only has single dac rs480: make second crtc work with magic number in magic register. rs480: more unknown regs radeon: add bios quirk for nx6125 monid radeon: disable vbl interrupts when no 3d is running on a new enough drm radeon: disable irqs at server start until 3D app starts radeon: cleanup some pieces of the dpms/blank register programming ati: add -Wall for gcc radeon: remove unused variables update configure.ac for 6.6.193...
2004 Feb 11
6
Spelling (PR#6570)
I came across this in connection with an unrelated issue > beta[2] Error in beta[2] : object is not subsettable > beta[2] <- 5 Error in "[<-"(`*tmp*`, 2, value = 5) : object is not subsetable One of the messages must be wrong, but I need a native English speaker to tell me which one. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of
2005 Apr 30
2
Problem with CPU usage on Playstation 2 when using Ogg Vorbis.
Hi, Sometime ago i finished a port of Ogg Vorbis to Playstation 2. The code is working just fine and the music sounds like it should, but there is one problem. I get CPU usage that looks like this (when i say frames i mean actually rendering frames on the Playstations 2 and you have 50 or 60 frames per second) cpu usage: ~100% ~0% ~0% 0% ~100% current
2007 Aug 23
0
[ANNOUNCE] xf86-video-ati 6.7.191
...ngle dac rs480: make second crtc work with magic number in magic register. rs480: more unknown regs radeon: add bios quirk for nx6125 monid remove these syncs, at least on rs480 it doesn't break randr-1.2: make native mode preferred randr-1.2: add support for vblank on both heads randr-1.2 increase dri minor version for mesa to know we can do vbl on both radeon: disable vbl interrupts when no 3d is running on a new enough drm radeon: disable irqs at server start until 3D app starts radeon: disable irqs at server start until 3D app st...
2020 May 08
0
[RFC v4 04/12] drm/vblank: Add vblank works
Add some kind of vblank workers. The interface is similar to regular delayed works, and is mostly based off kthread_work. It allows for scheduling delayed works that execute once a particular vblank sequence has passed. It also allows for accurate flushing of scheduled vblank works - in that flushing waits for both the...
2020 Jun 22
0
[RFC v5 02/10] drm/vblank: Add vblank works
Add some kind of vblank workers. The interface is similar to regular delayed works, and is mostly based off kthread_work. It allows for scheduling delayed works that execute once a particular vblank sequence has passed. It also allows for accurate flushing of scheduled vblank works - in that flushing waits for both the...
2020 Mar 18
4
[PATCH 1/9] drm/vblank: Add vblank works
On Tue, Mar 17, 2020 at 08:40:58PM -0400, Lyude Paul wrote: > From: Ville Syrj?l? <ville.syrjala at linux.intel.com> > > Add some kind of vblank workers. The interface is similar to regular > delayed works, and also allows for re-scheduling. > > Whatever hardware programming we do in the work must be fast > (must at least complete during the vblank, sometimes during > the first few scanlines of vblank), so we'll fire...
2020 Mar 18
0
[PATCH i-g-t 4/4] tests: Add nouveau-crc tests
...is_amdgpu_device(int fd); bool is_i915_device(int fd); +bool is_nouveau_device(int fd); bool is_vc4_device(int fd); /** diff --git a/tests/meson.build b/tests/meson.build index 7629afde..9ff74cc6 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -70,6 +70,7 @@ test_progs = [ 'kms_vblank', 'kms_vrr', 'meta_test', + 'nouveau_crc', 'panfrost_get_param', 'panfrost_gem_new', 'panfrost_prime', diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c new file mode 100644 index 00000000..09e17a6f --- /dev/null +++ b/tests/nouv...
2020 Apr 17
0
[PATCH i-g-t v3 5/5] tests: Add nouveau-crc tests
...is_amdgpu_device(int fd); bool is_i915_device(int fd); +bool is_nouveau_device(int fd); bool is_vc4_device(int fd); /** diff --git a/tests/meson.build b/tests/meson.build index 0bdcfbe4..39f1362e 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -71,6 +71,7 @@ test_progs = [ 'kms_vblank', 'kms_vrr', 'meta_test', + 'nouveau_crc', 'panfrost_get_param', 'panfrost_gem_new', 'panfrost_prime', diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c new file mode 100644 index 00000000..05c2f4de --- /dev/null +++ b/tests/nouv...
2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
...is_amdgpu_device(int fd); bool is_i915_device(int fd); +bool is_nouveau_device(int fd); bool is_vc4_device(int fd); /** diff --git a/tests/meson.build b/tests/meson.build index 684de043..92647991 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -74,6 +74,7 @@ test_progs = [ 'kms_vblank', 'kms_vrr', 'meta_test', + 'nouveau_crc', 'panfrost_get_param', 'panfrost_gem_new', 'panfrost_prime', diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c new file mode 100644 index 00000000..05c2f4de --- /dev/null +++ b/tests/nouv...
2020 Sep 30
0
[PATCH i-g-t v5 5/5] tests: Add nouveau-crc tests
...ng frame comes from + * (inevitably) losing a single CRC event when nouveau switches notifier + * contexts + */ + for (i = start; i < n_crcs; i++, frame++) { + igt_crc_t *crc = &crcs[i]; + char *crc_str; + int color_idx; + + crc_str = igt_crc_to_string(crc); + igt_debug("CRC %d: vbl=%d val=%s\n", i, crc->frame, crc_str); + free(crc_str); + + if (!found_skip && crc->frame != frame) { + igt_debug("^^^ Found expected skipped CRC %d ^^^\n", + crc->frame - 1); + found_skip = true; + frame++; + } + + /* We should never skip more then on...
2020 Apr 17
10
[PATCH i-g-t v3 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that) So, this series adds the relevant tests for it since nvidia's CRC
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...gt; > bool is_vc4_device(int fd); > > > > /** > > diff --git a/tests/meson.build b/tests/meson.build > > index 684de043..92647991 100644 > > --- a/tests/meson.build > > +++ b/tests/meson.build > > @@ -74,6 +74,7 @@ test_progs = [ > > 'kms_vblank', > > 'kms_vrr', > > 'meta_test', > > + 'nouveau_crc', > > 'panfrost_get_param', > > 'panfrost_gem_new', > > 'panfrost_prime', > > diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c > &...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...fd); > +bool is_nouveau_device(int fd); > bool is_vc4_device(int fd); > > /** > diff --git a/tests/meson.build b/tests/meson.build > index 684de043..92647991 100644 > --- a/tests/meson.build > +++ b/tests/meson.build > @@ -74,6 +74,7 @@ test_progs = [ > 'kms_vblank', > 'kms_vrr', > 'meta_test', > + 'nouveau_crc', > 'panfrost_get_param', > 'panfrost_gem_new', > 'panfrost_prime', > diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c > new file mode 100644 > index 0000...
2020 Apr 17
5
[PATCH i-g-t v2 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> (Just forwarding this to nouveau's ml, since I completely forgot to before) Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that)
2020 Jun 24
0
[RFC v7 03/11] drm/vblank: Add vblank works
Add some kind of vblank workers. The interface is similar to regular delayed works, and is mostly based off kthread_work. It allows for scheduling delayed works that execute once a particular vblank sequence has passed. It also allows for accurate flushing of scheduled vblank works - in that flushing waits for both the...
2020 Mar 18
6
[PATCH i-g-t 0/4] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that) So, this series adds the relevant tests for it since nvidia's CRC
2020 Sep 30
9
[PATCH i-g-t v5 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> Nouveau has finally gotten CRC support, and at this point that support has made its way upstream. Hooray! So, let's start adding some relevant tests for it since nvidia's CRC implementation has some rather interesting design choices that needed to be worked around. Lyude Paul (5): lib/igt_core: Fix igt_assert_fd() documentation
2020 Jun 24
13
[RFC v7 00/11] drm/nouveau: Introduce CRC support for gf119+
...s implements said CRC support in nouveau, along with adding some special debugfs interfaces for some relevant igt-gpu-tools tests (already on the ML). First - we add some new functionality to kthread_work in the kernel, and then use this to add a new feature to DRM that Ville Syrj?l? came up with: vblank workers. Basically, this is just a generic DRM interface that allows for scheduling high-priority workers that start on a given vblank interrupt. Note that while we're currently only using this in nouveau, Intel has plans to use this for i915 as well (hence why they came up with it!). And f...