[Intel-gfx] [GIT PULL] i915 regression fixes

2010-09-10 Thread Chris Wilson
Hi Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git drm-intel-fixes which contains the following regression fixes: Chris Wilson (4): Revert "drm/i915: Enable RC6 on Ironlake." Revert "drm/i915: Allow LVDS on pipe A on gen4+" Revert "d

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v2]

2010-09-10 Thread David Härdeman
On Thu, Sep 09, 2010 at 11:00:01PM +0200, David Härdeman wrote: > This is the second version which merges the infoframe code from > intel_hdmi.c and intel_sdvo.c, I hope this is something along the lines > Chris Wilson had in mind. Note that I'm assuming that the sdvo hardware > also stores a heade

Re: [Intel-gfx] When will intel drivers support interlace modes?

2010-09-10 Thread Xavier de Almeida
Okey thank you Lucas for all these info. Let's see if we can have more details from intel dev team. Cheers On 10 sept. 2010, at 22:39, Lucas Burdick wrote: > I think because that fix hasn’t been implemented in the 2.11 or 2.12 drivers > yet. It’s in the git for the next release…which would be

Re: [Intel-gfx] When will intel drivers support interlace modes?

2010-09-10 Thread Xavier de Almeida
Here is where I am getting confuse. If you see the bug report (which I added the lastest comment) the comment from Chris seems to say that interlace should be working at least for 1080i: Chris Wilson 2010-07-17 06:26:30 PDT At least partially: commit 734b4157b367d66405f7dab80085d17c9c8dd3b5 Auth

Re: [Intel-gfx] When will intel drivers support interlace modes?

2010-09-10 Thread Lucas Burdick
Q3 refers to Quarter 3, and yes..we are almost there. The bug report thread for the interlaced modes is here: https://bugs.freedesktop.org/show_bug.cgi?id=11220 If you read it, it shows that the patch has been added to drm-intel-next which I assume means it is ready for the next release. He

Re: [Intel-gfx] When will intel drivers support interlace modes?

2010-09-10 Thread Xavier de Almeida
Q3 release, does it mean 2.13? Q3 ends end of September so if this is true we are almost there. (it should be the right time to have a beta release) On 10 sept. 2010, at 22:03, Lucas Burdick wrote: > From what I have read, the issue has been patched and the Q3 release should > have it. > > I

Re: [Intel-gfx] When will intel drivers support interlace modes?

2010-09-10 Thread Lucas Burdick
>From what I have read, the issue has been patched and the Q3 release should >have it. I'm also in the same boat and I'd love to try the beta driver but I'm unsure how to download and install it. From: intel-gfx-bounces+lucas=dmglobal@lists.freedesktop.org [mailto:intel-gfx-bounces

[Intel-gfx] When will intel drivers support interlace modes?

2010-09-10 Thread Xavier de Almeida
> Hello, > > I am using a Clarkdale processor in order to have a Home Theater PC connected > to my TV. My TV can only display 1080i and not p therefore I can't have a > good display setup with the current intel drivers. > > Is there any estimated release which will include the interlace modes f

Re: [Intel-gfx] [PATCH] drm/i915: Expose a native backlight device

2010-09-10 Thread Matthew Garrett
On Fri, Sep 10, 2010 at 02:38:03PM +0100, Chris Wilson wrote: > Based on an original patch by Matthew Garrett > Signed-off-by: Chris Wilson > Cc: Matthew Garrett ACKed-by: Matthew Garrett -- Matthew Garrett | mj...@srcf.ucam.org ___ Intel-gfx maili

[Intel-gfx] [PATCH] drm/i915: Expose a native backlight device

2010-09-10 Thread Chris Wilson
Based on an original patch by Matthew Garrett Signed-off-by: Chris Wilson Cc: Matthew Garrett --- drivers/gpu/drm/i915/intel_dp.c|7 - drivers/gpu/drm/i915/intel_drv.h | 19 + drivers/gpu/drm/i915/intel_lvds.c |4 +++ drivers/gpu/drm/i915/intel_panel.c | 50 ++

Re: [Intel-gfx] [PATCH] Reintegrate legacy UMS.

2010-09-10 Thread Chris Wilson
On Thu, 09 Sep 2010 15:37:11 -0400, Andrew Guertin wrote: > Here's a nicer version of that backtrace. (Does X not deal well with split > debugging files?) valgrind confirms that we continue to use the old buffer after the resize, and although I've poked in a few locations I haven't found where

[Intel-gfx] drm-intel.git

2010-09-10 Thread Chris Wilson
I now have an account on git.kernel.org and have moved my upstream trees there: http://git.kernel.org/?p=linux/kernel/git/ickle/drm-intel.git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git Please update any remotes accordingly. :-) -Chris -- Chris Wilson, Intel Open Source Te

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v2]

2010-09-10 Thread David Härdeman
On Thu, September 9, 2010 23:58, Chris Wilson wrote: > On Thu, 09 Sep 2010 23:00:01 +0200, David Härdeman > wrote: >> This is the second version which merges the infoframe code from >> intel_hdmi.c and intel_sdvo.c, I hope this is something along the lines >> Chris Wilson had in mind. Note that I