Re: [PATCH 00/15] change default_llseek action

2010-09-15 Thread Arnd Bergmann
On Wednesday 15 September 2010, valdis.kletni...@vt.edu wrote: > Show Details > On Tue, 14 Sep 2010 22:22:28 +0200, Arnd Bergmann said: > > > This changes all instances of struct file_operations in > > the kernel to have a .llseek operation and then changes > > the default to no_llseek, which

Re: [PATCH 00/15] change default_llseek action

2010-09-15 Thread Luis R. Rodriguez
On Wed, Sep 15, 2010 at 2:39 AM, Stephen Rothwell wrote: > Hi Arnd, > > On Tue, 14 Sep 2010 22:22:28 +0200 Arnd Bergmann wrote: >> >> Stephen, please add >> git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arnd/bkl.git llseek > > Added from today. > > Thanks for adding your subsystem tree as

[PATCH 3/3] drm/i915: Enable HDMI audio for monitor with audio support

2010-09-15 Thread Zhenyu Wang
Rely on monitor's audio capability to turn on audio output for HDMI. Tested-by: Wu Fengguang Signed-off-by: Zhenyu Wang --- drivers/gpu/drm/i915/intel_hdmi.c | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/

[PATCH 2/3] drm/i915: Enable DisplayPort audio

2010-09-15 Thread Zhenyu Wang
This will turn on DP audio output by checking monitor's audio capability. Signed-off-by: Zhenyu Wang --- drivers/gpu/drm/i915/intel_dp.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index 208a4ec..4a

[PATCH 1/3] drm: add helper function to detect monitor audio capability

2010-09-15 Thread Zhenyu Wang
To help to determine if digital display port needs to enable audio output or not. This one adds a helper to get monitor's audio capability via EDID CEA extension block. Tested-by: Wu Fengguang Signed-off-by: Zhenyu Wang --- drivers/gpu/drm/drm_edid.c | 85 +

[Bug 29901] [r300g] emit_aos_swtcl crash

2010-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #9 from Tom Stellard 2010-09-15 20:00:07 PDT --- (In reply to comment #8) > Created an attachment (id=38727) View: https://bugs.freedesktop.org/attachment.cgi?id=38727 Review: https://bugs.freedesktop.org/review?bug=29901&attachmen

[Bug 29901] [r300g] emit_aos_swtcl crash

2010-09-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #9 from Tom Stellard 2010-09-15 20:00:07 PDT --- (In reply to comment #8) > Created an attachment (id=38727) View: https://bugs.freedesktop.org/attachment.cgi?id=38727 Review: https://bugs.freedesktop.org/review?bug=29901&attachmen

[PATCH 00/15] change default_llseek action

2010-09-15 Thread Arnd Bergmann
On Wednesday 15 September 2010, Valdis.Kletnieks at vt.edu wrote: > Show Details > On Tue, 14 Sep 2010 22:22:28 +0200, Arnd Bergmann said: > > > This changes all instances of struct file_operations in > > the kernel to have a .llseek operation and then changes > > the default to no_llseek, whi

[Bug 29901] [r300g] emit_aos_swtcl crash

2010-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #8 from Marek Olšák 2010-09-15 17:10:22 PDT --- Created an attachment (id=38727) View: https://bugs.freedesktop.org/attachment.cgi?id=38727 Review: https://bugs.freedesktop.org/review?bug=29901&attachment=38727 possible fix Could

[Bug 29901] [r300g] emit_aos_swtcl crash

2010-09-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #8 from Marek Ol??k 2010-09-15 17:10:22 PDT --- Created an attachment (id=38727) View: https://bugs.freedesktop.org/attachment.cgi?id=38727 Review: https://bugs.freedesktop.org/review?bug=29901&attachment=38727 possible fix Could

[PATCH] radeon: Expose backlight class device for legacy LVDS encoder

2010-09-15 Thread Michel Dänzer
On Mon, 2010-09-13 at 09:54 +0200, Michel D?nzer wrote: > On Mit, 2010-09-08 at 12:32 -0400, Matthew Garrett wrote: > > From: Michel D?nzer > > > > Allows e.g. power management daemons to control the backlight level. > > Inspired > > by the corresponding code in radeonfb. > > > > (Updated to

[PATCH 00/15] change default_llseek action

2010-09-15 Thread valdis.kletni...@vt.edu
re Size: 227 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100915/3826be73/attachment.pgp>

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2010-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #3 from Michel Dänzer 2010-09-15 10:17:18 PDT --- (In reply to comment #1) > The screensaver shows my wallpaper gallery rather than my desktop, [...] This depends on the 'Image Manipulation' settings on the 'Advanced' tab of xscreen

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2010-09-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #3 from Michel D?nzer 2010-09-15 10:17:18 PDT --- (In reply to comment #1) > The screensaver shows my wallpaper gallery rather than my desktop, [...] This depends on the 'Image Manipulation' settings on the 'Advanced' tab of xscreen

[PATCH 00/15] change default_llseek action

2010-09-15 Thread Luis R. Rodriguez
On Wed, Sep 15, 2010 at 2:39 AM, Stephen Rothwell wrote: > Hi Arnd, > > On Tue, 14 Sep 2010 22:22:28 +0200 Arnd Bergmann wrote: >> >> Stephen, please add >> git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arnd/bkl.git llseek > > Added from today. > > Thanks for adding your subsystem tree as

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2010-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #2 from Chris Rankin 2010-09-15 07:50:00 PDT --- (In reply to comment #1) > The screensaver shows my wallpaper gallery rather than my desktop, but the > images look all right here. The choice of image looks random to me. Try running

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2010-09-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #2 from Chris Rankin 2010-09-15 07:50:00 PDT --- (In reply to comment #1) > The screensaver shows my wallpaper gallery rather than my desktop, but the > images look all right here. The choice of image looks random to me. Try running

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2010-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #1 from Marek Olšák 2010-09-15 07:38:14 PDT --- The screensaver shows my wallpaper gallery rather than my desktop, but the images look all right here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2010-09-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #1 from Marek Ol??k 2010-09-15 07:38:14 PDT --- The screensaver shows my wallpaper gallery rather than my desktop, but the images look all right here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 29901] [r300g] emit_aos_swtcl crash

2010-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #7 from Marek Olšák 2010-09-15 05:52:12 PDT --- The crash in radeon_bo_get_tiling has been fixed by commit 09ef8e9283f17. I'll look into the assertion failure. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 29901] [r300g] emit_aos_swtcl crash

2010-09-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #7 from Marek Ol??k 2010-09-15 05:52:12 PDT --- The crash in radeon_bo_get_tiling has been fixed by commit 09ef8e9283f17. I'll look into the assertion failure. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em

Re: [PATCH] radeon: Expose backlight class device for legacy LVDS encoder

2010-09-15 Thread Michel Dänzer
On Mon, 2010-09-13 at 09:54 +0200, Michel Dänzer wrote: > On Mit, 2010-09-08 at 12:32 -0400, Matthew Garrett wrote: > > From: Michel Dänzer > > > > Allows e.g. power management daemons to control the backlight level. > > Inspired > > by the corresponding code in radeonfb. > > > > (Updated to

[git pull] drm fixes

2010-09-15 Thread Dave Airlie
Hi Linus, This is slightly larger than I'd like but Chris's patch to limit polling devices thats can be destructive solves a lot of problems on Intel but it requires an api change across drivers. The other worrisome one is a race condition fixer between device nodes being openable and the driv

[Bug 27507] [r300c] 0ad stuck while loading a game

2010-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27507 Fabio Pedretti changed: What|Removed |Added Summary|[r300c] 0ad crashes with|[r300c] 0ad stuck while

[Bug 27507] [r300c] 0ad stuck while loading a game

2010-09-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27507 Fabio Pedretti changed: What|Removed |Added Summary|[r300c] 0ad crashes with|[r300c] 0ad stuck while