Skip to content

Commit bc5ec1b

Browse files
authored
Update 2009-apple-gmux-allow-switching-to-igpu-at-probe.patch
1 parent 3e8b7ae commit bc5ec1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2009-apple-gmux-allow-switching-to-igpu-at-probe.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ index e02b4ae..71b5cb38 100644
7474
#include <acpi/video.h>
7575
#include <asm/io.h>
7676
@@ -105,6 +106,10 @@ struct apple_gmux_config {
77-
#define GMUX_BRIGHTNESS_MASK 0x00ffffff
78-
#define GMUX_MAX_BRIGHTNESS GMUX_BRIGHTNESS_MASK
77+
78+
# define MMIO_GMUX_MAX_BRIGHTNESS 0xffff
7979

8080
+static bool force_igd;
8181
+module_param(force_igd, bool, 0);

0 commit comments

Comments
 (0)