Re: [PATCH 2/3] vmscan: make mapped executable pages the first class citizen

2009-06-08 Thread Wu Fengguang
On Mon, Jun 08, 2009 at 08:14:53PM +0800, Nai Xia wrote: On Wed, May 20, 2009 at 11:38 PM, Wu Fengguangfengguang...@intel.com wrote: Hi list, On Wed, May 20, 2009 at 10:56:07PM +0800, Wu Fengguang wrote: On Wed, May 20, 2009 at 10:47:31PM +0800, Andi Kleen wrote: One scenario

Re: [PATCH 2/3] vmscan: make mapped executable pages the first class citizen

2009-05-20 Thread Wu Fengguang
Hi list, On Wed, May 20, 2009 at 10:56:07PM +0800, Wu Fengguang wrote: On Wed, May 20, 2009 at 10:47:31PM +0800, Andi Kleen wrote: One scenario that might be useful to test is what happens when some very large processes, all mapped and executable exceed memory and Good idea. Too

Re: Is there Intel 965GM HDMI Audio Support?

2009-02-25 Thread Wu Fengguang
On Thu, Feb 26, 2009 at 06:50:30AM +0200, Jin, Gordon wrote: You need an alsa patch. You can try the one against 2.6.28 on http://intellinuxgraphics.org/2008Q4.html. I'm not sure if the code has gone into current Linus tree. Hi Richard, The ASLA driver for Intel HDMI audio is now in

Re: Intel HDMI audio - No audio in X, works in console

2009-01-13 Thread Wu Fengguang
Jan) is that you can get working audio over HDMI or working video, but not both without completely disabling acceleration, so I'm hesitant to try that route. Nod, that's a lot of trouble :) Thanks, Fengguang Quoting Wu Fengguang fengguang...@intel.com: On Sun, Jan 11, 2009 at 07:03

drm_crtc.c WARNING: drm_mode_object_get() called w/o mode_config lock

2009-01-13 Thread Wu Fengguang
Hi, I got the following mutex-not-locked warning in linux 2.6.29-rc1. It appears in a HP 6910p notebook and another G45 desktop. [ 357.150892] pci :00:02.0: PCI INT A - GSI 16 (level, low) - IRQ 16 [ 357.157653] pci :00:02.0: setting latency timer to 64 [ 357.169915] pci :00:02.0:

Re: drm_crtc.c WARNING: drm_mode_object_get() called w/o mode_config lock

2009-01-13 Thread Wu Fengguang
On Wed, Jan 14, 2009 at 10:13:03AM +0800, Wu Fengguang wrote: Hi, I got the following mutex-not-locked warning in linux 2.6.29-rc1. It appears in a HP 6910p notebook and another G45 desktop. [ 357.150892] pci :00:02.0: PCI INT A - GSI 16 (level, low) - IRQ 16 [ 357.157653] pci

Re: [RFC][PATCH] ELD routines and proc interface

2008-11-20 Thread Wu Fengguang
right in my T61 :-) Thanks, Fengguang --- Shane On Thu, Nov 20, 2008 at 09:02:04AM +0800, Wu Fengguang wrote: Thanks Shane! Ma Ling: do you have a quick fix for it? Or shall I look into it? Thank you, Fengguang On Wed, Nov 19, 2008 at 12:02:01PM -0800, Shane W wrote

[PATCH] properly print ELD sample bits

2008-11-20 Thread Wu Fengguang
Fix bugs on printing the ELD sample bits. Signed-off-by: Wu Fengguang [EMAIL PROTECTED] --- sound/pci/hda/hda_eld.c |2 +- sound/pci/hda/hda_proc.c |3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) --- sound-2.6.orig/sound/pci/hda/hda_eld.c +++ sound-2.6/sound/pci/hda/hda_eld.c

Re: [Intel-gfx] [RFC][PATCH] ELD routines and proc interface

2008-11-20 Thread Wu Fengguang
On Thu, Nov 20, 2008 at 05:46:49PM -0800, Shane W wrote: On Fri, Nov 21, 2008 at 09:36:55AM +0800, Wu Fengguang wrote: Yes it's unexpected. Do you know its real speaker numbers and allocations? Does it provide some number of line-out ports? There are six speakers connected, fl, ct, fr, rl

Re: [Intel-gfx] [RFC][PATCH] ELD routines and proc interface

2008-11-20 Thread Wu Fengguang
On Fri, Nov 21, 2008 at 08:44:18AM +0100, Takashi Iwai wrote: At Fri, 21 Nov 2008 11:41:50 +0800, Wu Fengguang wrote: On Thu, Nov 20, 2008 at 05:46:49PM -0800, Shane W wrote: On Fri, Nov 21, 2008 at 09:36:55AM +0800, Wu Fengguang wrote: Yes it's unexpected. Do you know its real

Re: [alsa-devel] [RFC][PATCH] ELD routines and proc interface

2008-11-19 Thread Wu Fengguang
On Wed, Nov 19, 2008 at 04:08:00PM +0800, Wu Fengguang wrote: On Tue, Nov 18, 2008 at 11:55:45PM -0800, Shane W wrote: On Wed, Nov 19, 2008 at 03:17:57PM +0800, Wu Fengguang wrote: On Tue, Nov 18, 2008 at 11:11:35PM -0800, Shane W wrote: On Thu, Nov 13, 2008 at 10:21:53AM +0800, Wu

Re: [RFC][PATCH] ELD routines and proc interface

2008-11-19 Thread Wu Fengguang
Thanks Shane! Ma Ling: do you have a quick fix for it? Or shall I look into it? Thank you, Fengguang On Wed, Nov 19, 2008 at 12:02:01PM -0800, Shane W wrote: On Wed, Nov 19, 2008 at 05:39:40PM +0800, Wu Fengguang wrote: I managed to update the last working Xorg ELD patches to the latest

[no subject]

2008-11-06 Thread Wu Fengguang
___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH 1/3] introduce i830_hdmi_priv.has_hdmi_sink

2008-11-06 Thread Wu Fengguang
HDMI is compatible with DVI, and we've seen many boards that use HDMI port for DVI output. So Zhenyu proposed this flag: i830_hdmi_priv.has_hdmi_sink to indicate the presence of HDMI capable monitors. Signed-off-by: Wu Fengguang [EMAIL PROTECTED] --- src/i830_hdmi.c | 15 +++ 1

[PATCH 0/3] enable HDMI audio output for HDMI monitors V2

2008-11-06 Thread Wu Fengguang
Hello, We can now enjoy music on HDMI monitors that are attached to Intel G35/G45 chipsets with the following X.org intel driver patches [PATCH 1/3] introduce i830_hdmi_priv.has_hdmi_sink [PATCH 2/3] enable Intel G45 integrated HDMI audio output [PATCH 3/3] enable Intel G35