Re: [git pull] drm

2009-01-09 Thread Dave Airlie
On Sat, Jan 10, 2009 at 11:13 AM, Richard Purdie wrote: > On Fri, 2009-01-09 at 18:03 +, Richard Purdie wrote: >> On Fri, 2009-01-09 at 15:07 +, Richard Purdie wrote: >> > I just updated to the latest kernel from git to test some other patches >> > and after logging into GDM the X server h

Re: [git pull] drm

2009-01-09 Thread Dave Airlie
On Mon, Jan 5, 2009 at 5:19 AM, Gabriel C wrote: > Dave Airlie wrote: > > Hi Dave , > > ... > > > >> Please pull the 'drm-next' branch from >> ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-next >> >> Major highlights: >> Kernel Modesetting (KMS) core code (jbarnes you ca

[Bug 17099] Selection in a game does not work: RenderMode != GL_RENDER

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17099 Dieter Nützel changed: What|Removed |Added CC||die...@nuetzel-hh.de --- Comment #20

[Bug 12359] WARNING and other intel modesetting problems

2009-01-09 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 dennis.jan...@web.de changed: What|Removed |Added Attachment #19643|0 |1 is obsolete|

[Bug 12359] WARNING and other intel modesetting problems

2009-01-09 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 dennis.jan...@web.de changed: What|Removed |Added Attachment #19644|0 |1 is obsolete|

[PATCH] kms: handle depth & bpp changes correctly

2009-01-09 Thread Jesse Barnes
Turns out the helper functions didn't appear to be doing the right thing when just the bpp or depth changed, and we definitely weren't doing the right thing in the i915 driver (we never masked out the pixel format bits before writing the new ones in). I can split this up into DRM and i915 portions

[Bug 19484] corruption in Dolphin when moving the mouse

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19484 --- Comment #6 from Mikko C. 2009-01-09 13:53:39 PST --- Created an attachment (id=21844) --> (http://bugs.freedesktop.org/attachment.cgi?id=21844) Corruption with "AccelDFS" "off" and "RenderAccel" "true" With "AccelDFS" "off" and "RenderA

[Bug 18430] [GEM i915/945GM] glxgears is just black

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18430 --- Comment #11 from Johan Bilien 2009-01-09 13:26:45 PST --- I can still reproduce this with: DRM module from linux 2.6.28 libdrm from git tip mesa from intel-q4-2008 the intel DDX 2.5.99.2 as mentioned previously, after suspending / resum

[Bug 19484] corruption in Dolphin when moving the mouse

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19484 --- Comment #5 from Alex Deucher 2009-01-09 12:19:48 PST --- (In reply to comment #3) > Created an attachment (id=21841) --> (http://bugs.freedesktop.org/attachment.cgi?id=21841) [details] > Small corruption with "RenderAccel" "false" > > I

[Bug 19484] corruption in Dolphin when moving the mouse

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19484 --- Comment #4 from Alex Deucher 2009-01-09 12:16:23 PST --- the remaining corruption is probably DFS related. try Option "AccelDFS" "off" See bug 18397 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 19484] corruption in Dolphin when moving the mouse

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19484 --- Comment #3 from Mikko C. 2009-01-09 11:50:21 PST --- Created an attachment (id=21841) --> (http://bugs.freedesktop.org/attachment.cgi?id=21841) Small corruption with "RenderAccel" "false" I tried Option "RenderAccel" "false" An

[Bug 19484] corruption in Dolphin when moving the mouse

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19484 --- Comment #2 from Alex Deucher 2009-01-09 11:32:00 PST --- Does disabling the DRI (Option "DRI" "false") or disabling render accel (Option "RenderAccel" "false") fix it? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 19484] corruption in Dolphin when moving the mouse

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19484 Mikko C. changed: What|Removed |Added Attachment #21840|application/octet-stream|text/plain mime type|

[Bug 19484] corruption in Dolphin when moving the mouse

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19484 --- Comment #1 from Mikko C. 2009-01-09 11:09:54 PST --- Created an attachment (id=21840) --> (http://bugs.freedesktop.org/attachment.cgi?id=21840) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 19484] New: corruption in Dolphin when moving the mouse

2009-01-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19484 Summary: corruption in Dolphin when moving the mouse Product: Mesa Version: CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priorit

Re: [PATCH] try other pipe in wait_vblank if drm_vblank_get fails

2009-01-09 Thread Jesse Barnes
On Friday, January 9, 2009 12:28 am Michel Dänzer wrote: > On Thu, 2009-01-08 at 10:45 -0800, Jesse Barnes wrote: > > Dunno if this is a good idea or not, but it would have helped with some > > of the recent bugs. > > Sure about that? The sequence numbers may be completely different > between CRTCs

Re: How to get the physical frame buffer address?

2009-01-09 Thread Jesse Barnes
On Friday, January 9, 2009 5:04 am Paul Winder wrote: > > You should check out the modetest program; it has allocation & mode > > setting code that works against the latest kernels using the Intel BO > > API. > > Know about those but they don't even compile on the modesetting-gem > branch :-( >

Re: [git pull] drm

2009-01-09 Thread Richard Purdie
Hi, I just updated to the latest kernel from git to test some other patches and after logging into GDM the X server hangs before launching the desktop (it appears to be trying to run glxinfo) on my Thinkpad T61 (i915 graphics). Bisection shows this happens after applying this commit: On Mon, 2008

Re: unable to build i915.ko

2009-01-09 Thread Tormod Volden
On Fri, Jan 9, 2009 at 1:31 PM, Abraham Varricatt wrote: > I use the "-C" so that it builds the modules for the current kernel. I'm > running on Ubuntu8.10 (kernel 2.6.27-7-generic) The chipset I have is an > Intel Q965. > Hi, You can install the 2.6.28 kernel from Jaunty (Ubuntu 9.04 in developm

Re: [RFC] add timeout to drmWaitVBlank to avoid hangs

2009-01-09 Thread Jesse Barnes
On Friday, January 9, 2009 2:32 am Daniel Stone wrote: > On Fri, Jan 09, 2009 at 09:27:25AM +0100, Michel Dänzer wrote: > > On Thu, 2009-01-08 at 11:13 -0800, Jesse Barnes wrote: > > > On Thursday, January 8, 2009 2:13 am Daniel Stone wrote: > > > > You probably want to get the entire clock_gettime

Re: unable to build i915.ko

2009-01-09 Thread Tomas Carnecky
On 01/09/2009 04:50 PM, Sergio Monteiro Basto wrote: > On Fri, 2009-01-09 at 14:04 +0100, Tomas Carnecky wrote: >> The kernel modules are now being developed entirely within the >> kernel. >> Get the kernel source and build the drm module from there. > > Can I build just the drm modules ? > if yes

Re: unable to build i915.ko

2009-01-09 Thread Sergio Monteiro Basto
On Fri, 2009-01-09 at 14:04 +0100, Tomas Carnecky wrote: > The kernel modules are now being developed entirely within the > kernel. > Get the kernel source and build the drm module from there. Can I build just the drm modules ? if yes how I do it ? Thanks, -- Sérgio M. B. smime.p7s Descrip

Re: unable to build i915.ko

2009-01-09 Thread Tomas Carnecky
On 01/09/2009 01:31 PM, Abraham Varricatt wrote: > Hi guys, > > I recently obtained source of the DRM package from, > > git://git.freedesktop.org/git/mesa/drm > > I move to the drm directory on my system and run the following commands, > > ./autogen --prefix=$HOME/install > > make > > make –C linux

Re: How to get the physical frame buffer address?

2009-01-09 Thread Paul Winder
> You should check out the modetest program; it has allocation & mode setting > code that works against the latest kernels using the Intel BO API. > Know about those but they don't even compile on the modesetting-gem branch :-( The BO family of APIs are just not there Paul -

unable to build i915.ko

2009-01-09 Thread Abraham Varricatt
Hi guys, I recently obtained source of the DRM package from, git://git.freedesktop.org/git/mesa/drm I move to the drm directory on my system and run the following commands, ./autogen --prefix=$HOME/install make make -C linux-core This builds 13 modules. But the i915.ko is NOT be

Re: [RFC] add timeout to drmWaitVBlank to avoid hangs

2009-01-09 Thread Daniel Stone
On Fri, Jan 09, 2009 at 09:27:25AM +0100, Michel Dänzer wrote: > On Thu, 2009-01-08 at 11:13 -0800, Jesse Barnes wrote: > > On Thursday, January 8, 2009 2:13 am Daniel Stone wrote: > > > You probably want to get the entire clock_gettime awesomeness, to avoid > > > the pathological worst case of rew

Re: [PATCH] try other pipe in wait_vblank if drm_vblank_get fails

2009-01-09 Thread Michel Dänzer
On Thu, 2009-01-08 at 10:45 -0800, Jesse Barnes wrote: > Dunno if this is a good idea or not, but it would have helped with some of the > recent bugs. Sure about that? The sequence numbers may be completely different between CRTCs. -- Earthling Michel Dänzer |http://ww

Re: [RFC] add timeout to drmWaitVBlank to avoid hangs

2009-01-09 Thread Michel Dänzer
On Thu, 2009-01-08 at 11:13 -0800, Jesse Barnes wrote: > On Thursday, January 8, 2009 2:13 am Daniel Stone wrote: > > On Wed, Jan 07, 2009 at 11:34:42AM -0800, Eric Anholt wrote: > > > On Wed, 2009-01-07 at 11:11 -0800, Jesse Barnes wrote: > > > > On Wednesday, January 7, 2009 10:54 am Keith Packar