[Bug 49567] No rule to make target libradeon.a, needed by libr600.a.

2012-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49567 Fabio Pedretti changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 50389] New: [radeonsi] Unknown type of argument: ../../../../i386-linux-gnu/egl/egl_gallium.so

2012-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50389 Bug #: 50389 Summary: [radeonsi] Unknown type of argument: ../../../../i386-linux-gnu/egl/egl_gallium.so Classification: Unclassified Product: Mesa Version: git Platfo

Re: [PATCH] radeon: make radeon_cs_update_pages static.

2012-05-27 Thread Alex Deucher
On Sat, May 26, 2012 at 12:42 PM, Dave Airlie wrote: > From: Dave Airlie > > Just move its only caller into the same file as it and make it static. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/radeon.h      |    1 - >  drivers/gpu/drm/radeon/radeon_

Re: [next][PATCH 2/3] drm/radeon/hdmi: update modesetting

2012-05-27 Thread Alex Deucher
On Sat, May 26, 2012 at 5:40 PM, Rafał Miłecki wrote: > 2012/5/26 Rafał Miłecki : >> 2012/5/26 Rafał Miłecki : >>> 2012/5/6 Rafał Miłecki : +               WREG32(HDMI0_AUDIO_PACKET_CONTROL + offset, +                      HDMI0_AUDIO_SAMPLE_SEND | /* send audio packets */ +        

Re: [next][PATCH 2/3] drm/radeon/hdmi: update modesetting

2012-05-27 Thread Rafał Miłecki
2012/5/27 Alex Deucher : > On Sat, May 26, 2012 at 5:40 PM, Rafał Miłecki wrote: >> 2012/5/26 Rafał Miłecki : >>> 2012/5/26 Rafał Miłecki : 2012/5/6 Rafał Miłecki : > +               WREG32(HDMI0_AUDIO_PACKET_CONTROL + offset, > +                      HDMI0_AUDIO_SAMPLE_SEND | /* send

Fw: [Intel-gfx] [PATCH] intel: add a timed wait function

2012-05-27 Thread Ben Widawsky
The kernel patches have now landed in Daniel's -next-queued tree. Begin forwarded message: Date: Fri, 11 May 2012 13:54:11 -0700 From: Ben Widawsky To: intel-...@lists.freedesktop.org Cc: Ben Widawsky Subject: [Intel-gfx] [PATCH] intel: add a timed wait function drm_intel_gem_bo_wait(bo, &tim

[PATCH] drm: do not expose vblank data before drm_vblank_init completes

2012-05-27 Thread Marcin Slusarz
On Thu, May 24, 2012 at 08:09:41PM +0200, Bruno Prémont wrote: > I can easily trigger a crash in nouveau interrupt handler by unbinding > and rebinding the GPU. > > The command used: > echo $pci_device > nouveau/unbind && \ > sleep 5 && \ > echo $pci_device > nouveau/bind > > > Ker

i915: eDP hot-unplug errors

2012-05-27 Thread Linus Torvalds
Oops. This got sent without the right Cc, and the wrong subject (the people who were *supposed* to be cc'd instead got into the subject line, and the subject line got dropped entirely). Linus On Sun, May 27, 2012 at 4:09 PM, Linus Torvalds wrote: > A new worry about excessive

[Bug 49567] No rule to make target libradeon.a, needed by libr600.a.

2012-05-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49567 Fabio Pedretti changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 50389] New: [radeonsi] Unknown type of argument: ../../../../i386-linux-gnu/egl/egl_gallium.so

2012-05-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50389 Bug #: 50389 Summary: [radeonsi] Unknown type of argument: ../../../../i386-linux-gnu/egl/egl_gallium.so Classification: Unclassified Product: Mesa Version: git Platfo

[PATCH] radeon: make radeon_cs_update_pages static.

2012-05-27 Thread Alex Deucher
On Sat, May 26, 2012 at 12:42 PM, Dave Airlie wrote: > From: Dave Airlie > > Just move its only caller into the same file as it and make it static. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- > ?drivers/gpu/drm/radeon/radeon.h ? ? ?| ? ?1 - > ?drivers/gpu/drm/radeon/radeon_

[next][PATCH 2/3] drm/radeon/hdmi: update modesetting

2012-05-27 Thread Alex Deucher
On Sat, May 26, 2012 at 5:40 PM, Rafa? Mi?ecki wrote: > 2012/5/26 Rafa? Mi?ecki : >> 2012/5/26 Rafa? Mi?ecki : >>> 2012/5/6 Rafa? Mi?ecki : + ? ? ? ? ? ? ? WREG32(HDMI0_AUDIO_PACKET_CONTROL + offset, + ? ? ? ? ? ? ? ? ? ? ?HDMI0_AUDIO_SAMPLE_SEND | /* send audio packets */ + ? ? ? ?

[next][PATCH 2/3] drm/radeon/hdmi: update modesetting

2012-05-27 Thread Rafał Miłecki
2012/5/27 Alex Deucher : > On Sat, May 26, 2012 at 5:40 PM, Rafa? Mi?ecki wrote: >> 2012/5/26 Rafa? Mi?ecki : >>> 2012/5/26 Rafa? Mi?ecki : 2012/5/6 Rafa? Mi?ecki : > + ? ? ? ? ? ? ? WREG32(HDMI0_AUDIO_PACKET_CONTROL + offset, > + ? ? ? ? ? ? ? ? ? ? ?HDMI0_AUDIO_SAMPLE_SEND | /* send

Fw: [Intel-gfx] [PATCH] intel: add a timed wait function

2012-05-27 Thread Ben Widawsky
The kernel patches have now landed in Daniel's -next-queued tree. Begin forwarded message: Date: Fri, 11 May 2012 13:54:11 -0700 From: Ben Widawsky To: intel-gfx at lists.freedesktop.org Cc: Ben Widawsky Subject: [Intel-gfx] [PATCH] intel: add a timed wait function drm_intel_gem_bo_wait(bo, &

[PATCH] drm: do not expose vblank data before drm_vblank_init completes

2012-05-27 Thread Marcin Slusarz
On Thu, May 24, 2012 at 08:09:41PM +0200, Bruno Pr?mont wrote: > I can easily trigger a crash in nouveau interrupt handler by unbinding > and rebinding the GPU. > > The command used: > echo $pci_device > nouveau/unbind && \ > sleep 5 && \ > echo $pci_device > nouveau/bind > > > Ker

i915: eDP hot-unplug errors

2012-05-27 Thread Linus Torvalds
Oops. This got sent without the right Cc, and the wrong subject (the people who were *supposed* to be cc'd instead got into the subject line, and the subject line got dropped entirely). Linus On Sun, May 27, 2012 at 4:09 PM, Linus Torvalds wrote: > A new worry about excessive

i915: GPU hung (F14, Intel Core i5-670)

2012-05-27 Thread Linus Torvalds
: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120527/72181523/attachment-0001.obj>