From 0a4eef75588e160321bf0f882b4c5bb26c743e3e Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Tue, 5 Mar 2013 02:20:54 +0100 Subject: [PATCH] nvidia: Enable MSI (Message Signaled Interrupts) Only tested on ATV1, don't just enable it on other platforms without testing with known hardware. --- projects/ATV/filesystem/etc/modprobe.d/nvidia.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 projects/ATV/filesystem/etc/modprobe.d/nvidia.conf diff --git a/projects/ATV/filesystem/etc/modprobe.d/nvidia.conf b/projects/ATV/filesystem/etc/modprobe.d/nvidia.conf new file mode 100644 index 0000000000..382c641534 --- /dev/null +++ b/projects/ATV/filesystem/etc/modprobe.d/nvidia.conf @@ -0,0 +1,2 @@ +# Enable MSI (Message Signaled Interrupts) +options nvidia NVreg_EnableMSI=1 \ No newline at end of file