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-powermode-opt-path-3.patch ati-drivers-x32_something_something.patch
@ 2012-09-09 22:42 Richard Farina (zerochaos)
  0 siblings, 0 replies; only message in thread
From: Richard Farina (zerochaos) @ 2012-09-09 22:42 UTC (permalink / raw
  To: gentoo-commits

zerochaos    12/09/09 22:42:15

  Added:                ati-powermode-opt-path-3.patch
                        ati-drivers-x32_something_something.patch
  Log:
  bump to 12.8, see bug #431694 for additional details
  
  (Portage version: 2.1.11.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-drivers/ati-drivers/files/ati-powermode-opt-path-3.patch

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

Index: ati-powermode-opt-path-3.patch
===================================================================
--- a/common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh	2012-08-17 22:39:05.077984979 +0800
+++ b/common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh	2012-08-17 22:41:15.919976149 +0800
@@ -4,6 +4,8 @@
 # Control script for ACPI lid state and AC adapter state
 #
 
+aticonfig='/opt/bin/aticonfig'
+
 getXuser() {
         user=`who| grep -m1 ":$displaynum " | awk '{print $1}'`
         if [ x"$user" = x"" ]; then
@@ -47,7 +49,7 @@
 done
 
 #If PPLIB is enabled
-su $user -c '/usr/bin/aticonfig --pplib-cmd="get version"' | grep PPLIB
+su $user -c '$aticonfig --pplib-cmd="get version"' | grep PPLIB
 if [ $? = 0 ]; then
    echo "Has PPLIB"
    has_pplib=1
@@ -61,15 +63,15 @@
 if [ ${lid_closed} -eq 1 -o ${on_dc} -eq 1 ]; then
     echo "Low power"
     if [ ${has_pplib} -eq 1 ]; then
-        su $user -c '/usr/bin/aticonfig --pplib-cmd="notify psrc dc"'
+        su $user -c '$aticonfig --pplib-cmd="notify psrc dc"'
     else
-        su $user -c "/usr/bin/aticonfig --set-powerstate=1 --effective=now"
+        su $user -c "$aticonfig --set-powerstate=1 --effective=now"
     fi
 else
     echo "high power"
     if [ ${has_pplib} -eq 1 ]; then
-        su $user -c '/usr/bin/aticonfig --pplib-cmd="notify psrc ac"'
+        su $user -c '$aticonfig --pplib-cmd="notify psrc ac"'
     else
-        su $user -c "/usr/bin/aticonfig --set-powerstate=3 --effective=now"
+	su $user -c "$aticonfig --set-powerstate=3 --effective=now"
     fi
 fi



1.1                  x11-drivers/ati-drivers/files/ati-drivers-x32_something_something.patch

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

Index: ati-drivers-x32_something_something.patch
===================================================================
--- a/common/lib/modules/fglrx/build_mod/kcl_ioctl.c	2012-05-26 19:11:03.402987821 +0200
+++ b/common/lib/modules/fglrx/build_mod/kcl_ioctl.c	2012-05-26 19:13:00.273986422 +0200
@@ -217,6 +217,10 @@
  *  \param size [in] Number of bytes to allocate
  *  \return Pointer to allocated memory
  */
+#ifndef CONFIG_X86_X32
+DEFINE_PER_CPU(unsigned long, old_rsp);
+#endif
+
 void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
 {
     void __user *ret = COMPAT_ALLOC_USER_SPACE(size);





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

only message in thread, other threads:[~2012-09-09 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-09 22:42 [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers/files: ati-powermode-opt-path-3.patch ati-drivers-x32_something_something.patch Richard Farina (zerochaos)

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