Re: [Nouveau] [Patch RFC] ttm: nouveau accelerated on Xen pv-ops kernel

2010-03-16 Thread Thomas Hellstrom
Arvind R wrote: On Thu, Mar 11, 2010 at 4:32 PM, Pekka Paalanen p...@iki.fi wrote: I'm adding dri-devel@ to CC, since this suggested patch touches TTM code, and none of the Nouveau code. TTM patches go via dri-de...@. Thanks. This is a NAK in its current form. First, At mmap()

Re: [Nouveau] nv50 mouse cursor disappears hourly

2010-03-16 Thread Brian DeRocher
I started with this, git bisect start git bisect good a8072c2a92a13511e28edbec015b58c6b66c35c9 bit bisect bad master git reset -hard a8072c2a92a13511e28edbec015b58c6b66c35c9 # oops i really wanted this git reset --hard a733b93582023fd100c5ce6430f3a0b0f26af86c built that kernel, install, reboot

[Nouveau] [PATCH] drm/nv50: Fix NEWCTX_DONE flag number

2010-03-16 Thread Marcin Koƛcielnicki
Signed-off-by: Marcin Koƛcielnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv50_grctx.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_grctx.c b/drivers/gpu/drm/nouveau/nv50_grctx.c index 546b319..3c3cc46 100644 ---