[git pull] drm for rc1

2011-02-23 Thread Pavel Machek
Hi! > > > >>> Highlights: > > > >>> core/drivers: add support for high precision vblank timestamps > > > >>> radeon: pageflipping support, Gen2 PCIE support > > > >>> nouveau: reworked VRAM and VM support > > > >>> intel: better ILK/SNB powersaving support, Full GTT support > > > >> > > > >> Lowli

Re: [git pull] drm for rc1

2011-02-23 Thread Pavel Machek
Hi! > > > >>> Highlights: > > > >>> core/drivers: add support for high precision vblank timestamps > > > >>> radeon: pageflipping support, Gen2 PCIE support > > > >>> nouveau: reworked VRAM and VM support > > > >>> intel: better ILK/SNB powersaving support, Full GTT support > > > >> > > > >> Lowli

[git pull] drm for rc1

2011-02-19 Thread Alex Riesen
On Mon, Jan 10, 2011 at 23:59, Dave Airlie wrote: > The following changes since commit 989d873fc5b6a96695b97738dea8d9f02a60f8ab: > > ?Merge master.kernel.org:/home/rmk/linux-2.6-arm (2011-01-03 16:37:01 -0800) > > are available in the git repository at: > > ?ssh://master.kernel.org/pub/scm/linux/k

Re: [git pull] drm for rc1

2011-02-19 Thread Alex Riesen
On Mon, Jan 10, 2011 at 23:59, Dave Airlie wrote: > The following changes since commit 989d873fc5b6a96695b97738dea8d9f02a60f8ab: > >  Merge master.kernel.org:/home/rmk/linux-2.6-arm (2011-01-03 16:37:01 -0800) > > are available in the git repository at: > >  ssh://master.kernel.org/pub/scm/linux/k

[git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 8:40 PM, Anca Emanuel wrote: > On Fri, Jan 14, 2011 at 8:26 PM, James Simmons > wrote: >> >>> > Just as I thought. Even this breaks the nouveau driver. >>> > >>> > Could you now add also in the drm_fb_helper_fill_fix function >>> > >>> > DRM_INFO("pitch %d, depth %d\n", f

[git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 8:26 PM, James Simmons wrote: > >> > Just as I thought. Even this breaks the nouveau driver. >> > >> > Could you now add also in the drm_fb_helper_fill_fix function >> > >> > DRM_INFO("pitch %d, depth %d\n", fb_helper->fb->pitch, >> > ? ? ? ? ?fb_helper->fb->depth); >> > >

[git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 6:38 PM, James Simmons wrote: > > On Thu, 13 Jan 2011, Anca Emanuel wrote: > >> On Thu, Jan 13, 2011 at 7:55 PM, James Simmons >> wrote: >> > >> >> > > With your patch, I can boot the system. But nouveau is not loaded. >> >> > > dmesg attached. >> >> > > >> >> > >> >> >

[git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
P.S. My laptop: radeon 3470 works perfect.

[git pull] drm for rc1

2011-01-14 Thread James Simmons
> > Just as I thought. Even this breaks the nouveau driver. > > > > Could you now add also in the drm_fb_helper_fill_fix function > > > > DRM_INFO("pitch %d, depth %d\n", fb_helper->fb->pitch, > > ? ? ? ? ?fb_helper->fb->depth); > > > > I have a feeling the values are not right. Thanks. > > > > P

[git pull] drm for rc1

2011-01-14 Thread James Simmons
On Thu, 13 Jan 2011, Anca Emanuel wrote: > On Thu, Jan 13, 2011 at 7:55 PM, James Simmons > wrote: > > > >> > > With your patch, I can boot the system. But nouveau is not loaded. > >> > > dmesg attached. > >> > > > >> > > >> > Forget to mention: the revert makes first steps of boot look the sam

Re: [git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 8:40 PM, Anca Emanuel wrote: > On Fri, Jan 14, 2011 at 8:26 PM, James Simmons wrote: >> >>> > Just as I thought. Even this breaks the nouveau driver. >>> > >>> > Could you now add also in the drm_fb_helper_fill_fix function >>> > >>> > DRM_INFO("pitch %d, depth %d\n", fb_h

Re: [git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 8:26 PM, James Simmons wrote: > >> > Just as I thought. Even this breaks the nouveau driver. >> > >> > Could you now add also in the drm_fb_helper_fill_fix function >> > >> > DRM_INFO("pitch %d, depth %d\n", fb_helper->fb->pitch, >> >          fb_helper->fb->depth); >> > >>

Re: [git pull] drm for rc1

2011-01-14 Thread James Simmons
> > Just as I thought. Even this breaks the nouveau driver. > > > > Could you now add also in the drm_fb_helper_fill_fix function > > > > DRM_INFO("pitch %d, depth %d\n", fb_helper->fb->pitch, > >          fb_helper->fb->depth); > > > > I have a feeling the values are not right. Thanks. > > > > P

Re: [git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 6:38 PM, James Simmons wrote: > > On Thu, 13 Jan 2011, Anca Emanuel wrote: > >> On Thu, Jan 13, 2011 at 7:55 PM, James Simmons >> wrote: >> > >> >> > > With your patch, I can boot the system. But nouveau is not loaded. >> >> > > dmesg attached. >> >> > > >> >> > >> >> > F

Re: [git pull] drm for rc1

2011-01-14 Thread James Simmons
On Thu, 13 Jan 2011, Anca Emanuel wrote: > On Thu, Jan 13, 2011 at 7:55 PM, James Simmons wrote: > > > >> > > With your patch, I can boot the system. But nouveau is not loaded. > >> > > dmesg attached. > >> > > > >> > > >> > Forget to mention: the revert makes first steps of boot look the same >

Re: [git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
P.S. My laptop: radeon 3470 works perfect. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[git pull] drm for rc1

2011-01-13 Thread Anca Emanuel
On Thu, Jan 13, 2011 at 7:55 PM, James Simmons wrote: > >> > > With your patch, I can boot the system. But nouveau is not loaded. >> > > dmesg attached. >> > > >> > >> > Forget to mention: the revert makes first steps of boot look the same >> > (change the resolution of the text) >> > but with yo

[git pull] drm for rc1

2011-01-13 Thread James Simmons
> > > With your patch, I can boot the system. But nouveau is not loaded. > > > dmesg attached. > > > > > > > Forget to mention: the revert makes first steps of boot look the same > > (change the resolution of the text) > > but with your patch, I see a big ugly ununtu logo, (I think that is > > be

Re: [git pull] drm for rc1

2011-01-13 Thread James Simmons
> > > With your patch, I can boot the system. But nouveau is not loaded. > > > dmesg attached. > > > > > > > Forget to mention: the revert makes first steps of boot look the same > > (change the resolution of the text) > > but with your patch, I see a big ugly ununtu logo, (I think that is > > be

[git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 5:40 PM, James Simmons wrote: > >> >>> I tested the revert: the boot screen did change the resolution >> >>> (without it don't), but my PC still hangs. (using an nvidia 8800GT). >> >> >> >> Try my most recent patch. Where does it hang at? Any logs? >> >> >> > >> > With you

[git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 5:13 PM, Anca Emanuel wrote: > On Wed, Jan 12, 2011 at 3:45 PM, James Simmons > wrote: >> >>> On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger >>> wrote: >>> > Am 12.01.2011 00:28, schrieb Linus Torvalds: >>> >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraege

[git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 3:45 PM, James Simmons wrote: > >> On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger >> wrote: >> > Am 12.01.2011 00:28, schrieb Linus Torvalds: >> >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger >> >> wrote: >> >>> >> >>> Now nouveau framebuffer is comple

[git pull] drm for rc1

2011-01-12 Thread James Simmons
> Am 12.01.2011 14:45, schrieb James Simmons: > >> I tested the revert: the boot screen did change the resolution > >> (without it don't), but my PC still hangs. (using an nvidia 8800GT). > > > > Try my most recent patch. Where does it hang at? Any logs? > > FYI, I just want to mention that with

[git pull] drm for rc1

2011-01-12 Thread James Simmons
> IOW, I'm inclined to just do the revert. The "fix" clearly breaks > things, and now you're adding random parts of the function back rather > than just calling the "fill_fix()" function like things used to. Why? Its not the final patch. I'm trying to get feedback on what broke exactly. > The co

[git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 3:45 PM, James Simmons wrote: > >> On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger >> wrote: >> > Am 12.01.2011 00:28, schrieb Linus Torvalds: >> >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger >> >> wrote: >> >>> >> >>> Now nouveau framebuffer is comple

[git pull] drm for rc1

2011-01-12 Thread James Simmons
> >>> I tested the revert: the boot screen did change the resolution > >>> (without it don't), but my PC still hangs. (using an nvidia 8800GT). > >> > >> Try my most recent patch. Where does it hang at? Any logs? > >> > > > > With your patch, I can boot the system. But nouveau is not loaded. > > d

[git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger wrote: > Am 12.01.2011 00:28, schrieb Linus Torvalds: >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger >> wrote: >>> >>> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA >>> compatible controller: nVidia Corporat

[git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 12.01.2011 14:45, schrieb James Simmons: >> I tested the revert: the boot screen did change the resolution >> (without it don't), but my PC still hangs. (using an nvidia 8800GT). > > Try my most recent patch. Where does it hang at? Any logs? FYI, I just want to mention that with the latest git

[git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 12.01.2011 14:32, schrieb James Simmons: > Okay. The nouveau driver also uses the pitch as well. It > really should be using the pitch field from drm_framebuffer instead of the > line_length from fb_fix_screeninfo. This patch is just to make sure this > is the issue. I will submit another pat

[git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 12.01.2011 13:49, schrieb James Simmons: > I see the problem. Nouveau for some hardware does a accelerated > clearing of the screen before we register the framebuffer. The above patch > does fix a real issue so please don't revert it. Can you try this patch. > > diff --git a/drivers/gpu/drm/n

[git pull] drm for rc1

2011-01-12 Thread James Simmons
> On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger > wrote: > > Am 12.01.2011 00:28, schrieb Linus Torvalds: > >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger > >> wrote: > >>> > >>> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA > >>> compatible controller

[git pull] drm for rc1

2011-01-12 Thread James Simmons
> Am 12.01.2011 13:49, schrieb James Simmons: > > I see the problem. Nouveau for some hardware does a accelerated > > clearing of the screen before we register the framebuffer. The above patch > > does fix a real issue so please don't revert it. Can you try this patch. > > > > diff --git a/driv

[git pull] drm for rc1

2011-01-12 Thread James Simmons
> Am 12.01.2011 00:28, schrieb Linus Torvalds: > > On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger > > wrote: > >> > >> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA > >> compatible controller: nVidia Corporation G84M [Quadro FX 570M] (rev a1)) > >> During startup t

[git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 12.01.2011 00:28, schrieb Linus Torvalds: > On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger > wrote: >> >> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA >> compatible controller: nVidia Corporation G84M [Quadro FX 570M] (rev a1)) >> During startup the framebuffer

[git pull] drm for rc1

2011-01-12 Thread Dave Airlie
On Wed, Jan 12, 2011 at 11:36 AM, Linus Torvalds wrote: > On Tue, Jan 11, 2011 at 3:01 PM, Linus Torvalds > wrote: >> >> ?... I'll test that drm-intel-staging commit. > > Initial testing _seems_ to confirm that merging drm-intel-staging gets > rid of the problem. But I haven't spent a whole lot o

Re: [git pull] drm for rc1

2011-01-12 Thread James Simmons
> Am 12.01.2011 14:45, schrieb James Simmons: > >> I tested the revert: the boot screen did change the resolution > >> (without it don't), but my PC still hangs. (using an nvidia 8800GT). > > > > Try my most recent patch. Where does it hang at? Any logs? > > FYI, I just want to mention that with

Re: [git pull] drm for rc1

2011-01-12 Thread James Simmons
> IOW, I'm inclined to just do the revert. The "fix" clearly breaks > things, and now you're adding random parts of the function back rather > than just calling the "fill_fix()" function like things used to. Why? Its not the final patch. I'm trying to get feedback on what broke exactly. > The co

Re: [git pull] drm for rc1

2011-01-12 Thread Linus Torvalds
On Wed, Jan 12, 2011 at 5:32 AM, James Simmons wrote: > > Okay. The nouveau driver also uses the pitch as well. It > really should be using the pitch field from drm_framebuffer instead of the > line_length from fb_fix_screeninfo. This patch is just to make sure this > is the issue. I will submit a

Re: [git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 5:40 PM, James Simmons wrote: > >> >>> I tested the revert: the boot screen did change the resolution >> >>> (without it don't), but my PC still hangs. (using an nvidia 8800GT). >> >> >> >> Try my most recent patch. Where does it hang at? Any logs? >> >> >> > >> > With your

[git pull] drm for rc1

2011-01-12 Thread Linus Torvalds
On Wed, Jan 12, 2011 at 5:32 AM, James Simmons wrote: > > Okay. The nouveau driver also uses the pitch as well. It > really should be using the pitch field from drm_framebuffer instead of the > line_length from fb_fix_screeninfo. This patch is just to make sure this > is the issue. I will submit

Re: [git pull] drm for rc1

2011-01-12 Thread James Simmons
> >>> I tested the revert: the boot screen did change the resolution > >>> (without it don't), but my PC still hangs. (using an nvidia 8800GT). > >> > >> Try my most recent patch. Where does it hang at? Any logs? > >> > > > > With your patch, I can boot the system. But nouveau is not loaded. > > d

Re: [git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 5:13 PM, Anca Emanuel wrote: > On Wed, Jan 12, 2011 at 3:45 PM, James Simmons wrote: >> >>> On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger >>> wrote: >>> > Am 12.01.2011 00:28, schrieb Linus Torvalds: >>> >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger >

Re: [git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 12.01.2011 14:45, schrieb James Simmons: >> I tested the revert: the boot screen did change the resolution >> (without it don't), but my PC still hangs. (using an nvidia 8800GT). > > Try my most recent patch. Where does it hang at? Any logs? FYI, I just want to mention that with the latest git

Re: [git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 3:45 PM, James Simmons wrote: > >> On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger >> wrote: >> > Am 12.01.2011 00:28, schrieb Linus Torvalds: >> >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger >> >> wrote: >> >>> >> >>> Now nouveau framebuffer is complet

Re: [git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 12.01.2011 14:32, schrieb James Simmons: > Okay. The nouveau driver also uses the pitch as well. It > really should be using the pitch field from drm_framebuffer instead of the > line_length from fb_fix_screeninfo. This patch is just to make sure this > is the issue. I will submit another pat

Re: [git pull] drm for rc1

2011-01-12 Thread James Simmons
> On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger > wrote: > > Am 12.01.2011 00:28, schrieb Linus Torvalds: > >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger > >> wrote: > >>> > >>> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA > >>> compatible controller

Re: [git pull] drm for rc1

2011-01-12 Thread Anca Emanuel
On Wed, Jan 12, 2011 at 1:21 PM, Christian Borntraeger wrote: > Am 12.01.2011 00:28, schrieb Linus Torvalds: >> On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger >> wrote: >>> >>> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA >>> compatible controller: nVidia Corporat

Re: [git pull] drm for rc1

2011-01-12 Thread James Simmons
> Am 12.01.2011 13:49, schrieb James Simmons: > > I see the problem. Nouveau for some hardware does a accelerated > > clearing of the screen before we register the framebuffer. The above patch > > does fix a real issue so please don't revert it. Can you try this patch. > > > > diff --git a/driv

Re: [git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 12.01.2011 13:49, schrieb James Simmons: > I see the problem. Nouveau for some hardware does a accelerated > clearing of the screen before we register the framebuffer. The above patch > does fix a real issue so please don't revert it. Can you try this patch. > > diff --git a/drivers/gpu/drm/n

Re: [git pull] drm for rc1

2011-01-12 Thread James Simmons
> Am 12.01.2011 00:28, schrieb Linus Torvalds: > > On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger > > wrote: > >> > >> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA > >> compatible controller: nVidia Corporation G84M [Quadro FX 570M] (rev a1)) > >> During startup t

Re: [git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 12.01.2011 00:28, schrieb Linus Torvalds: > On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger > wrote: >> >> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA >> compatible controller: nVidia Corporation G84M [Quadro FX 570M] (rev a1)) >> During startup the framebuffer

[git pull] drm for rc1

2011-01-12 Thread Christian Borntraeger
Am 10.01.2011 23:59, schrieb Dave Airlie: > > Hi Linus, > > non-drm changes: > one kref change we needed that went on list with no comments > > New hardware: > radeon: add support for Fusion APUs and Radeon HD6xxx chipsets > nouveau: Fermi acceleration support (requires external fw for now) > >

[git pull] drm for rc1

2011-01-11 Thread Chris Wilson
On Tue, 11 Jan 2011 14:16:54 -0800, Linus Torvalds wrote: > The BUG_ON() that triggers is appended. And as mentioned, the jerky > thing really seems to start happening in the exact same circumstance > when this BUG_ON triggered. Yes, that is the race in IRQ refcounting that I have an outstanding

[git pull] drm for rc1

2011-01-11 Thread Chris Wilson
On Tue, 11 Jan 2011 11:45:05 -0800, Jesse Barnes wrote: > On Tue, 11 Jan 2011 11:25:39 -0800 > Linus Torvalds wrote: > > > On Tue, Jan 11, 2011 at 11:12 AM, Jesse Barnes > virtuousgeek.org> wrote: > > > > > > Have you tried reproducing it using xset dpms force off or similar? > > > > That doe

[git pull] drm for rc1

2011-01-11 Thread Anca Emanuel
Dave, in the future, can you make pull requests like Ingo ? What I mean: non-drm generic power nouveau radeon intel others

[git pull] drm for rc1

2011-01-11 Thread Anca Emanuel
On Tue, Jan 11, 2011 at 6:11 PM, Anca Emanuel wrote: > Linus, 2.6.37-git4 works for me, can you unpull the DRM, and wait > until is more stable ? What I have done: git bisect log git bisect start # bad: [5b2eef966cb2ae307aa4ef1767f7307774bc96ca] Merge branch 'drm-core-next' of git://git.kernel.or

[git pull] drm for rc1

2011-01-11 Thread Anca Emanuel
On Tue, Jan 11, 2011 at 6:01 PM, Linus Torvalds wrote: > On Mon, Jan 10, 2011 at 10:06 PM, Jesse Barnes > wrote: >> >> Arg. ?It's been ok on my ILK systems, but Chris has found some issues with >> out watermarking code iirc; apparently we're underflowing the display FIFO, >> causing all sorts

Re: [git pull] drm for rc1

2011-01-11 Thread Dave Airlie
On Wed, Jan 12, 2011 at 11:36 AM, Linus Torvalds wrote: > On Tue, Jan 11, 2011 at 3:01 PM, Linus Torvalds > wrote: >> >>  ... I'll test that drm-intel-staging commit. > > Initial testing _seems_ to confirm that merging drm-intel-staging gets > rid of the problem. But I haven't spent a whole lot o

Re: [git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 3:01 PM, Linus Torvalds wrote: > > ... I'll test that drm-intel-staging commit. Initial testing _seems_ to confirm that merging drm-intel-staging gets rid of the problem. But I haven't spent a whole lot of time in the screen saver. Will start driving kids around now, so m

[git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 3:01 PM, Linus Torvalds wrote: > > ... I'll test that drm-intel-staging commit. Initial testing _seems_ to confirm that merging drm-intel-staging gets rid of the problem. But I haven't spent a whole lot of time in the screen saver. Will start driving kids around now, so m

[git pull] drm for rc1

2011-01-11 Thread Dave Airlie
On Tue, Jan 11, 2011 at 4:28 PM, Dave Airlie wrote: > On Tue, Jan 11, 2011 at 4:06 PM, Jesse Barnes > wrote: >> "Dave Airlie" wrote: >> >>>On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds >>> wrote: On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie >>>wrote: > Highlights: > core/drivers

[git pull] drm for rc1

2011-01-11 Thread Dave Airlie
On Tue, Jan 11, 2011 at 4:06 PM, Jesse Barnes wrote: > "Dave Airlie" wrote: > >>On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds >> wrote: >>> On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie >>wrote: Highlights: core/drivers: add support for high precision vblank timestamps radeon: p

Re: [git pull] drm for rc1

2011-01-11 Thread Christian Borntraeger
Am 10.01.2011 23:59, schrieb Dave Airlie: > > Hi Linus, > > non-drm changes: > one kref change we needed that went on list with no comments > > New hardware: > radeon: add support for Fusion APUs and Radeon HD6xxx chipsets > nouveau: Fermi acceleration support (requires external fw for now) > >

Re: [git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger wrote: > > Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA > compatible controller: nVidia Corporation G84M [Quadro FX 570M] (rev a1)) > During startup the framebuffer shows only stripes and a blank > screen after suspend

[git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger wrote: > > Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA > compatible controller: nVidia Corporation G84M [Quadro FX 570M] (rev a1)) > During startup the framebuffer shows only stripes and a blank > screen after suspend

Re: [git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds wrote: > > I'll test the merge, but I thought I'd send out this note already at > this point, because I'm pretty sure this is it. Hmm. The merge already has the *ERROR* Hangcheck (together with jerky behavior), so it wasn't actually the polling patc

[git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds wrote: > > I'll test the merge, but I thought I'd send out this note already at > this point, because I'm pretty sure this is it. Hmm. The merge already has the *ERROR* Hangcheck (together with jerky behavior), so it wasn't actually the polling patc

[git pull] drm for rc1

2011-01-11 Thread Dave Airlie
On Tue, Jan 11, 2011 at 2:48 PM, Dave Airlie wrote: > On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds > wrote: >> On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie wrote: >>> Highlights: >>> core/drivers: add support for high precision vblank timestamps >>> radeon: pageflipping support, Gen2 PCIE sup

[git pull] drm for rc1

2011-01-11 Thread Dave Airlie
On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds wrote: > On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie wrote: >> Highlights: >> core/drivers: add support for high precision vblank timestamps >> radeon: pageflipping support, Gen2 PCIE support >> nouveau: reworked VRAM and VM support >> intel: bette

[git pull] drm for rc1

2011-01-11 Thread Pavel Machek
Hi! > >>> Highlights: > >>> core/drivers: add support for high precision vblank timestamps > >>> radeon: pageflipping support, Gen2 PCIE support > >>> nouveau: reworked VRAM and VM support > >>> intel: better ILK/SNB powersaving support, Full GTT support > >> > >> Lowlights: it's broken. Heh, at

Re: [git pull] drm for rc1

2011-01-11 Thread Chris Wilson
On Tue, 11 Jan 2011 14:16:54 -0800, Linus Torvalds wrote: > The BUG_ON() that triggers is appended. And as mentioned, the jerky > thing really seems to start happening in the exact same circumstance > when this BUG_ON triggered. Yes, that is the race in IRQ refcounting that I have an outstanding

Re: [git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 11:25 AM, Linus Torvalds wrote: > > Maybe the screen just has to be inactive for a longer time: do you do > some dynamic "let's power things down if nothing is changing"? So since this is _almost_ reproducible for me, I tried bisecting it. The bisection is a bit iffy, sin

[git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 11:25 AM, Linus Torvalds wrote: > > Maybe the screen just has to be inactive for a longer time: do you do > some dynamic "let's power things down if nothing is changing"? So since this is _almost_ reproducible for me, I tried bisecting it. The bisection is a bit iffy, sin

[git pull] drm for rc1

2011-01-11 Thread Chris Wilson
On Tue, 11 Jan 2011 14:33:29 +0100, Pavel Machek wrote: > Hi! > > > >>> Highlights: > > >>> core/drivers: add support for high precision vblank timestamps > > >>> radeon: pageflipping support, Gen2 PCIE support > > >>> nouveau: reworked VRAM and VM support > > >>> intel: better ILK/SNB powersavin

[git pull] drm for rc1

2011-01-11 Thread Anca Emanuel
With kernel 2.6.37-git5, my PC hangs. ( I have an nvidia 8800GT and nouveau ) Foto attached. -- next part -- A non-text attachment was scrubbed... Name: screen.JPG Type: image/jpeg Size: 106271 bytes Desc: not available URL:

Re: [git pull] drm for rc1

2011-01-11 Thread Chris Wilson
On Tue, 11 Jan 2011 11:45:05 -0800, Jesse Barnes wrote: > On Tue, 11 Jan 2011 11:25:39 -0800 > Linus Torvalds wrote: > > > On Tue, Jan 11, 2011 at 11:12 AM, Jesse Barnes > > wrote: > > > > > > Have you tried reproducing it using xset dpms force off or similar? > > > > That doesn't seem to do

Re: [git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 11:45 AM, Jesse Barnes wrote: >> >> Maybe the screen just has to be inactive for a longer time: do you do >> some dynamic "let's power things down if nothing is changing"? > > There are some timeouts, the FBC engine will recompress about once > every 15s; the self-refresh t

[git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 11:45 AM, Jesse Barnes wrote: >> >> Maybe the screen just has to be inactive for a longer time: do you do >> some dynamic "let's power things down if nothing is changing"? > > There are some timeouts, the FBC engine will recompress about once > every 15s; the self-refresh

Re: [git pull] drm for rc1

2011-01-11 Thread Jesse Barnes
On Tue, 11 Jan 2011 11:25:39 -0800 Linus Torvalds wrote: > On Tue, Jan 11, 2011 at 11:12 AM, Jesse Barnes > wrote: > > > > Have you tried reproducing it using xset dpms force off or similar? > > That doesn't seem to do anything bad. > > In fact, I think the second time it happened the screen

[git pull] drm for rc1

2011-01-11 Thread Jesse Barnes
On Tue, 11 Jan 2011 11:25:39 -0800 Linus Torvalds wrote: > On Tue, Jan 11, 2011 at 11:12 AM, Jesse Barnes > wrote: > > > > Have you tried reproducing it using xset dpms force off or similar? > > That doesn't seem to do anything bad. > > In fact, I think the second time it happened the screen

Re: [git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 11:12 AM, Jesse Barnes wrote: > > Have you tried reproducing it using xset dpms force off or similar? That doesn't seem to do anything bad. In fact, I think the second time it happened the screen never went black - just the random photo thing was on. But no, forcing the s

[git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 11:12 AM, Jesse Barnes wrote: > > Have you tried reproducing it using xset dpms force off or similar? That doesn't seem to do anything bad. In fact, I think the second time it happened the screen never went black - just the random photo thing was on. But no, forcing the

Re: [git pull] drm for rc1

2011-01-11 Thread Jesse Barnes
On Tue, 11 Jan 2011 11:00:13 -0800 Linus Torvalds wrote: > On Tue, Jan 11, 2011 at 8:01 AM, Linus Torvalds > wrote: > > > > But yes, it worked before pulling Dave's tree, IOW, I haven't seen > > this message on this machine before. > > .. and it's not a fluke. It happened again, and once more w

[git pull] drm for rc1

2011-01-11 Thread Jesse Barnes
On Tue, 11 Jan 2011 11:00:13 -0800 Linus Torvalds wrote: > On Tue, Jan 11, 2011 at 8:01 AM, Linus Torvalds > wrote: > > > > But yes, it worked before pulling Dave's tree, IOW, I haven't seen > > this message on this machine before. > > .. and it's not a fluke. It happened again, and once more w

Re: [git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 8:01 AM, Linus Torvalds wrote: > > But yes, it worked before pulling Dave's tree, IOW, I haven't seen > this message on this machine before. .. and it's not a fluke. It happened again, and once more while I was away from the machine and the screen saver was running. So it

[git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Tue, Jan 11, 2011 at 8:01 AM, Linus Torvalds wrote: > > But yes, it worked before pulling Dave's tree, IOW, I haven't seen > this message on this machine before. .. and it's not a fluke. It happened again, and once more while I was away from the machine and the screen saver was running. So it

[git pull] drm for rc1

2011-01-11 Thread Chris Wilson
On Tue, 11 Jan 2011 14:51:40 +1000, Dave Airlie wrote: > On Tue, Jan 11, 2011 at 2:48 PM, Dave Airlie wrote: > > On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds > > wrote: > >> On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie wrote: > >>> Highlights: > >>> core/drivers: add support for high precisi

Re: [git pull] drm for rc1

2011-01-11 Thread Anca Emanuel
Dave, in the future, can you make pull requests like Ingo ? What I mean: non-drm generic power nouveau radeon intel others ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [git pull] drm for rc1

2011-01-11 Thread Anca Emanuel
On Tue, Jan 11, 2011 at 6:11 PM, Anca Emanuel wrote: > Linus, 2.6.37-git4 works for me, can you unpull the DRM, and wait > until is more stable ? What I have done: git bisect log git bisect start # bad: [5b2eef966cb2ae307aa4ef1767f7307774bc96ca] Merge branch 'drm-core-next' of git://git.kernel.or

Re: [git pull] drm for rc1

2011-01-11 Thread Anca Emanuel
On Tue, Jan 11, 2011 at 6:01 PM, Linus Torvalds wrote: > On Mon, Jan 10, 2011 at 10:06 PM, Jesse Barnes > wrote: >> >> Arg.  It's been ok on my ILK systems, but Chris has found some issues with >> out watermarking code iirc; apparently we're underflowing the display FIFO, >> causing all sorts

Re: [git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Mon, Jan 10, 2011 at 10:06 PM, Jesse Barnes wrote: > > Arg.  It's been ok on my ILK systems, but Chris has found some issues with > out watermarking code iirc; apparently we're underflowing the display FIFO, > causing all sorts of trouble.  If it works before the pull of Dave's tree, > can y

[git pull] drm for rc1

2011-01-11 Thread Linus Torvalds
On Mon, Jan 10, 2011 at 10:06 PM, Jesse Barnes wrote: > > Arg. ?It's been ok on my ILK systems, but Chris has found some issues with > out watermarking code iirc; apparently we're underflowing the display FIFO, > causing all sorts of trouble. ?If it works before the pull of Dave's tree, > can

Re: [git pull] drm for rc1

2011-01-11 Thread Chris Wilson
On Tue, 11 Jan 2011 14:33:29 +0100, Pavel Machek wrote: > Hi! > > > >>> Highlights: > > >>> core/drivers: add support for high precision vblank timestamps > > >>> radeon: pageflipping support, Gen2 PCIE support > > >>> nouveau: reworked VRAM and VM support > > >>> intel: better ILK/SNB powersavin

Re: [git pull] drm for rc1

2011-01-11 Thread Pavel Machek
Hi! > >>> Highlights: > >>> core/drivers: add support for high precision vblank timestamps > >>> radeon: pageflipping support, Gen2 PCIE support > >>> nouveau: reworked VRAM and VM support > >>> intel: better ILK/SNB powersaving support, Full GTT support > >> > >> Lowlights: it's broken. Heh, at

Re: [git pull] drm for rc1

2011-01-11 Thread Chris Wilson
On Tue, 11 Jan 2011 14:51:40 +1000, Dave Airlie wrote: > On Tue, Jan 11, 2011 at 2:48 PM, Dave Airlie wrote: > > On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds > > wrote: > >> On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie wrote: > >>> Highlights: > >>> core/drivers: add support for high precisi

Re: [git pull] drm for rc1

2011-01-10 Thread Dave Airlie
On Tue, Jan 11, 2011 at 4:28 PM, Dave Airlie wrote: > On Tue, Jan 11, 2011 at 4:06 PM, Jesse Barnes > wrote: >> "Dave Airlie" wrote: >> >>>On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds >>> wrote: On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie >>>wrote: > Highlights: > core/drivers

[git pull] drm for rc1

2011-01-10 Thread Dave Airlie
Hi Linus, non-drm changes: one kref change we needed that went on list with no comments New hardware: radeon: add support for Fusion APUs and Radeon HD6xxx chipsets nouveau: Fermi acceleration support (requires external fw for now) Highlights: core/drivers: add support for high precision vblank

Re: [git pull] drm for rc1

2011-01-10 Thread Dave Airlie
On Tue, Jan 11, 2011 at 4:06 PM, Jesse Barnes wrote: > "Dave Airlie" wrote: > >>On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds >> wrote: >>> On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie >>wrote: Highlights: core/drivers: add support for high precision vblank timestamps radeon: pa

Re: [git pull] drm for rc1

2011-01-10 Thread Jesse Barnes
"Dave Airlie" wrote: >On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds > wrote: >> On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie >wrote: >>> Highlights: >>> core/drivers: add support for high precision vblank timestamps >>> radeon: pageflipping support, Gen2 PCIE support >>> nouveau: reworked VRAM

[git pull] drm for rc1

2011-01-10 Thread Jesse Barnes
"Dave Airlie" wrote: >On Tue, Jan 11, 2011 at 2:16 PM, Linus Torvalds > wrote: >> On Mon, Jan 10, 2011 at 2:59 PM, Dave Airlie >wrote: >>> Highlights: >>> core/drivers: add support for high precision vblank timestamps >>> radeon: pageflipping support, Gen2 PCIE support >>> nouveau: reworked VRAM

  1   2   >