search for: anholt

Displaying 20 results from an estimated 212 matches for "anholt".

2009 Feb 24
2
[ANNOUNCE] xf86-video-intel 2.6.2
...ont buffer allocation. We nearly slipped this into 2.6.0, but decided that it was just a little too new. Well, turns out it was actually in good shape, and it's time to get it out there. You'll need UXA to do this. Bill Nottingham (1): Quirk MSI IM-945GSE-A LVDS, TV outputs. Eric Anholt (23): Remove logical context setup. Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3 warning fix. Move 965 video setup to a separate function so we can move it around. Do check_aperture_space and batch_start_atomic for i965 video. Move i965 rend...
2017 Jun 21
1
[PATCH 1/4] drm/vc4: Allow vblank_disable_immediate on non-fw-kms.
...vblank disable for power saving. > > For debugging in case of unexpected trouble, booting > with kernel cmdline option drm.vblankoffdelay=0 > would keep vblank irqs on to approximate old behavior. > > Signed-off-by: Mario Kleiner <mario.kleiner.de at gmail.com> > Cc: Eric Anholt <eric at anholt.net> If you can spin this against drm-misc-next instead of the downstream tree, I can get it applied. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: &lt...
2020 Apr 03
4
[PATCH 40/44] drm/cirrus: Don't use drm_device->dev_private
...tter <daniel.vetter at intel.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: "Noralf Tr?nnes" <noralf at tronnes.org> Cc: Sam Ravnborg <sam at ravnborg.org> Cc: Eric Anholt <eric at anholt.net> Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: virtualization at lists.linux-foundation.org --- drivers/gpu/drm/cirrus/cirrus.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/cirrus/cirrus.c b/drivers/gpu/drm/cirrus...
2020 Apr 03
4
[PATCH 40/44] drm/cirrus: Don't use drm_device->dev_private
...tter <daniel.vetter at intel.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: "Noralf Tr?nnes" <noralf at tronnes.org> Cc: Sam Ravnborg <sam at ravnborg.org> Cc: Eric Anholt <eric at anholt.net> Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: virtualization at lists.linux-foundation.org --- drivers/gpu/drm/cirrus/cirrus.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/cirrus/cirrus.c b/drivers/gpu/drm/cirrus...
2003 Apr 03
4
Signal 11 on X server startup (Was: HEADSUP: XFree86 4.3.0 update
...> Let me know what you need to debug with. Could you try adding the following file to x11-servers/XFree86-4-Server/files and adding the filename to the list after PATCHDIR in the Makefile, then recompiling? It was committed to XFree86 recently with a log message that sounds related. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-nv_setup.c Type: text/x-patch Size: 1291 bytes Desc: not available Url : http://lists.freeb...
2019 Oct 23
2
[PATCH] drm/simple-kms: Standardize arguments for callbacks
...e discussing patches with Thomas Zimmermann. v2: Make xen compile correctly Acked-By: Thomas Zimmermann <tzimmermann at suse.de> (v1) Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: Noralf Tr?nnes <noralf at tronnes.org> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Eric Anholt <eric at anholt.net> Cc: Emil Velikov <emil.velikov at collabora.com> Cc: virtualization at lists.linux-foundation.org Cc: Linus Walleij <linus.walleij at linaro.org> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com> --- drivers/gpu/drm/cirrus/cirrus.c | 2 +...
2019 Oct 23
2
[PATCH] drm/simple-kms: Standardize arguments for callbacks
...e discussing patches with Thomas Zimmermann. v2: Make xen compile correctly Acked-By: Thomas Zimmermann <tzimmermann at suse.de> (v1) Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: Noralf Tr?nnes <noralf at tronnes.org> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Eric Anholt <eric at anholt.net> Cc: Emil Velikov <emil.velikov at collabora.com> Cc: virtualization at lists.linux-foundation.org Cc: Linus Walleij <linus.walleij at linaro.org> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com> --- drivers/gpu/drm/cirrus/cirrus.c | 2 +...
2003 Apr 23
2
Problems with dri/drm using Radeon 7000 VE in -stable
Hi, I tried applying http://people.freebsd.org/~anholt/dri/files/drm-stable-20030411.diff to stable from today (using device radeondrm and options DRM_LINUX). Kernel reports drm seems to be there: drm0: <ATI Radeon QY RV100 VE> port 0x9000-0x90ff mem 0xed000000-0xed00ffff,0xe$ info: [drm] Initialized radeon 1.8.0 20020828 on minor 0 Now, when I...
2018 May 02
0
[PATCH] drm/qxl: Remove unecessary dma_fence_ops
The trivial enable_signaling implementation matches the default code. v2: Fix up commit message to match patch better (Eric). Cc: Eric Anholt <eric at anholt.net> Reviewed-by: Eric Anholt <eric at anholt.net> Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: Dave Airlie <airlied at redhat.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: virtualization at lists.linux-foundation.org --- drivers/gp...
2018 May 02
0
[PATCH] drm/qxl: Remove unecessary dma_fence_ops
The trivial enable_signaling implementation matches the default code. v2: Fix up commit message to match patch better (Eric). Cc: Eric Anholt <eric at anholt.net> Reviewed-by: Eric Anholt <eric at anholt.net> Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: Dave Airlie <airlied at redhat.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: virtualization at lists.linux-foundation.org --- drivers/gp...
2018 May 03
0
[PATCH 11/15] drm/qxl: Remove unecessary dma_fence_ops
The trivial enable_signaling implementation matches the default code. v2: Fix up commit message to match patch better (Eric). Cc: Eric Anholt <eric at anholt.net> Reviewed-by: Eric Anholt <eric at anholt.net> Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: Dave Airlie <airlied at redhat.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: virtualization at lists.linux-foundation.org --- drivers/gp...
2018 May 03
1
[PATCH 14/15] drm/virtio: Remove unecessary dma_fence_ops
dma_fence_default_wait is the default now, same for the trivial enable_signaling implementation. Reviewed-by: Eric Anholt <eric at anholt.net> Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: David Airlie <airlied at linux.ie> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: virtualization at lists.linux-foundation.org --- drivers/gpu/drm/virtio/virtgpu_fence.c | 7 ------- 1 file chan...
2020 Apr 15
0
[PATCH 36/59] drm/cirrus: Don't use drm_device->dev_private
Upcasting using a container_of macro is more typesafe, faster and easier for the compiler to optimize. Acked-by: Eric Anholt <eric at anholt.net> Acked-by: Sam Ravnborg <sam at ravnborg.org> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: "No...
2009 Jan 15
0
[ANNOUNCE] libdrm 2.4.4
...bdrm. We wanted to get the waitvblank workarounds out into the world, and it's got some build fixes from the non-linux folks as well. Ben Skeggs (1): nv50: ack nsource to prevent 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_g...
2003 Mar 31
1
HEADSUP: XFree86 4.3.0 update
On Tue, 18 Mar 2003 11:55, Daniel O'Connor wrote: > On Tue, 2003-03-18 at 02:54, Fred Clift wrote: > This is interesting because I had a crash with Mozilla which only > stopped when I built WITHOUT_XFT. > > I have updated fontconfig, freetype etc.. with no luck :( Not sure I replied to this but.. The solution was that I had a font directory X knew about but not fontconfig :(
2003 Apr 06
0
XFree86 4.3.0 Matrox/MultiHead (Long!)
On Mon, 2003-03-17 at 16:37, Eric Anholt wrote: > On Thu, 2003-03-13 at 09:10, Paul Boehmer wrote: > > I have a test box that had been running X 4.2 in a multihead config for a > > while now (1 Nvidia TNT2 AGP, and 2 Matrox Millennium/Mystique PCI Cards). > > I upgraded yesterday to 4.3.0 only to find out that any att...
2007 Mar 27
2
Re: [Gnash] Fw: Linux.com: Swfdec Officially Adds Flash 7 Video Support (But Not 8 or 9)
Does swfdec work on AMD 64-bit systems? On 3/27/07, D?niel Fraga <fragabr@gmail.com> wrote: > URL: > http://linuxtoday.com/news_story.php3?ltsn=2007-03-27-010-26-NW-SW-DV > Free software fans of YouTube jumped for joy last week when developer > Benjamin Otte announced on his blog that the free Swfdec Flash player > has reached the point where it can play YouTube's Flash
2007 Nov 22
0
2 commits - libswfdec-gtk/swfdec_playback_pa.c
libswfdec-gtk/swfdec_playback_pa.c | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) New commits: commit ad6813b97fd06905442d5a9d77050287093e7baf Author: Eric Anholt <eric at anholt.net> Date: Thu Nov 22 15:40:17 2007 -0800 Fix PA assertion failure if the context fails to initialize. The common case for this is the PA server not running and automatic server mode being disabled. diff --git a/libswfdec-gtk/swfdec_playback_pa.c b/libswfd...
2023 Sep 22
1
[PATCH 6/9] drm/vc4: Annotate struct vc4_perfmon with __counted_by
...t run-time checking via CONFIG_UBSAN_BOUNDS (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family functions). As found with Coccinelle[1], add __counted_by for struct vc4_perfmon. [1] https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci Cc: Emma Anholt <emma at anholt.net> Cc: Maxime Ripard <mripard at kernel.org> Cc: David Airlie <airlied at gmail.com> Cc: Daniel Vetter <daniel at ffwll.ch> Cc: dri-devel at lists.freedesktop.org Signed-off-by: Kees Cook <keescook at chromium.org> --- drivers/gpu/drm/vc4/vc4_drv.h |...
2023 Sep 22
1
[PATCH 6/9] drm/vc4: Annotate struct vc4_perfmon with __counted_by
...t run-time checking via CONFIG_UBSAN_BOUNDS (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family functions). As found with Coccinelle[1], add __counted_by for struct vc4_perfmon. [1] https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci Cc: Emma Anholt <emma at anholt.net> Cc: Maxime Ripard <mripard at kernel.org> Cc: David Airlie <airlied at gmail.com> Cc: Daniel Vetter <daniel at ffwll.ch> Cc: dri-devel at lists.freedesktop.org Signed-off-by: Kees Cook <keescook at chromium.org> --- drivers/gpu/drm/vc4/vc4_drv.h |...