Re: [PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-12-18 Thread Florian Mickler
Hi all! On Wed, 15 Aug 2012 17:40:40 +0200 Paul Menzel wrote: > Date: Wed, 8 Aug 2012 23:12:19 +0200 > > Connecting an ASUS VW222S [1] over VGA a garbled screen is shown with > vertical stripes in the top half. > This patch, which was merged in v3.6-rc4, makes the image on my ASUS VW222U ca.

Re: [PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-12-21 Thread Florian Mickler
On Tue, 18 Dec 2012 23:33:20 +0100 Paul Menzel wrote: > Dear Florian, > > > Am Dienstag, den 18.12.2012, 21:03 +0100 schrieb Florian Mickler: > > > On Wed, 15 Aug 2012 17:40:40 +0200 Paul Menzel wrote: > > > > > Date: Wed, 8 Aug 2012 23:12:19 +0200 >

Re: [PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-12-31 Thread Florian Mickler
with that monitor, which should be next year... (Means tomorrow or the day after) Regards, Flo On Mon, 31 Dec 2012 17:37:24 +0100 Paul Menzel wrote: > Dear Florian, > > > Am Freitag, den 21.12.2012, 14:52 +0100 schrieb Florian Mickler: > > On Tue, 18 Dec 2012 23:33:20

Re: [PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2013-01-04 Thread Florian Mickler
Dear Paul, On Tue, 01 Jan 2013 04:43:39 +0100 Paul Menzel wrote: > So if nobody has a great idea, the roadmap looks as follows. Revert the > patch, find out why the graphics driver chokes on the reduced blanking > (report a bug) and commit the patch again. I reported a bug at: https://bugzilla.

Re: A patch referencing this bug report has been merged...

2013-03-03 Thread Florian Mickler
On Wed, 30 Jan 2013 11:14:01 +0200 Jani Nikula wrote: > > Hi Florian, all - > > First, thanks for your work on adding the bugzilla comments when patches > referencing bugs get merged. I find it useful. > > Recently however there was a comment about a commit referencing a commit > referencing t

Re: [PATCH] drm: Recover DPMS properly after XRandr re-enablement

2011-04-17 Thread Florian Mickler
On Wed, 22 Dec 2010 12:53:07 + Chris Wilson wrote: > On Wed, 22 Dec 2010 12:42:32 +, Chris Wilson > wrote: > > From: Takashi Iwai > > > This patch adds a new helper function to manage the drm_connector > > DPMS so that it can be called commonly in both places. > > > > Signed-off-by:

Re: Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"

2011-06-11 Thread Florian Mickler
On Sat, 04 Jun 2011 19:34:56 - Jean Delvare wrote: > Revert commit 8f9a3f9b63b8cd3f03be9dc53533f90bd4120e5f. This fixes a > hang when loading the eeprom driver (see bug #35572.) GMBUS will be > re-enabled later, differently. > > Signed-off-by: Jean Delvare > Reported-by: Marek Otahal > Tes

Re: Oops in i915 intel_init_clock_gating

2011-06-23 Thread Florian Mickler
On Wed, 22 Jun 2011 15:04:56 -0400 (EDT) Alan Stern wrote: > On Wed, 22 Jun 2011, Keith Packard wrote: > > > On Wed, 15 Jun 2011 13:32:56 -0700, Jesse Barnes > > wrote: > > > > I haven't seen any comments as to whether this patch needs to be merged > > into the kernel. Has anyone tested this?

Re: Erroneous package power limit notification since kernel 2.6.39

2011-06-26 Thread Florian Mickler
On Wed, 25 May 2011 15:40:24 + (UTC) Olaf Freyer wrote: > Hi, > > I tried to git-bisect to find the root cause of this issue, but feel somewhat > lost after spending two evening without any usefull results. > > I started with v2.6.38 as last known good and v2.6.39-rc1 as first known bad > v

commit notifications in bugzilla

2011-06-30 Thread Florian Mickler
Hi, I have just posted notifications to the bugs.fdo bugzilla for commits out of v2.6.39..v3.0-rc5 that mention a bug via full link at bugs.fdo . See for example https://bugs.freedesktop.org/show_bug.cgi?id=38529 . Is this considered signal or noise? Regards, Flo _

Re: [Intel-gfx] [PATCH 2/2] drm: record monitor status in output_poll_execute

2010-12-05 Thread Florian Mickler
On Fri, 26 Nov 2010 10:45:59 -0800 Keith Packard wrote: > In order to correctly report monitor connected status changes, the > previous monitor status must be recorded in the connector->status > value instead of being discarded. > > Signed-off-by: Keith Packard Keith, am I right to assume that

Re: [Intel-gfx] [PATCH 2/2] drm: record monitor status in output_poll_execute

2010-12-08 Thread Florian Mickler
On Sun, 05 Dec 2010 13:08:18 -0800 Keith Packard wrote: > On Sun, 5 Dec 2010 13:27:43 +0100, Florian Mickler > wrote: > > On Fri, 26 Nov 2010 10:45:59 -0800 > > Keith Packard wrote: > > > > > In order to correctly report monitor connected status changes,

Re: [PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread Florian Mickler
On Sun, 12 Dec 2010 12:39:22 -0600 David Fries wrote: > Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, > and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?), > drm_kms_helper is loaded because of the module dependency, but fbcon > isn't loaded leaving the

Re: [PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread Florian Mickler
On Sun, 12 Dec 2010 18:34:11 -0600 David Fries wrote: > On Sun, Dec 12, 2010 at 11:01:28PM +0100, Florian Mickler wrote: > > On Sun, 12 Dec 2010 12:39:22 -0600 > > David Fries wrote: > > > > > Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, &g

Re: [PATCH] [correction] load fbcon from drm_kms_helper

2011-01-12 Thread Florian Mickler
Hi David! Did you see this patch? I was wondering what you think about it... On Sun, 12 Dec 2010 12:39:22 -0600 David Fries wrote: > Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, > and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?), > drm_kms_helper

Re: [PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Florian Mickler
[cc'd chris wilson] Hi Andy! On Mon, 20 Sep 2010 19:02:30 -0400 Andy Walls wrote: > BTW, I found that Chris Wilson recently committed a change to inhibit > all drm connector polling globally for a different reason: > > http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commit;h=e5

Re: [stable] regression in 2.6.35.4 'load is to heavy (video subsystem?)'

2010-09-22 Thread Florian Mickler
On Wed, 22 Sep 2010 11:42:41 +0200 Karsten Mehrhoff wrote: > [Am 22.09.2010, 02:01 Uhr, schrieb Greg KH ] > > >>> Difference between 2.6.35.1/2/3 and 2.6.35.4 while watching some > >> videos: > >>> 2.6.35.4 switches the cpu for flash videos in the browser (opera or > >>> iceweasel) or other v

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-12-18 Thread Florian Mickler
Hi all! On Wed, 15 Aug 2012 17:40:40 +0200 Paul Menzel wrote: > Date: Wed, 8 Aug 2012 23:12:19 +0200 > > Connecting an ASUS VW222S [1] over VGA a garbled screen is shown with > vertical stripes in the top half. > This patch, which was merged in v3.6-rc4, makes the image on my ASUS VW222U ca.

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-12-21 Thread Florian Mickler
On Tue, 18 Dec 2012 23:33:20 +0100 Paul Menzel wrote: > Dear Florian, > > > Am Dienstag, den 18.12.2012, 21:03 +0100 schrieb Florian Mickler: > > > On Wed, 15 Aug 2012 17:40:40 +0200 Paul Menzel wrote: > > > > > Date: Wed, 8 Aug 2012 23:12:19 +0200 >

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-12-31 Thread Florian Mickler
with that monitor, which should be next year... (Means tomorrow or the day after) Regards, Flo On Mon, 31 Dec 2012 17:37:24 +0100 Paul Menzel wrote: > Dear Florian, > > > Am Freitag, den 21.12.2012, 14:52 +0100 schrieb Florian Mickler: > > On Tue, 18 Dec 2012 23:33:20

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Florian Mickler
[cc'd chris wilson] Hi Andy! On Mon, 20 Sep 2010 19:02:30 -0400 Andy Walls wrote: > BTW, I found that Chris Wilson recently committed a change to inhibit > all drm connector polling globally for a different reason: > > http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commit;h=e5

[stable] regression in 2.6.35.4 'load is to heavy (video subsystem?)'

2010-09-22 Thread Florian Mickler
On Wed, 22 Sep 2010 11:42:41 +0200 Karsten Mehrhoff wrote: > [Am 22.09.2010, 02:01 Uhr, schrieb Greg KH ] > > >>> Difference between 2.6.35.1/2/3 and 2.6.35.4 while watching some > >> videos: > >>> 2.6.35.4 switches the cpu for flash videos in the browser (opera or > >>> iceweasel) or other v

[PATCH] drm: Recover DPMS properly after XRandr re-enablement

2011-04-17 Thread Florian Mickler
On Wed, 22 Dec 2010 12:53:07 + Chris Wilson wrote: > On Wed, 22 Dec 2010 12:42:32 +, Chris Wilson chris-wilson.co.uk> wrote: > > From: Takashi Iwai > > > This patch adds a new helper function to manage the drm_connector > > DPMS so that it can be called commonly in both places. > > >

[Intel-gfx] [PATCH 2/2] drm: record monitor status in output_poll_execute

2010-12-05 Thread Florian Mickler
On Fri, 26 Nov 2010 10:45:59 -0800 Keith Packard wrote: > In order to correctly report monitor connected status changes, the > previous monitor status must be recorded in the connector->status > value instead of being discarded. > > Signed-off-by: Keith Packard Keith, am I right to assume that

[Intel-gfx] [PATCH 2/2] drm: record monitor status in output_poll_execute

2010-12-08 Thread Florian Mickler
On Sun, 05 Dec 2010 13:08:18 -0800 Keith Packard wrote: > On Sun, 5 Dec 2010 13:27:43 +0100, Florian Mickler > wrote: > > On Fri, 26 Nov 2010 10:45:59 -0800 > > Keith Packard wrote: > > > > > In order to correctly report monitor connected status changes,

[PATCH] [correction] load fbcon from drm_kms_helper

2010-12-12 Thread Florian Mickler
On Sun, 12 Dec 2010 12:39:22 -0600 David Fries wrote: > Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, > and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?), > drm_kms_helper is loaded because of the module dependency, but fbcon > isn't loaded leaving the

[PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread Florian Mickler
On Sun, 12 Dec 2010 18:34:11 -0600 David Fries wrote: > On Sun, Dec 12, 2010 at 11:01:28PM +0100, Florian Mickler wrote: > > On Sun, 12 Dec 2010 12:39:22 -0600 > > David Fries wrote: > > > > > Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, &g

[PATCH] [correction] load fbcon from drm_kms_helper

2011-01-12 Thread Florian Mickler
Hi David! Did you see this patch? I was wondering what you think about it... On Sun, 12 Dec 2010 12:39:22 -0600 David Fries wrote: > Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, > and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?), > drm_kms_helper

Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"

2011-06-11 Thread Florian Mickler
On Sat, 04 Jun 2011 19:34:56 - Jean Delvare wrote: > Revert commit 8f9a3f9b63b8cd3f03be9dc53533f90bd4120e5f. This fixes a > hang when loading the eeprom driver (see bug #35572.) GMBUS will be > re-enabled later, differently. > > Signed-off-by: Jean Delvare > Reported-by: Marek Otahal > Tes

Oops in i915 intel_init_clock_gating

2011-06-23 Thread Florian Mickler
On Wed, 22 Jun 2011 15:04:56 -0400 (EDT) Alan Stern wrote: > On Wed, 22 Jun 2011, Keith Packard wrote: > > > On Wed, 15 Jun 2011 13:32:56 -0700, Jesse Barnes > virtuousgeek.org> wrote: > > > > I haven't seen any comments as to whether this patch needs to be merged > > into the kernel. Has anyo

Erroneous package power limit notification since kernel 2.6.39

2011-06-26 Thread Florian Mickler
On Wed, 25 May 2011 15:40:24 + (UTC) Olaf Freyer wrote: > Hi, > > I tried to git-bisect to find the root cause of this issue, but feel somewhat > lost after spending two evening without any usefull results. > > I started with v2.6.38 as last known good and v2.6.39-rc1 as first known bad > v

commit notifications in bugzilla

2011-06-30 Thread Florian Mickler
Hi, I have just posted notifications to the bugs.fdo bugzilla for commits out of v2.6.39..v3.0-rc5 that mention a bug via full link at bugs.fdo . See for example https://bugs.freedesktop.org/show_bug.cgi?id=38529 . Is this considered signal or noise? Regards, Flo

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2013-01-04 Thread Florian Mickler
Dear Paul, On Tue, 01 Jan 2013 04:43:39 +0100 Paul Menzel wrote: > So if nobody has a great idea, the roadmap looks as follows. Revert the > patch, find out why the graphics driver chokes on the reduced blanking > (report a bug) and commit the patch again. I reported a bug at: https://bugzilla.

A patch referencing this bug report has been merged...

2013-03-02 Thread Florian Mickler
On Wed, 30 Jan 2013 11:14:01 +0200 Jani Nikula wrote: > > Hi Florian, all - > > First, thanks for your work on adding the bugzilla comments when patches > referencing bugs get merged. I find it useful. > > Recently however there was a comment about a commit referencing a commit > referencing t