Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329524
b: refs/heads/master
c: 9e05b2f
h: refs/heads/master
v: v3
  • Loading branch information
Alex Deucher committed Sep 20, 2012
1 parent 23c7899 commit a50030d
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 23 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e9eb7c60d57620bfe46b2a489e7f56a5925115a
refs/heads/master: 9e05b2f49eb9484e857e9b6c70dea3bbbe564290
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "drm_sarea.h"
#include "drm_crtc_helper.h"
#include "radeon.h"
#include "radeon_acpi.h"

#include <linux/vga_switcheroo.h>

Expand All @@ -27,7 +28,7 @@ static int radeon_atif_call(acpi_handle handle)
atif_arg.pointer = &atif_arg_elements[0];

atif_arg_elements[0].type = ACPI_TYPE_INTEGER;
atif_arg_elements[0].integer.value = 0;
atif_arg_elements[0].integer.value = ATIF_FUNCTION_VERIFY_INTERFACE;
atif_arg_elements[1].type = ACPI_TYPE_INTEGER;
atif_arg_elements[1].integer.value = 0;

Expand Down
Loading

0 comments on commit a50030d

Please sign in to comment.