search for: drmwaitvblank

Displaying 9 results from an estimated 9 matches for "drmwaitvblank".

2020 Aug 16
1
[PATCH 1/2] drmmode: make event handler leave a note that there are stuck events
We don't really expect to have too many events in the queue. If there are, then the algorithm we use isn't appropriate. Add a warning when the queue gets very long, as it's an indication of something having gone wrong. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/drmmode_display.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git
2009 Jan 15
0
[ANNOUNCE] libdrm 2.4.4
...event continuous protection fault irqs Dave Airlie (1): radeon: only write irq regs if irq is enabled Eric Anholt (2): intel: Retry pin ioctl on -EINTR. bump version to 2.4.4 Jesse Barnes (4): Remove executable from modeprint test dir libdrm: add timeout handling to drmWaitVBlank libdrm: only check for vblank timeout if we caught EINTR libdrm: add autoconf check for clock_gettime Owain G. Ainsworth (2): Remove drmModeReplaceFb after it was removed from the kernel. Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag. Robert Noland...
2014 Sep 03
0
[ANNOUNCE] xf86-video-nouveau 1.0.11
...of pageflips on Linux 3.13+ - Part I Add kernel async_flip cap detection. Part II of double-sync fix. dri2: Fix kms pageflip completion timestamping. dri2: Enable sync of bufferswaps to Vblank by default. dri2: Add support for handling more than 2 crtc's dri2: Fix drmWaitVblank on multi-x-screen configs. Allow/Fix use of multiple ZaphodHead outputs per x-screen. dri2 and xv: Fix NVxxSyncToVBlank() for multi-x-screen's. Make new ZaphodHeads work across server regenerations. Fix event handling on multi-x-screen configs. Add file "compi...
2014 Sep 03
0
[ANNOUNCE] xf86-video-nouveau 1.0.11
...of pageflips on Linux 3.13+ - Part I Add kernel async_flip cap detection. Part II of double-sync fix. dri2: Fix kms pageflip completion timestamping. dri2: Enable sync of bufferswaps to Vblank by default. dri2: Add support for handling more than 2 crtc's dri2: Fix drmWaitVblank on multi-x-screen configs. Allow/Fix use of multiple ZaphodHead outputs per x-screen. dri2 and xv: Fix NVxxSyncToVBlank() for multi-x-screen's. Make new ZaphodHeads work across server regenerations. Fix event handling on multi-x-screen configs. Add file "compi...
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
...igt/gem_read_read_speed: Speed up batch submission igt/gem_exec_nop: Enlighten the failure error message igt/gem_wait: When waiting for infinity, an infinity remains igt/gem_concurrent_blit: Test copying over itself igt/kms_vblank: Simple harness for measuring speed of drmWaitVBlank lib/core: Silence internally used signals igt/gem_exec_blt: Repeat measurements for stablity igt/gem_exec_blt: Do a warmup run first igt/gem_exec_nop: Repeat and average to stabilize measurements igt/gem_exec_blt: Repeat measurement and average igt/gem_concurrent...
2020 Aug 13
2
Accumulating CPU load from Xorg process with DRI3
I observed this bug for quite some time, but so far I workarounded it with just setting DRI2 (default) in xorg.conf.d/20-nouveau.conf Now with two GPU i iwsh to use DRI3, so right now it set up like this: cat /etc/X11/xorg.conf.d/20-nouveau.conf Section "Device" Identifier "Card0" Driver "nouveau" Option "PageFlip" "1" #Option
2007 May 04
39
[Bug 10858] New: glxgears with mesa-git on PCI 10de0322 (NV34) GeForce FX 5200 crashes X
http://bugs.freedesktop.org/show_bug.cgi?id=10858 Summary: glxgears with mesa-git on PCI 10de0322 (NV34) GeForce FX 5200 crashes X Product: xorg Version: 7.2 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2020 Aug 16
1
Accumulating CPU load from Xorg process with DRI3
...gt; On Sun, Aug 16, 2020 at 12:06 AM Andrew Randrianasulu > <randrianasulu at gmail.com> wrote: > > > > ? ????????? ?? Sunday 16 August 2020 05:49:19 ?? ????????: > > > I've tracked down at least one source of these, which is that we don't > > > handle drmWaitVBlank errors properly in the PRESENT logic (which would > > > be used in conjunction with DRI3). These errors, broadly, will happen > > > while strings are turned off and/or in DPMS sleep. Did your monitors > > > go to sleep while a video was playing? If not, there's anothe...
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...nore result warnings lib: Remove requirements spam from gem_set_tiling() igt/gem_userptr_blits: Move assert to caller igt/gem_exec_schedule: Never use STORE_DWORD_IMM on SNB bsd engine igt/drv_hangman: Setting wedged is serialised igt/kms_vblank: Exercise contention of drmWaitVblank igt/gem_spin_batch: Reduce impact from slow queueing igt/gem_userptr_blits: Allow use of >4GiB igt/gem_exec_nop: Sync before measuring total elapsed time lib/debugfs: Only inspect errno after a confirmed error Restore "lib: Open debugfs files for the given DRM...