You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Update 2009-apple-gmux-allow-switching-to-igpu-at-probe.patch
This commit is contained in:
@@ -74,8 +74,8 @@ index e02b4ae..71b5cb38 100644
|
|||||||
#include <acpi/video.h>
|
#include <acpi/video.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
@@ -105,6 +106,10 @@ struct apple_gmux_config {
|
@@ -105,6 +106,10 @@ struct apple_gmux_config {
|
||||||
#define GMUX_BRIGHTNESS_MASK 0x00ffffff
|
|
||||||
#define GMUX_MAX_BRIGHTNESS GMUX_BRIGHTNESS_MASK
|
# define MMIO_GMUX_MAX_BRIGHTNESS 0xffff
|
||||||
|
|
||||||
+static bool force_igd;
|
+static bool force_igd;
|
||||||
+module_param(force_igd, bool, 0);
|
+module_param(force_igd, bool, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user