[8086:0416] i915 Inability to drive internal (eDP) panel since 4.7 final

2016-08-24 Thread Tony Vroon
Good morning, Could you please CC me on any replies as I am not subscribed to this mailing list. Recent i915 development appears to have stopped my eDP panel from being driven correctly. The last working release was 4.6.7; any 4.7 kernel will not drive the screen and 4.8-RC3 does not drive the

[8086:0416] i915 Inability to drive internal (eDP) panel since 4.7 final

2016-08-24 Thread Tony Vroon
Good morning, Could you please CC me on any replies as I am not subscribed to this mailing list. Recent i915 development appears to have stopped my eDP panel from being driven correctly. The last working release was 4.6.7; any 4.7 kernel will not drive the screen and 4.8-RC3 does not drive the

[PATCH] Optional libata LED trigger for PowerMac G5

2007-08-02 Thread Tony Vroon
-PowerMacs and makes the functionality fully optional. Jeff, hopefully this version addresses your earlier concerns voiced on May 25 this year. Signed-off-by: Tony Vroon <[EMAIL PROTECTED]> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 60e78be..9c687db

[PATCH] Optional libata LED trigger for PowerMac G5

2007-08-02 Thread Tony Vroon
-PowerMacs and makes the functionality fully optional. Jeff, hopefully this version addresses your earlier concerns voiced on May 25 this year. Signed-off-by: Tony Vroon [EMAIL PROTECTED] diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 60e78be..9c687db 100644

[PATCH 2.6.22 RESEND] Optional LED trigger for libata

2007-03-20 Thread Tony Vroon
shortened as requested. Signed-off-by: Tony Vroon <[EMAIL PROTECTED]> diff -uNr linux-2.6.ORIG/drivers/ata/libata-core.c linux-2.6/drivers/ata/libata-core.c --- linux-2.6.ORIG/drivers/ata/libata-core.c2007-03-20 09:10:44.0 + +++ linux-2.6/drivers/ata/libata-core.c 2007-03-20

[PATCH 2.6.22 RESEND] Optional LED trigger for libata

2007-03-20 Thread Tony Vroon
shortened as requested. Signed-off-by: Tony Vroon [EMAIL PROTECTED] diff -uNr linux-2.6.ORIG/drivers/ata/libata-core.c linux-2.6/drivers/ata/libata-core.c --- linux-2.6.ORIG/drivers/ata/libata-core.c2007-03-20 09:10:44.0 + +++ linux-2.6/drivers/ata/libata-core.c 2007-03-20 09:17

[PATCH 2.6.22 3/3] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
The first user of ata_ac_issue_prot_with_ledtrigger, the ServerWorks Frodo/ Apple K2 driver. Used by the IDE LED trigger on G5 towers. Respin of an earlier patch, based on comments by Tejun Heo & Alan Cox. Signed-off-by: Tony Vroon <[EMAIL PROTECTED]> --- linux-2.6/drivers/ata/sata_

[PATCH 2.6.22 2/3] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
This hooks up ata_ac_issue_prot_with_ledtrigger. Respin of an earlier patch, based on comments by Tejun Heo & Alan Cox. Signed-off-by: Tony Vroon <[EMAIL PROTECTED]> --- linux-2.6/include/linux/libata.h.orig 2007-03-19 21:15:04.0 + +++ linux-2.6/include/linux/libata

[PATCH 2.6.22 1/3] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
Heo & Alan Cox. Signed-off-by: Tony Vroon <[EMAIL PROTECTED]> --- linux-2.6/drivers/ata/libata-core.c.orig2007-03-19 20:03:07.0 + +++ linux-2.6/drivers/ata/libata-core.c 2007-03-19 21:05:50.0 + @@ -49,6 +49,7 @@ #include #include #include +#include

Re: [PATCH 2.6.22] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alan Cox wrote: > Gak. I'd rather it stayed out of ata_qc_issue() which is a critical path > for performance. Our command issu is already too heavy and not all > controllers have queueing to absorb that. How many controllers actually > need this

Re: [PATCH 2.6.22] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alan Cox wrote: Gak. I'd rather it stayed out of ata_qc_issue() which is a critical path for performance. Our command issu is already too heavy and not all controllers have queueing to absorb that. How many controllers actually need this hook

[PATCH 2.6.22 1/3] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
Heo Alan Cox. Signed-off-by: Tony Vroon [EMAIL PROTECTED] --- linux-2.6/drivers/ata/libata-core.c.orig2007-03-19 20:03:07.0 + +++ linux-2.6/drivers/ata/libata-core.c 2007-03-19 21:05:50.0 + @@ -49,6 +49,7 @@ #include linux/workqueue.h #include linux/jiffies.h

[PATCH 2.6.22 2/3] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
This hooks up ata_ac_issue_prot_with_ledtrigger. Respin of an earlier patch, based on comments by Tejun Heo Alan Cox. Signed-off-by: Tony Vroon [EMAIL PROTECTED] --- linux-2.6/include/linux/libata.h.orig 2007-03-19 21:15:04.0 + +++ linux-2.6/include/linux/libata.h2007-03

[PATCH 2.6.22 3/3] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
The first user of ata_ac_issue_prot_with_ledtrigger, the ServerWorks Frodo/ Apple K2 driver. Used by the IDE LED trigger on G5 towers. Respin of an earlier patch, based on comments by Tejun Heo Alan Cox. Signed-off-by: Tony Vroon [EMAIL PROTECTED] --- linux-2.6/drivers/ata/sata_svw.c.orig

[PATCH 2.6.22] Add LED trigger to libata core

2007-03-18 Thread Tony Vroon
This duplicates the IDE core LED trigger in the libata core. I plan to use this by allowing PMU LED control on G5 towers. My test platform is a PowerMac 7,3 (Dual G5 2.0GHz, June 2004) with a K2 (sata_svw) controller. Signed-off-by: Tony Vroon <[EMAIL PROTECTED]> --- linux-2.6/drive

[PATCH 2.6.22] Add LED trigger to libata core

2007-03-18 Thread Tony Vroon
This duplicates the IDE core LED trigger in the libata core. I plan to use this by allowing PMU LED control on G5 towers. My test platform is a PowerMac 7,3 (Dual G5 2.0GHz, June 2004) with a K2 (sata_svw) controller. Signed-off-by: Tony Vroon [EMAIL PROTECTED] --- linux-2.6/drivers/ata/libata