2009-12-11 09:24:15 +00:00
|
|
|
#include <linux/pci.h>
|
|
|
|
#include <linux/acpi.h>
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files. percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed. Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability. As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
only the necessary includes are there. ie. if only gfp is used,
gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
blocks and try to put the new include such that its order conforms
to its surrounding. It's put in the include block which contains
core kernel includes, in the same order that the rest are ordered -
alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
because the file doesn't have fitting include block), it prints out
an error message indicating which .h file needs to be added to the
file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
over 4000 files, deleting around 700 includes and adding ~480 gfp.h
and ~3000 slab.h inclusions. The script emitted errors for ~400
files.
2. Each error was manually checked. Some didn't need the inclusion,
some needed manual addition while adding it to implementation .h or
embedding .c file was more appropriate for others. This step added
inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
e.g. lib/decompress_*.c used malloc/free() wrappers around slab
APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
editing them as sprinkling gfp.h and slab.h inclusions around .h
files could easily lead to inclusion dependency hell. Most gfp.h
inclusion directives were ignored as stuff from gfp.h was usually
wildly available and often used in preprocessor macros. Each
slab.h inclusion directive was examined and added manually as
necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my
distributed build env didn't work with gcov compiles) and a few
more options had to be turned off depending on archs to make things
build (like ipr on powerpc/64 which failed due to missing writeq).
* x86 and x86_64 UP and SMP allmodconfig and a custom test config.
* powerpc and powerpc64 SMP allmodconfig
* sparc and sparc64 SMP allmodconfig
* ia64 SMP allmodconfig
* s390 SMP allmodconfig
* alpha SMP allmodconfig
* um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
2010-03-24 08:04:11 +00:00
|
|
|
#include <linux/slab.h>
|
2009-12-11 09:24:15 +00:00
|
|
|
#include <acpi/acpi_drivers.h>
|
|
|
|
#include <acpi/acpi_bus.h>
|
2010-07-12 05:33:07 +00:00
|
|
|
#include <acpi/video.h>
|
2010-12-06 02:57:45 +00:00
|
|
|
#include <acpi/acpi.h>
|
|
|
|
#include <linux/mxm-wmi.h>
|
2009-12-11 09:24:15 +00:00
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
#include <linux/vga_switcheroo.h>
|
|
|
|
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Pull drm merge (part 1) from Dave Airlie:
"So first of all my tree and uapi stuff has a conflict mess, its my
fault as the nouveau stuff didn't hit -next as were trying to rebase
regressions out of it before we merged.
Highlights:
- SH mobile modesetting driver and associated helpers
- some DRM core documentation
- i915 modesetting rework, haswell hdmi, haswell and vlv fixes, write
combined pte writing, ilk rc6 support,
- nouveau: major driver rework into a hw core driver, makes features
like SLI a lot saner to implement,
- psb: add eDP/DP support for Cedarview
- radeon: 2 layer page tables, async VM pte updates, better PLL
selection for > 2 screens, better ACPI interactions
The rest is general grab bag of fixes.
So why part 1? well I have the exynos pull req which came in a bit
late but was waiting for me to do something they shouldn't have and it
looks fairly safe, and David Howells has some more header cleanups
he'd like me to pull, that seem like a good idea, but I'd like to get
this merge out of the way so -next dosen't get blocked."
Tons of conflicts mostly due to silly include line changes, but mostly
mindless. A few other small semantic conflicts too, noted from Dave's
pre-merged branch.
* 'drm-next' of git://people.freedesktop.org/~airlied/linux: (447 commits)
drm/nv98/crypt: fix fuc build with latest envyas
drm/nouveau/devinit: fixup various issues with subdev ctor/init ordering
drm/nv41/vm: fix and enable use of "real" pciegart
drm/nv44/vm: fix and enable use of "real" pciegart
drm/nv04/dmaobj: fixup vm target handling in preparation for nv4x pcie
drm/nouveau: store supported dma mask in vmmgr
drm/nvc0/ibus: initial implementation of subdev
drm/nouveau/therm: add support for fan-control modes
drm/nouveau/hwmon: rename pwm0* to pmw1* to follow hwmon's rules
drm/nouveau/therm: calculate the pwm divisor on nv50+
drm/nouveau/fan: rewrite the fan tachometer driver to get more precision, faster
drm/nouveau/therm: move thermal-related functions to the therm subdev
drm/nouveau/bios: parse the pwm divisor from the perf table
drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devices
drm/nouveau/therm: rework thermal table parsing
drm/nouveau/gpio: expose the PWM/TOGGLE parameter found in the gpio vbios table
drm/nouveau: fix pm initialization order
drm/nouveau/bios: check that fixed tvdac gpio data is valid before using it
drm/nouveau: log channel debug/error messages from client object rather than drm client
drm/nouveau: have drm debugging macros build on top of core macros
...
2012-10-04 06:29:23 +00:00
|
|
|
#include <drm/drm_edid.h>
|
2012-07-25 22:51:21 +00:00
|
|
|
|
|
|
|
#include "nouveau_drm.h"
|
|
|
|
#include "nouveau_acpi.h"
|
|
|
|
|
2009-12-11 09:24:15 +00:00
|
|
|
#define NOUVEAU_DSM_LED 0x02
|
|
|
|
#define NOUVEAU_DSM_LED_STATE 0x00
|
|
|
|
#define NOUVEAU_DSM_LED_OFF 0x10
|
|
|
|
#define NOUVEAU_DSM_LED_STAMINA 0x11
|
|
|
|
#define NOUVEAU_DSM_LED_SPEED 0x12
|
|
|
|
|
|
|
|
#define NOUVEAU_DSM_POWER 0x03
|
|
|
|
#define NOUVEAU_DSM_POWER_STATE 0x00
|
|
|
|
#define NOUVEAU_DSM_POWER_SPEED 0x01
|
|
|
|
#define NOUVEAU_DSM_POWER_STAMINA 0x02
|
|
|
|
|
2011-12-17 11:53:43 +00:00
|
|
|
#define NOUVEAU_DSM_OPTIMUS_FN 0x1A
|
2011-12-17 11:54:04 +00:00
|
|
|
#define NOUVEAU_DSM_OPTIMUS_ARGS 0x03000001
|
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
static struct nouveau_dsm_priv {
|
|
|
|
bool dsm_detected;
|
2011-03-22 04:10:27 +00:00
|
|
|
bool optimus_detected;
|
2010-02-01 05:38:10 +00:00
|
|
|
acpi_handle dhandle;
|
2010-04-07 03:55:09 +00:00
|
|
|
acpi_handle rom_handle;
|
2010-02-01 05:38:10 +00:00
|
|
|
} nouveau_dsm_priv;
|
|
|
|
|
2012-11-02 01:04:27 +00:00
|
|
|
bool nouveau_is_optimus(void) {
|
|
|
|
return nouveau_dsm_priv.optimus_detected;
|
|
|
|
}
|
|
|
|
|
|
|
|
bool nouveau_is_v1_dsm(void) {
|
|
|
|
return nouveau_dsm_priv.dsm_detected;
|
|
|
|
}
|
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
#define NOUVEAU_DSM_HAS_MUX 0x1
|
|
|
|
#define NOUVEAU_DSM_HAS_OPT 0x2
|
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
static const char nouveau_dsm_muid[] = {
|
|
|
|
0xA0, 0xA0, 0x95, 0x9D, 0x60, 0x00, 0x48, 0x4D,
|
|
|
|
0xB3, 0x4D, 0x7E, 0x5F, 0xEA, 0x12, 0x9F, 0xD4,
|
|
|
|
};
|
2009-12-11 09:24:15 +00:00
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
static const char nouveau_op_dsm_muid[] = {
|
|
|
|
0xF8, 0xD8, 0x86, 0xA4, 0xDA, 0x0B, 0x1B, 0x47,
|
|
|
|
0xA7, 0x2B, 0x60, 0x42, 0xA6, 0xB5, 0xBE, 0xE0,
|
|
|
|
};
|
|
|
|
|
|
|
|
static int nouveau_optimus_dsm(acpi_handle handle, int func, int arg, uint32_t *result)
|
|
|
|
{
|
|
|
|
struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
|
|
|
|
struct acpi_object_list input;
|
|
|
|
union acpi_object params[4];
|
|
|
|
union acpi_object *obj;
|
2011-12-17 11:54:04 +00:00
|
|
|
int i, err;
|
|
|
|
char args_buff[4];
|
2011-03-22 04:10:27 +00:00
|
|
|
|
|
|
|
input.count = 4;
|
|
|
|
input.pointer = params;
|
|
|
|
params[0].type = ACPI_TYPE_BUFFER;
|
|
|
|
params[0].buffer.length = sizeof(nouveau_op_dsm_muid);
|
|
|
|
params[0].buffer.pointer = (char *)nouveau_op_dsm_muid;
|
|
|
|
params[1].type = ACPI_TYPE_INTEGER;
|
|
|
|
params[1].integer.value = 0x00000100;
|
|
|
|
params[2].type = ACPI_TYPE_INTEGER;
|
|
|
|
params[2].integer.value = func;
|
|
|
|
params[3].type = ACPI_TYPE_BUFFER;
|
2011-12-17 11:54:04 +00:00
|
|
|
params[3].buffer.length = 4;
|
|
|
|
/* ACPI is little endian, AABBCCDD becomes {DD,CC,BB,AA} */
|
|
|
|
for (i = 0; i < 4; i++)
|
|
|
|
args_buff[i] = (arg >> i * 8) & 0xFF;
|
|
|
|
params[3].buffer.pointer = args_buff;
|
2011-03-22 04:10:27 +00:00
|
|
|
|
|
|
|
err = acpi_evaluate_object(handle, "_DSM", &input, &output);
|
|
|
|
if (err) {
|
|
|
|
printk(KERN_INFO "failed to evaluate _DSM: %d\n", err);
|
|
|
|
return err;
|
|
|
|
}
|
|
|
|
|
|
|
|
obj = (union acpi_object *)output.pointer;
|
|
|
|
|
|
|
|
if (obj->type == ACPI_TYPE_INTEGER)
|
|
|
|
if (obj->integer.value == 0x80000002) {
|
|
|
|
return -ENODEV;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (obj->type == ACPI_TYPE_BUFFER) {
|
|
|
|
if (obj->buffer.length == 4 && result) {
|
|
|
|
*result = 0;
|
|
|
|
*result |= obj->buffer.pointer[0];
|
|
|
|
*result |= (obj->buffer.pointer[1] << 8);
|
|
|
|
*result |= (obj->buffer.pointer[2] << 16);
|
|
|
|
*result |= (obj->buffer.pointer[3] << 24);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
kfree(output.pointer);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2010-07-03 16:36:39 +00:00
|
|
|
static int nouveau_dsm(acpi_handle handle, int func, int arg, uint32_t *result)
|
2010-02-01 05:38:10 +00:00
|
|
|
{
|
2009-12-11 09:24:15 +00:00
|
|
|
struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
|
|
|
|
struct acpi_object_list input;
|
|
|
|
union acpi_object params[4];
|
|
|
|
union acpi_object *obj;
|
|
|
|
int err;
|
|
|
|
|
|
|
|
input.count = 4;
|
|
|
|
input.pointer = params;
|
|
|
|
params[0].type = ACPI_TYPE_BUFFER;
|
2010-02-01 05:38:10 +00:00
|
|
|
params[0].buffer.length = sizeof(nouveau_dsm_muid);
|
|
|
|
params[0].buffer.pointer = (char *)nouveau_dsm_muid;
|
2009-12-11 09:24:15 +00:00
|
|
|
params[1].type = ACPI_TYPE_INTEGER;
|
|
|
|
params[1].integer.value = 0x00000102;
|
|
|
|
params[2].type = ACPI_TYPE_INTEGER;
|
|
|
|
params[2].integer.value = func;
|
|
|
|
params[3].type = ACPI_TYPE_INTEGER;
|
|
|
|
params[3].integer.value = arg;
|
|
|
|
|
|
|
|
err = acpi_evaluate_object(handle, "_DSM", &input, &output);
|
|
|
|
if (err) {
|
2010-02-01 05:38:10 +00:00
|
|
|
printk(KERN_INFO "failed to evaluate _DSM: %d\n", err);
|
2009-12-11 09:24:15 +00:00
|
|
|
return err;
|
|
|
|
}
|
|
|
|
|
|
|
|
obj = (union acpi_object *)output.pointer;
|
|
|
|
|
|
|
|
if (obj->type == ACPI_TYPE_INTEGER)
|
|
|
|
if (obj->integer.value == 0x80000002)
|
|
|
|
return -ENODEV;
|
|
|
|
|
|
|
|
if (obj->type == ACPI_TYPE_BUFFER) {
|
|
|
|
if (obj->buffer.length == 4 && result) {
|
|
|
|
*result = 0;
|
|
|
|
*result |= obj->buffer.pointer[0];
|
|
|
|
*result |= (obj->buffer.pointer[1] << 8);
|
|
|
|
*result |= (obj->buffer.pointer[2] << 16);
|
|
|
|
*result |= (obj->buffer.pointer[3] << 24);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
kfree(output.pointer);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2011-12-17 11:53:43 +00:00
|
|
|
/* Returns 1 if a DSM function is usable and 0 otherwise */
|
|
|
|
static int nouveau_test_dsm(acpi_handle test_handle,
|
|
|
|
int (*dsm_func)(acpi_handle, int, int, uint32_t *),
|
|
|
|
int sfnc)
|
|
|
|
{
|
|
|
|
u32 result = 0;
|
|
|
|
|
|
|
|
/* Function 0 returns a Buffer containing available functions. The args
|
|
|
|
* parameter is ignored for function 0, so just put 0 in it */
|
|
|
|
if (dsm_func(test_handle, 0, 0, &result))
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
/* ACPI Spec v4 9.14.1: if bit 0 is zero, no function is supported. If
|
|
|
|
* the n-th bit is enabled, function n is supported */
|
|
|
|
return result & 1 && result & (1 << sfnc);
|
|
|
|
}
|
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
static int nouveau_dsm_switch_mux(acpi_handle handle, int mux_id)
|
2009-12-11 09:24:15 +00:00
|
|
|
{
|
2011-05-09 01:40:25 +00:00
|
|
|
mxm_wmi_call_mxmx(mux_id == NOUVEAU_DSM_LED_STAMINA ? MXM_MXDS_ADAPTER_IGD : MXM_MXDS_ADAPTER_0);
|
2010-12-06 02:57:45 +00:00
|
|
|
mxm_wmi_call_mxds(mux_id == NOUVEAU_DSM_LED_STAMINA ? MXM_MXDS_ADAPTER_IGD : MXM_MXDS_ADAPTER_0);
|
2010-02-01 05:38:10 +00:00
|
|
|
return nouveau_dsm(handle, NOUVEAU_DSM_LED, mux_id, NULL);
|
|
|
|
}
|
|
|
|
|
|
|
|
static int nouveau_dsm_set_discrete_state(acpi_handle handle, enum vga_switcheroo_state state)
|
|
|
|
{
|
|
|
|
int arg;
|
|
|
|
if (state == VGA_SWITCHEROO_ON)
|
|
|
|
arg = NOUVEAU_DSM_POWER_SPEED;
|
|
|
|
else
|
|
|
|
arg = NOUVEAU_DSM_POWER_STAMINA;
|
|
|
|
nouveau_dsm(handle, NOUVEAU_DSM_POWER, arg, NULL);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int nouveau_dsm_switchto(enum vga_switcheroo_client_id id)
|
|
|
|
{
|
2012-11-02 01:04:27 +00:00
|
|
|
if (!nouveau_dsm_priv.dsm_detected)
|
2011-12-17 11:54:04 +00:00
|
|
|
return 0;
|
2010-02-01 05:38:10 +00:00
|
|
|
if (id == VGA_SWITCHEROO_IGD)
|
2010-05-31 07:10:52 +00:00
|
|
|
return nouveau_dsm_switch_mux(nouveau_dsm_priv.dhandle, NOUVEAU_DSM_LED_STAMINA);
|
2010-02-01 05:38:10 +00:00
|
|
|
else
|
2010-05-31 07:10:52 +00:00
|
|
|
return nouveau_dsm_switch_mux(nouveau_dsm_priv.dhandle, NOUVEAU_DSM_LED_SPEED);
|
2010-02-01 05:38:10 +00:00
|
|
|
}
|
2009-12-11 09:24:15 +00:00
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
static int nouveau_dsm_power_state(enum vga_switcheroo_client_id id,
|
|
|
|
enum vga_switcheroo_state state)
|
|
|
|
{
|
|
|
|
if (id == VGA_SWITCHEROO_IGD)
|
|
|
|
return 0;
|
|
|
|
|
2011-12-17 11:54:04 +00:00
|
|
|
/* Optimus laptops have the card already disabled in
|
|
|
|
* nouveau_switcheroo_set_state */
|
2012-11-02 01:04:27 +00:00
|
|
|
if (!nouveau_dsm_priv.dsm_detected)
|
2011-12-17 11:54:04 +00:00
|
|
|
return 0;
|
|
|
|
|
2010-05-31 07:10:52 +00:00
|
|
|
return nouveau_dsm_set_discrete_state(nouveau_dsm_priv.dhandle, state);
|
2010-02-01 05:38:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static int nouveau_dsm_get_client_id(struct pci_dev *pdev)
|
2009-12-11 09:24:15 +00:00
|
|
|
{
|
2010-12-06 02:56:44 +00:00
|
|
|
/* easy option one - intel vendor ID means Integrated */
|
|
|
|
if (pdev->vendor == PCI_VENDOR_ID_INTEL)
|
2010-02-01 05:38:10 +00:00
|
|
|
return VGA_SWITCHEROO_IGD;
|
2010-12-06 02:56:44 +00:00
|
|
|
|
|
|
|
/* is this device on Bus 0? - this may need improving */
|
|
|
|
if (pdev->bus->number == 0)
|
|
|
|
return VGA_SWITCHEROO_IGD;
|
|
|
|
|
|
|
|
return VGA_SWITCHEROO_DIS;
|
2010-02-01 05:38:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static struct vga_switcheroo_handler nouveau_dsm_handler = {
|
|
|
|
.switchto = nouveau_dsm_switchto,
|
|
|
|
.power_state = nouveau_dsm_power_state,
|
|
|
|
.get_client_id = nouveau_dsm_get_client_id,
|
|
|
|
};
|
2009-12-11 09:24:15 +00:00
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
static int nouveau_dsm_pci_probe(struct pci_dev *pdev)
|
2010-02-01 05:38:10 +00:00
|
|
|
{
|
|
|
|
acpi_handle dhandle, nvidia_handle;
|
|
|
|
acpi_status status;
|
2011-12-17 11:53:43 +00:00
|
|
|
int retval = 0;
|
2010-02-01 05:38:10 +00:00
|
|
|
|
|
|
|
dhandle = DEVICE_ACPI_HANDLE(&pdev->dev);
|
|
|
|
if (!dhandle)
|
|
|
|
return false;
|
2010-04-07 03:55:09 +00:00
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
status = acpi_get_handle(dhandle, "_DSM", &nvidia_handle);
|
|
|
|
if (ACPI_FAILURE(status)) {
|
2009-12-11 09:24:15 +00:00
|
|
|
return false;
|
2010-02-01 05:38:10 +00:00
|
|
|
}
|
2009-12-11 09:24:15 +00:00
|
|
|
|
2011-12-17 11:53:43 +00:00
|
|
|
if (nouveau_test_dsm(dhandle, nouveau_dsm, NOUVEAU_DSM_POWER))
|
2011-03-22 04:10:27 +00:00
|
|
|
retval |= NOUVEAU_DSM_HAS_MUX;
|
|
|
|
|
2011-12-17 11:53:43 +00:00
|
|
|
if (nouveau_test_dsm(dhandle, nouveau_optimus_dsm,
|
|
|
|
NOUVEAU_DSM_OPTIMUS_FN))
|
2011-03-22 04:10:27 +00:00
|
|
|
retval |= NOUVEAU_DSM_HAS_OPT;
|
|
|
|
|
|
|
|
if (retval)
|
|
|
|
nouveau_dsm_priv.dhandle = dhandle;
|
2009-12-11 09:24:15 +00:00
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
return retval;
|
2009-12-11 09:24:15 +00:00
|
|
|
}
|
2010-02-01 05:38:10 +00:00
|
|
|
|
|
|
|
static bool nouveau_dsm_detect(void)
|
|
|
|
{
|
|
|
|
char acpi_method_name[255] = { 0 };
|
|
|
|
struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name};
|
|
|
|
struct pci_dev *pdev = NULL;
|
|
|
|
int has_dsm = 0;
|
2012-05-02 19:26:24 +00:00
|
|
|
int has_optimus = 0;
|
2010-02-01 05:38:10 +00:00
|
|
|
int vga_count = 0;
|
2010-12-06 02:57:45 +00:00
|
|
|
bool guid_valid;
|
2011-03-22 04:10:27 +00:00
|
|
|
int retval;
|
|
|
|
bool ret = false;
|
2010-12-06 02:57:45 +00:00
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
/* lookup the MXM GUID */
|
2010-12-06 02:57:45 +00:00
|
|
|
guid_valid = mxm_wmi_supported();
|
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
if (guid_valid)
|
|
|
|
printk("MXM: GUID detected in BIOS\n");
|
2010-04-07 03:55:09 +00:00
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
/* now do DSM detection */
|
2010-02-01 05:38:10 +00:00
|
|
|
while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) {
|
|
|
|
vga_count++;
|
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
retval = nouveau_dsm_pci_probe(pdev);
|
|
|
|
if (retval & NOUVEAU_DSM_HAS_MUX)
|
|
|
|
has_dsm |= 1;
|
|
|
|
if (retval & NOUVEAU_DSM_HAS_OPT)
|
|
|
|
has_optimus = 1;
|
2010-02-01 05:38:10 +00:00
|
|
|
}
|
|
|
|
|
2012-11-02 01:04:27 +00:00
|
|
|
/* find the optimus DSM or the old v1 DSM */
|
|
|
|
if (has_optimus == 1) {
|
2011-12-17 11:54:04 +00:00
|
|
|
acpi_get_name(nouveau_dsm_priv.dhandle, ACPI_FULL_PATHNAME,
|
|
|
|
&buffer);
|
2012-11-02 01:04:27 +00:00
|
|
|
printk(KERN_INFO "VGA switcheroo: detected Optimus DSM method %s handle\n",
|
2011-12-17 11:54:04 +00:00
|
|
|
acpi_method_name);
|
2012-11-02 01:04:27 +00:00
|
|
|
nouveau_dsm_priv.optimus_detected = true;
|
2011-03-22 04:10:27 +00:00
|
|
|
ret = true;
|
2012-11-02 01:04:27 +00:00
|
|
|
} else if (vga_count == 2 && has_dsm && guid_valid) {
|
2011-12-17 11:54:04 +00:00
|
|
|
acpi_get_name(nouveau_dsm_priv.dhandle, ACPI_FULL_PATHNAME,
|
|
|
|
&buffer);
|
2012-11-02 01:04:27 +00:00
|
|
|
printk(KERN_INFO "VGA switcheroo: detected DSM switching method %s handle\n",
|
2011-12-17 11:54:04 +00:00
|
|
|
acpi_method_name);
|
2012-11-02 01:04:27 +00:00
|
|
|
nouveau_dsm_priv.dsm_detected = true;
|
2011-12-17 11:54:04 +00:00
|
|
|
ret = true;
|
|
|
|
}
|
2011-03-22 04:10:27 +00:00
|
|
|
|
2012-11-02 01:04:27 +00:00
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
return ret;
|
2010-02-01 05:38:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void nouveau_register_dsm_handler(void)
|
|
|
|
{
|
|
|
|
bool r;
|
|
|
|
|
|
|
|
r = nouveau_dsm_detect();
|
|
|
|
if (!r)
|
|
|
|
return;
|
|
|
|
|
|
|
|
vga_switcheroo_register_handler(&nouveau_dsm_handler);
|
|
|
|
}
|
|
|
|
|
2011-12-17 11:54:04 +00:00
|
|
|
/* Must be called for Optimus models before the card can be turned off */
|
|
|
|
void nouveau_switcheroo_optimus_dsm(void)
|
|
|
|
{
|
|
|
|
u32 result = 0;
|
|
|
|
if (!nouveau_dsm_priv.optimus_detected)
|
|
|
|
return;
|
|
|
|
|
|
|
|
nouveau_optimus_dsm(nouveau_dsm_priv.dhandle, NOUVEAU_DSM_OPTIMUS_FN,
|
|
|
|
NOUVEAU_DSM_OPTIMUS_ARGS, &result);
|
|
|
|
}
|
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
void nouveau_unregister_dsm_handler(void)
|
|
|
|
{
|
2012-05-20 23:14:50 +00:00
|
|
|
if (nouveau_dsm_priv.optimus_detected || nouveau_dsm_priv.dsm_detected)
|
|
|
|
vga_switcheroo_unregister_handler();
|
2010-02-01 05:38:10 +00:00
|
|
|
}
|
2010-04-07 03:55:09 +00:00
|
|
|
|
|
|
|
/* retrieve the ROM in 4k blocks */
|
|
|
|
static int nouveau_rom_call(acpi_handle rom_handle, uint8_t *bios,
|
|
|
|
int offset, int len)
|
|
|
|
{
|
|
|
|
acpi_status status;
|
|
|
|
union acpi_object rom_arg_elements[2], *obj;
|
|
|
|
struct acpi_object_list rom_arg;
|
|
|
|
struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL};
|
|
|
|
|
|
|
|
rom_arg.count = 2;
|
|
|
|
rom_arg.pointer = &rom_arg_elements[0];
|
|
|
|
|
|
|
|
rom_arg_elements[0].type = ACPI_TYPE_INTEGER;
|
|
|
|
rom_arg_elements[0].integer.value = offset;
|
|
|
|
|
|
|
|
rom_arg_elements[1].type = ACPI_TYPE_INTEGER;
|
|
|
|
rom_arg_elements[1].integer.value = len;
|
|
|
|
|
|
|
|
status = acpi_evaluate_object(rom_handle, NULL, &rom_arg, &buffer);
|
|
|
|
if (ACPI_FAILURE(status)) {
|
|
|
|
printk(KERN_INFO "failed to evaluate ROM got %s\n", acpi_format_exception(status));
|
|
|
|
return -ENODEV;
|
|
|
|
}
|
|
|
|
obj = (union acpi_object *)buffer.pointer;
|
|
|
|
memcpy(bios+offset, obj->buffer.pointer, len);
|
|
|
|
kfree(buffer.pointer);
|
|
|
|
return len;
|
|
|
|
}
|
|
|
|
|
|
|
|
bool nouveau_acpi_rom_supported(struct pci_dev *pdev)
|
|
|
|
{
|
|
|
|
acpi_status status;
|
|
|
|
acpi_handle dhandle, rom_handle;
|
|
|
|
|
2011-03-22 04:10:27 +00:00
|
|
|
if (!nouveau_dsm_priv.dsm_detected && !nouveau_dsm_priv.optimus_detected)
|
2010-04-07 03:55:09 +00:00
|
|
|
return false;
|
|
|
|
|
|
|
|
dhandle = DEVICE_ACPI_HANDLE(&pdev->dev);
|
|
|
|
if (!dhandle)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
status = acpi_get_handle(dhandle, "_ROM", &rom_handle);
|
|
|
|
if (ACPI_FAILURE(status))
|
|
|
|
return false;
|
|
|
|
|
|
|
|
nouveau_dsm_priv.rom_handle = rom_handle;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
int nouveau_acpi_get_bios_chunk(uint8_t *bios, int offset, int len)
|
|
|
|
{
|
|
|
|
return nouveau_rom_call(nouveau_dsm_priv.rom_handle, bios, offset, len);
|
|
|
|
}
|
2010-07-12 05:33:07 +00:00
|
|
|
|
2012-07-25 22:51:21 +00:00
|
|
|
void *
|
2010-07-12 05:33:07 +00:00
|
|
|
nouveau_acpi_edid(struct drm_device *dev, struct drm_connector *connector)
|
|
|
|
{
|
|
|
|
struct acpi_device *acpidev;
|
|
|
|
acpi_handle handle;
|
|
|
|
int type, ret;
|
|
|
|
void *edid;
|
|
|
|
|
|
|
|
switch (connector->connector_type) {
|
|
|
|
case DRM_MODE_CONNECTOR_LVDS:
|
|
|
|
case DRM_MODE_CONNECTOR_eDP:
|
|
|
|
type = ACPI_VIDEO_DISPLAY_LCD;
|
|
|
|
break;
|
|
|
|
default:
|
2012-07-25 22:51:21 +00:00
|
|
|
return NULL;
|
2010-07-12 05:33:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
handle = DEVICE_ACPI_HANDLE(&dev->pdev->dev);
|
|
|
|
if (!handle)
|
2012-07-25 22:51:21 +00:00
|
|
|
return NULL;
|
2010-07-12 05:33:07 +00:00
|
|
|
|
|
|
|
ret = acpi_bus_get_device(handle, &acpidev);
|
|
|
|
if (ret)
|
2012-07-25 22:51:21 +00:00
|
|
|
return NULL;
|
2010-07-12 05:33:07 +00:00
|
|
|
|
|
|
|
ret = acpi_video_get_edid(acpidev, type, -1, &edid);
|
|
|
|
if (ret < 0)
|
2012-07-25 22:51:21 +00:00
|
|
|
return NULL;
|
2010-07-12 05:33:07 +00:00
|
|
|
|
2012-07-25 22:51:21 +00:00
|
|
|
return kmemdup(edid, EDID_LENGTH, GFP_KERNEL);
|
2010-07-12 05:33:07 +00:00
|
|
|
}
|