Hi!,
so what is the state of this ?
From: Adam Jackson
To: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [PATCH 1/6] drm/i915/dp: Rename has_edp to
is_pch_edp to reflect its real meaning
Date: Fri, 16 Jul 2010 14:46:27 -0400 (07/16/2010 07:46:27 PM)
seems that have something related to t
On Wed, Jul 21, 2010 at 1:26 PM, Gabriel M. Beddingfield >
> I'm needing to add a quirk to xf86-video-intel. It looks like I can get the
> first two columns from lspci (chipType, subsysVendor == [VEND:CHIP])...
>
> But I can't figure out how to get the number for subsysCard. (But I gather
> that I
On Thursday 22 July 2010 02:26:08 Pedro Ribeiro wrote:
> Unfortunately there is so much output that dmesg does not show
> anything useful - the log is so big that it gets cropped before I get
> a chance to see it.
dmesg | more
___
Intel-gfx mailing list
On 20 July 2010 08:31, Chris Wilson wrote:
> On Tue, 20 Jul 2010 01:56:01 +0100, Pedro Ribeiro wrote:
>> with kernel 2.6.35-rc5 I'm seeing a problem which happens every few
>> hibernate/resume cycles.
>> When I resume my computer, X is black (only the mouse cursor is
>> visible) and the X server
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=29141 though the
workaround itself is still a bit of a mystery.
Tested-by: Adam Hill
Signed-off-by: Jesse Barnes
---
drivers/gpu/drm/i915/intel_dp.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/i915/
Hello,
I'm needing to add a quirk to xf86-video-intel. It looks
like I can get the first two columns from lspci
(chipType, subsysVendor == [VEND:CHIP])...
But I can't figure out how to get the number for subsysCard.
(But I gather that I need to interpret `dmidecode` for this
part.)
Than
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/i915_drv.h |2 +
drivers/gpu/drm/i915/intel_display.c | 16 +++
drivers/gpu/drm/i915/intel_lvds.c| 70 --
3 files changed, 75 insertions(+), 13 deletions(-)
diff --git a/drivers/gpu/drm/i915