public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers/files: ati-drivers-kernel-3.8-acpihandle.patch
@ 2012-12-25 16:41 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-12-25 16:41 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/12/25 16:41:58

  Added:                ati-drivers-kernel-3.8-acpihandle.patch
  Log:
  Bump to latest beta, import of Emil Karlson's ebuild from the x11 overlay. Fixes bugs #437016, #448100 and #448216.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  x11-drivers/ati-drivers/files/ati-drivers-kernel-3.8-acpihandle.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/files/ati-drivers-kernel-3.8-acpihandle.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/files/ati-drivers-kernel-3.8-acpihandle.patch?rev=1.1&content-type=text/plain

Index: ati-drivers-kernel-3.8-acpihandle.patch
===================================================================
--- common/lib/modules/fglrx/build_mod/kcl_acpi.c	2012-07-04 21:43:47.000000000 +0200
+++ common/lib/modules/fglrx/build_mod/kcl_acpi.c.new	2012-12-23 11:25:38.000000000 +0100
@@ -775,11 +775,7 @@
 unsigned int ATI_API_CALL KCL_ACPI_GetHandles(kcl_match_info_t *pInfo)
 {
 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12)
-    #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,19)
-        pInfo->video_handle = pInfo->pcidev->dev.archdata.acpi_handle;
-    #else 
-        pInfo->video_handle = pInfo->pcidev->dev.firmware_data;
-    #endif    
+    pInfo->video_handle = DEVICE_ACPI_HANDLE(&pInfo->pcidev->dev);
     if ( pInfo->video_handle &&
         (KCL_ACPI_videoDevice(pInfo->video_handle) != KCL_ACPI_OK) )
     {





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-25 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25 16:41 [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers/files: ati-drivers-kernel-3.8-acpihandle.patch Chi-Thanh Christopher Nguyen (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox