[git pull] drm fixes (intel only)

2011-02-24 Thread Dave Airlie
Hi Linus, Since Chris missed my last pull I've got a seprate set of fixes for Intel, should fix an eDP issue, a couple of 855 problems (tiling and buffer coherency), Dave. The following changes since commit ef3242859fae47e728b50b7ce3d17b201a71779a: Merge git://git.kernel.org/pub/scm/linux/

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #12 from Oldřich Jedlička 2011-02-25 06:17:11 --- If you use the value 0°C as "OFF" while it is really a valid value, then you pass the decision whether the card is off outside of the kernel to the software reading the temperatur

[git pull] drm fixes

2011-02-24 Thread Alex Riesen
On Thu, Feb 24, 2011 at 20:04, Alex Riesen wrote: > So, AFAICS, at the moment there is no better patch than this: > > diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c > index 17bd766..8f8a6a3 100644 > --- a/drivers/gpu/drm/i915/i915_dma.c > +++ b/drivers/gpu/drm/i915/

[git pull] drm fixes

2011-02-24 Thread Alex Riesen
On Thu, Feb 24, 2011 at 10:18, Indan Zupancic wrote: >>> >>> As it turns out this is a bug in the userspace components of the stack for >>> gen2 hardware, with lax kernel side enforcement. Daniel has a fix for both. >> >> Chris, could you point us at the patch? I ask because Daniel left a >> comme

[Bug 29842] New: Radeon runs very hot

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29842 Summary: Radeon runs very hot Product: Drivers Version: 2.5 Kernel Version: 2.6.38-rc6 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: n

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #11 from Andrew Morton 2011-02-24 18:59:33 --- (In reply to comment #10) > is 0 really a reasonable value? Well no, not really. I assume that a machine will work OK in -30C ambient, in which case the chip might actually be runn

Information resources

2011-02-24 Thread Jerome Glisse
On Thu, Feb 24, 2011 at 2:50 PM, Phillip Susi wrote: > I'm looking for resources I can read to learn more. ?I mostly have some > basic questions that are probably in a FAQ or something, so if someone > could point me the right way I'd appreciate it. > dri.freedesktop.org has most informations we

Re: Linux 2.6.38-rc6

2011-02-24 Thread Anca Emanuel
On Fri, Feb 25, 2011 at 3:47 AM, Anca Emanuel wrote: > On Fri, Feb 25, 2011 at 3:14 AM, Dave Airlie wrote: >> On Thu, 2011-02-24 at 16:54 -0800, Linus Torvalds wrote: >>> On Thu, Feb 24, 2011 at 4:48 PM, Anca Emanuel >>> wrote: >>> > >>> > diff --git a/drivers/video/fbmem.c b/drivers/video/fbme

Re: Linux 2.6.38-rc6

2011-02-24 Thread Anca Emanuel
On Fri, Feb 25, 2011 at 3:14 AM, Dave Airlie wrote: > On Thu, 2011-02-24 at 16:54 -0800, Linus Torvalds wrote: >> On Thu, Feb 24, 2011 at 4:48 PM, Anca Emanuel wrote: >> > >> > diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c >> > index e2bf953..e8f8925 100644 >> > --- a/drivers/video/f

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #10 from Alex Deucher 2011-02-24 17:36:13 --- (In reply to comment #8) > I bet everyone's machine was previously reading zero. Now it's reading random > crap. It was always reading back random random crap, that's my point! The

Re: Linux 2.6.38-rc6

2011-02-24 Thread Dave Airlie
On Thu, 2011-02-24 at 16:54 -0800, Linus Torvalds wrote: > On Thu, Feb 24, 2011 at 4:48 PM, Anca Emanuel wrote: > > > > diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c > > index e2bf953..e8f8925 100644 > > --- a/drivers/video/fbmem.c > > +++ b/drivers/video/fbmem.c > > @@ -1511,6 +1511,

Re: Linux 2.6.38-rc6

2011-02-24 Thread Linus Torvalds
On Thu, Feb 24, 2011 at 4:48 PM, Anca Emanuel wrote: > > diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c > index e2bf953..e8f8925 100644 > --- a/drivers/video/fbmem.c > +++ b/drivers/video/fbmem.c > @@ -1511,6 +1511,7 @@ void remove_conflicting_framebuffers(struct > apertures_struct *a,

Linux 2.6.38-rc6

2011-02-24 Thread Linus Torvalds
On Thu, Feb 24, 2011 at 4:48 PM, Anca Emanuel wrote: > > diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c > index e2bf953..e8f8925 100644 > --- a/drivers/video/fbmem.c > +++ b/drivers/video/fbmem.c > @@ -1511,6 +1511,7 @@ void remove_conflicting_framebuffers(struct > apertures_struct *a,

Re: Linux 2.6.38-rc6

2011-02-24 Thread Anca Emanuel
On Thu, Feb 24, 2011 at 6:37 PM, Linus Torvalds wrote: > On Thu, Feb 24, 2011 at 5:20 AM, Anca Emanuel wrote: >>> >>> Every boot? >> >> Yes. >> >>> And just out of interest, what happens if you don't have the vesafb >>> driver at all? >> >> I used 'e' option from grub, removed the 'set gfxpayload

Re: [git pull] drm fixes

2011-02-24 Thread Indan Zupancic
On Thu, February 24, 2011 20:04, Alex Riesen wrote: > On Thu, Feb 24, 2011 at 10:18, Indan Zupancic wrote: As it turns out this is a bug in the userspace components of the stack for gen2 hardware, with lax kernel side enforcement. Daniel has a fix for both. >>> >>> Chris, could you

Linux 2.6.38-rc6

2011-02-24 Thread Anca Emanuel
On Thu, Feb 24, 2011 at 2:28 AM, Linus Torvalds wrote: > On Wed, Feb 23, 2011 at 9:16 AM, Anca Emanuel > wrote: >>> >>> Looks like nouveafb took over from vesafb. Did you do anything special >>> to trigger this? >> >> No. Just boot the system. > > Every boot? Yes. > > And just out of interest,

Re: Information resources

2011-02-24 Thread Jerome Glisse
On Thu, Feb 24, 2011 at 2:50 PM, Phillip Susi wrote: > I'm looking for resources I can read to learn more.  I mostly have some > basic questions that are probably in a FAQ or something, so if someone > could point me the right way I'd appreciate it. > dri.freedesktop.org has most informations we

Information resources

2011-02-24 Thread Phillip Susi
I'm looking for resources I can read to learn more. I mostly have some basic questions that are probably in a FAQ or something, so if someone could point me the right way I'd appreciate it. Specifically some of the things I have been wondering are: 1) It looks like the firmware is in the kernel

[git pull] drm fixes (intel only)

2011-02-24 Thread Dave Airlie
Hi Linus, Since Chris missed my last pull I've got a seprate set of fixes for Intel, should fix an eDP issue, a couple of 855 problems (tiling and buffer coherency), Dave. The following changes since commit ef3242859fae47e728b50b7ce3d17b201a71779a: Merge git://git.kernel.org/pub/scm/linux/

Problems when try to alloc user bo using TTM

2011-02-24 Thread april
Hi all: TTM provide "ttm_bo_type_user" which create bo from user space memory. I try to use this functions, but find some problems: 1. Can not get "pages" when driver try to bind user pages to GPU apterure. ttm->state set to "tt_unbound" when add ttm structs, while ttm_tt_populate prevent drive

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #19 from Dawit Alemayehu 2011-02-24 13:27:54 PST --- (In reply to comment #18) > (In reply to comment #17) > > > > Well Xv is most definitely enabled on my system, but I fail to see how that > > helps with the kwin composting issue.

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #19 from Dawit Alemayehu 2011-02-24 13:27:54 PST --- (In reply to comment #18) > (In reply to comment #17) > > > > Well Xv is most definitely enabled on my system, but I fail to see how that > > helps with the kwin composting issue.

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #18 from Alex Deucher 2011-02-24 12:44:21 PST --- (In reply to comment #17) > > Well Xv is most definitely enabled on my system, but I fail to see how that > helps with the kwin composting issue. Perhaps, I misunderstood your questio

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #18 from Alex Deucher 2011-02-24 12:44:21 PST --- (In reply to comment #17) > > Well Xv is most definitely enabled on my system, but I fail to see how that > helps with the kwin composting issue. Perhaps, I misunderstood your questi

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #17 from Dawit Alemayehu 2011-02-24 12:13:43 PST --- (In reply to comment #15) > Does using Xv fix the kwin issues? A user reported on IRC that using Xv seems > to fix the GL issues he was having which implies we are missing some st

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #16 from Dawit Alemayehu 2011-02-24 12:13:29 PST --- Created an attachment (id=43770) --> (https://bugs.freedesktop.org/attachment.cgi?id=43770) xvinfo output -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #17 from Dawit Alemayehu 2011-02-24 12:13:43 PST --- (In reply to comment #15) > Does using Xv fix the kwin issues? A user reported on IRC that using Xv seems > to fix the GL issues he was having which implies we are missing some st

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #16 from Dawit Alemayehu 2011-02-24 12:13:29 PST --- Created an attachment (id=43770) --> (https://bugs.freedesktop.org/attachment.cgi?id=43770) xvinfo output -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em

Information resources

2011-02-24 Thread Phillip Susi
I'm looking for resources I can read to learn more. I mostly have some basic questions that are probably in a FAQ or something, so if someone could point me the right way I'd appreciate it. Specifically some of the things I have been wondering are: 1) It looks like the firmware is in the kernel

Re: [git pull] drm fixes

2011-02-24 Thread Alex Riesen
On Thu, Feb 24, 2011 at 20:04, Alex Riesen wrote: > So, AFAICS, at the moment there is no better patch than this: > > diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c > index 17bd766..8f8a6a3 100644 > --- a/drivers/gpu/drm/i915/i915_dma.c > +++ b/drivers/gpu/drm/i915/

[Bug 29842] New: Radeon runs very hot

2011-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29842 Summary: Radeon runs very hot Product: Drivers Version: 2.5 Kernel Version: 2.6.38-rc6 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: n

Re: [git pull] drm fixes

2011-02-24 Thread Alex Riesen
On Thu, Feb 24, 2011 at 10:18, Indan Zupancic wrote: >>> >>> As it turns out this is a bug in the userspace components of the stack for >>> gen2 hardware, with lax kernel side enforcement. Daniel has a fix for both. >> >> Chris, could you point us at the patch? I ask because Daniel left a >> comme

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #11 from Andrew Morton 2011-02-24 18:59:33 --- (In reply to comment #10) > is 0 really a reasonable value? Well no, not really. I assume that a machine will work OK in -30C ambient, in which case the chip might actually be runn

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 Old?ich Jedli?ka changed: What|Removed |Added CC||oldium.pro at seznam.cz --- Commen

[PATCH] radeon: DMA unmap dummy page during unload/unbind.

2011-02-24 Thread Konrad Rzeszutek Wilk
On Thu, Feb 24, 2011 at 03:25:43AM -0500, Alex Deucher wrote: > On Wed, Feb 23, 2011 at 3:48 PM, Konrad Rzeszutek Wilk > wrote: > > git commit 82568565683b4991964a5fc89a9ca0c7122818e8 adds a dummy page > > so that if something goes wrong it will at least fetch/write data > > _only_ to this locatio

Linux 2.6.38-rc6

2011-02-24 Thread Dave Airlie
On Thu, Feb 24, 2011 at 10:28 AM, Linus Torvalds wrote: > On Wed, Feb 23, 2011 at 9:16 AM, Anca Emanuel > wrote: >>> >>> Looks like nouveafb took over from vesafb. Did you do anything special >>> to trigger this? >> >> No. Just boot the system. > > Every boot? > > And just out of interest, what

[git pull] drm fixes

2011-02-24 Thread Indan Zupancic
On Thu, February 24, 2011 09:27, Alex Riesen wrote: > On Thu, Feb 24, 2011 at 01:13, Chris Wilson > wrote: >> On Wed, 23 Feb 2011 15:58:02 -0800, Linus Torvalds > linux-foundation.org> >> wrote: >>> > >>> > See bug https://bugzilla.kernel.org/show_bug.cgi?id=27572 >>> >>> Any update on that one?

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #10 from Alex Deucher 2011-02-24 17:36:13 --- (In reply to comment #8) > I bet everyone's machine was previously reading zero. Now it's reading random > crap. It was always reading back random random crap, that's my point! The

[git pull] drm fixes

2011-02-24 Thread Alex Riesen
On Thu, Feb 24, 2011 at 01:13, Chris Wilson wrote: > On Wed, 23 Feb 2011 15:58:02 -0800, Linus Torvalds linux-foundation.org> wrote: >> > >> > See bug https://bugzilla.kernel.org/show_bug.cgi?id=27572 >> >> Any update on that one? > > No, reverting that will cause just another bug elsewhere. I ne

[Bug 29502] Change to legacy algo to preferring lower post dividers breaks certain modelines

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29502 Rafael J. Wysocki changed: What|Removed |Added CC||florian at mickler.org,

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #15 from Alex Deucher 2011-02-24 08:52:26 PST --- Does using Xv fix the kwin issues? A user reported on IRC that using Xv seems to fix the GL issues he was having which implies we are missing some state in the 3D driver that the 2D d

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #15 from Alex Deucher 2011-02-24 08:52:26 PST --- Does using Xv fix the kwin issues? A user reported on IRC that using Xv seems to fix the GL issues he was having which implies we are missing some state in the 3D driver that the 2D

Re: Linux 2.6.38-rc6

2011-02-24 Thread Linus Torvalds
On Thu, Feb 24, 2011 at 5:20 AM, Anca Emanuel wrote: >> >> Every boot? > > Yes. > >> And just out of interest, what happens if you don't have the vesafb >> driver at all? > > I used 'e' option from grub, removed the 'set gfxpayload = $linux_gfx_mode' > and it works. > > dmesg: http://pastebin.com/

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33348 Dawit Alemayehu changed: What|Removed |Added Attachment #43757|screenshot of activating|screenshot of activating descri

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33348 Dawit Alemayehu changed: What|Removed |Added Attachment #43757|screenshot of activating|screenshot of activating descri

Linux 2.6.38-rc6

2011-02-24 Thread Linus Torvalds
ext/x-patch Size: 496 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110224/1de9464e/attachment.bin>

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #14 from Dawit Alemayehu 2011-02-24 08:35:48 PST --- Created an attachment (id=43757) --> (https://bugs.freedesktop.org/attachment.cgi?id=43757) screenshot of activating compositing in kwin -- Configure bugmail: https://bugs.freed

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33348 --- Comment #14 from Dawit Alemayehu 2011-02-24 08:35:48 PST --- Created an attachment (id=43757) --> (https://bugs.freedesktop.org/attachment.cgi?id=43757) screenshot of activating compositing in kwin -- Configure bugmail: https://bugs.freed

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #8 from Andrew Morton 2011-02-24 08:14:46 --- The interface changed. Why is this so hard to understand? Change it back! It's two lines of code, I expect. I bet everyone's machine was previously reading zero. Now it's reading

Re: [PATCH] radeon: DMA unmap dummy page during unload/unbind.

2011-02-24 Thread Konrad Rzeszutek Wilk
On Thu, Feb 24, 2011 at 03:25:43AM -0500, Alex Deucher wrote: > On Wed, Feb 23, 2011 at 3:48 PM, Konrad Rzeszutek Wilk > wrote: > > git commit 82568565683b4991964a5fc89a9ca0c7122818e8 adds a dummy page > > so that if something goes wrong it will at least fetch/write data > > _only_ to this locatio

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #7 from Alex Deucher 2011-02-24 06:21:01 --- None of the temperatures potentially returned are accurate when the device is disabled. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are rece

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #6 from Alex Deucher 2011-02-24 06:19:12 --- The previous behavior was undefined; it just happened to be 0 for one user. It's reading back a register from an MMIO aperture on a disabled PCI device. It might read back as 50 for

Re: Linux 2.6.38-rc6

2011-02-24 Thread Anca Emanuel
On Thu, Feb 24, 2011 at 2:28 AM, Linus Torvalds wrote: > On Wed, Feb 23, 2011 at 9:16 AM, Anca Emanuel wrote: >>> >>> Looks like nouveafb took over from vesafb. Did you do anything special >>> to trigger this? >> >> No. Just boot the system. > > Every boot? Yes. > > And just out of interest, wh

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #5 from Andrew Morton 2011-02-24 05:14:11 --- (In reply to comment #4) > The old behavior was wrong. Don't care really. We shouldn't change interfaces. > The temperature value in the register was > interpreted incorrectly prio

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #4 from Alex Deucher 2011-02-24 04:36:28 --- The old behavior was wrong. The temperature value in the register was interpreted incorrectly prior to my recent patch (improper handling of signed values). Also, if the card is disa

[PATCH] radeon: DMA unmap dummy page during unload/unbind.

2011-02-24 Thread Alex Deucher
dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- A non-text attachment was scrubbed... Name: 0001-drm-radeon-kms-clean-up-gart-dummy-page-handling.patch Type: text/x-patch Size: 3337 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110224/2da72954/attachment.bin>

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29572 Oldřich Jedlička changed: What|Removed |Added CC||oldium@seznam.cz --- Comment #

[Bug 34583] graphics artifacts in Opengl

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34583 Michel Dänzer changed: What|Removed |Added Attachment #43731|application/octet-stream|text/plain mime type|

[Bug 34583] graphics artifacts in Opengl

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34583 Michel Dänzer changed: What|Removed |Added Attachment #43730|application/octet-stream|text/plain mime type|

[Bug 34583] graphics artifacts in Opengl

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34583 Michel D?nzer changed: What|Removed |Added Attachment #43731|application/octet-stream|text/plain mime type|

[Bug 34583] graphics artifacts in Opengl

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34583 Michel D?nzer changed: What|Removed |Added Attachment #43730|application/octet-stream|text/plain mime type|

[Bug 34462] 180 second hang on boot, DRM doesn't seem to initialize (firmware issue?)

2011-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34462 --- Comment #5 from Owen Riddy 2011-02-24 02:11:27 PST --- > Does passing the parameter no_wb=1 to the radeon kernel module help? It doesn't seem to help. `dmesg | grep WB` shows it as Disabled, but modprobe still hangs on load at the RS780 fir

[Bug 34462] 180 second hang on boot, DRM doesn't seem to initialize (firmware issue?)

2011-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34462 --- Comment #5 from Owen Riddy 2011-02-24 02:11:27 PST --- > Does passing the parameter no_wb=1 to the radeon kernel module help? It doesn't seem to help. `dmesg | grep WB` shows it as Disabled, but modprobe still hangs on load at the RS780 fir

[Bug 29502] Change to legacy algo to preferring lower post dividers breaks certain modelines

2011-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29502 Rafael J. Wysocki changed: What|Removed |Added CC||flor...@mickler.org,

Re: [git pull] drm fixes

2011-02-24 Thread Indan Zupancic
On Thu, February 24, 2011 09:27, Alex Riesen wrote: > On Thu, Feb 24, 2011 at 01:13, Chris Wilson wrote: >> On Wed, 23 Feb 2011 15:58:02 -0800, Linus Torvalds >> >> wrote: >>> > >>> > See bug https://bugzilla.kernel.org/show_bug.cgi?id=27572 >>> >>> Any update on that one? >> >> No, reverting th

Re: [git pull] drm fixes

2011-02-24 Thread Alex Riesen
On Thu, Feb 24, 2011 at 01:13, Chris Wilson wrote: > On Wed, 23 Feb 2011 15:58:02 -0800, Linus Torvalds > wrote: >> > >> > See bug https://bugzilla.kernel.org/show_bug.cgi?id=27572 >> >> Any update on that one? > > No, reverting that will cause just another bug elsewhere. I need to > work out ho

Re: [PATCH] radeon: DMA unmap dummy page during unload/unbind.

2011-02-24 Thread Alex Deucher
On Wed, Feb 23, 2011 at 3:48 PM, Konrad Rzeszutek Wilk wrote: > git commit 82568565683b4991964a5fc89a9ca0c7122818e8 adds a dummy page > so that if something goes wrong it will at least fetch/write data > _only_ to this location. > > The radeon_gart_init sets it up.. but there is no corresponding >

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29572 --- Comment #8 from Andrew Morton 2011-02-24 08:14:46 --- The interface changed. Why is this so hard to understand? Change it back! It's two lines of code, I expect. I bet everyone's machine was previously reading zero. Now it's reading

[git pull] drm fixes

2011-02-24 Thread Chris Wilson
On Wed, 23 Feb 2011 15:58:02 -0800, Linus Torvalds wrote: > On Wed, Feb 23, 2011 at 3:17 PM, Dave Airlie wrote: > > > > Nothing too major, > > > > Two regression fixers (one revert that got fixes properly elsewhere), some > > timestamp fixes and an agp module reload fix. > > Pulled. However, wha

[Bug 29572] Radeon card reports wrong temperature when switched off

2011-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 Andrew Morton changed: What|Removed |Added CC||akpm at linux-foundation.org --- Comm