[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-17 Thread Matthew Garrett
On Fri, Aug 17, 2012 at 12:56:31PM -0400, Alex Deucher wrote: > > I guess we could leave it as is for now for -fixes and then switch it > > use use the new exported symbol for -next? Is it ok to export a new > > symbol for -fixes? I don't see why not, providing the ACPI people are happy with it.

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-17 Thread Alex Deucher
Adding Matthew in case he as any ideas. On Thu, Aug 16, 2012 at 3:51 PM, Alex Deucher wrote: > On Thu, Aug 16, 2012 at 3:40 PM, David Lamparter > wrote: >> On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeucher at gmail.com wrote: >>> From: David L >> From: David Lamparter >> >> There are stil

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-17 Thread Matthew Garrett
On Fri, Aug 17, 2012 at 12:56:31PM -0400, Alex Deucher wrote: > > I guess we could leave it as is for now for -fixes and then switch it > > use use the new exported symbol for -next? Is it ok to export a new > > symbol for -fixes? I don't see why not, providing the ACPI people are happy with it.

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-17 Thread Alex Deucher
Adding Matthew in case he as any ideas. On Thu, Aug 16, 2012 at 3:51 PM, Alex Deucher wrote: > On Thu, Aug 16, 2012 at 3:40 PM, David Lamparter wrote: >> On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeuc...@gmail.com wrote: >>> From: David L >> From: David Lamparter >> >> There are still two

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-17 Thread Greg KH
On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeuc...@gmail.com wrote: > From: David L > > This is required for pure UEFI systems. The vbios is stored > in ACPI rather than at the legacy vga location. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=26891 > > V2: fix #ifdefs as per Gr

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread David Lamparter
On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeucher at gmail.com wrote: > From: David L From: David Lamparter There are still two rough edges left in here, I didn't get around to clean it up, other stuff came up -- sorry... > This is required for pure UEFI systems. The vbios is stored > in A

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Alex Deucher
On Thu, Aug 16, 2012 at 3:40 PM, David Lamparter wrote: > On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeucher at gmail.com wrote: >> From: David L > From: David Lamparter > > There are still two rough edges left in here, I didn't get around to > clean it up, other stuff came up -- sorry... > >

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Alex Deucher
On Thu, Aug 16, 2012 at 3:25 PM, Greg KH wrote: > On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeucher at gmail.com wrote: >> From: David L >> >> This is required for pure UEFI systems. The vbios is stored >> in ACPI rather than at the legacy vga location. >> >> Fixes: >> https://bugs.freedeskt

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread alexdeuc...@gmail.com
From: David L This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 V2: fix #ifdefs as per Greg's comments Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gp

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread David Lamparter
On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeuc...@gmail.com wrote: > From: David L From: David Lamparter There are still two rough edges left in here, I didn't get around to clean it up, other stuff came up -- sorry... > This is required for pure UEFI systems. The vbios is stored > in ACPI

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Alex Deucher
On Thu, Aug 16, 2012 at 3:40 PM, David Lamparter wrote: > On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeuc...@gmail.com wrote: >> From: David L > From: David Lamparter > > There are still two rough edges left in here, I didn't get around to > clean it up, other stuff came up -- sorry... > >> T

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Alex Deucher
On Thu, Aug 16, 2012 at 3:25 PM, Greg KH wrote: > On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeuc...@gmail.com wrote: >> From: David L >> >> This is required for pure UEFI systems. The vbios is stored >> in ACPI rather than at the legacy vga location. >> >> Fixes: >> https://bugs.freedesktop.

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Greg KH
On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeucher at gmail.com wrote: > From: David L > > This is required for pure UEFI systems. The vbios is stored > in ACPI rather than at the legacy vga location. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=26891 > > V2: fix #ifdefs as per

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread alexdeucher
From: David L This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 V2: fix #ifdefs as per Greg's comments Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/d