diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_drv.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_drv.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index e71d2ed7fa11..c12b0775d688 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.c +++ b/drivers/gpu/drm/radeon/radeon_drv.c | |||
@@ -118,6 +118,7 @@ int radeon_audio = 0; | |||
118 | int radeon_disp_priority = 0; | 118 | int radeon_disp_priority = 0; |
119 | int radeon_hw_i2c = 0; | 119 | int radeon_hw_i2c = 0; |
120 | int radeon_pcie_gen2 = 0; | 120 | int radeon_pcie_gen2 = 0; |
121 | int radeon_msi = -1; | ||
121 | 122 | ||
122 | MODULE_PARM_DESC(no_wb, "Disable AGP writeback for scratch registers"); | 123 | MODULE_PARM_DESC(no_wb, "Disable AGP writeback for scratch registers"); |
123 | module_param_named(no_wb, radeon_no_wb, int, 0444); | 124 | module_param_named(no_wb, radeon_no_wb, int, 0444); |
@@ -164,6 +165,9 @@ module_param_named(hw_i2c, radeon_hw_i2c, int, 0444); | |||
164 | MODULE_PARM_DESC(pcie_gen2, "PCIE Gen2 mode (1 = enable)"); | 165 | MODULE_PARM_DESC(pcie_gen2, "PCIE Gen2 mode (1 = enable)"); |
165 | module_param_named(pcie_gen2, radeon_pcie_gen2, int, 0444); | 166 | module_param_named(pcie_gen2, radeon_pcie_gen2, int, 0444); |
166 | 167 | ||
168 | MODULE_PARM_DESC(msi, "MSI support (1 = enable, 0 = disable, -1 = auto)"); | ||
169 | module_param_named(msi, radeon_msi, int, 0444); | ||
170 | |||
167 | static int radeon_suspend(struct drm_device *dev, pm_message_t state) | 171 | static int radeon_suspend(struct drm_device *dev, pm_message_t state) |
168 | { | 172 | { |
169 | drm_radeon_private_t *dev_priv = dev->dev_private; | 173 | drm_radeon_private_t *dev_priv = dev->dev_private; |