diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2011-11-01 14:20:30 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-11-03 17:53:14 +0000 |
commit | a18cee15ed4c8b6a35f96b7b26a46bac32e04bd9 (patch) | |
tree | 6f8a83f0b43505b4236ca51ae4fb5aa832a9d644 /drivers/gpu/drm/radeon/radeon.h | |
parent | 01e718ec194e30b3e8eb3858c742c13649757efc (diff) | |
download | lwn-a18cee15ed4c8b6a35f96b7b26a46bac32e04bd9.tar.gz lwn-a18cee15ed4c8b6a35f96b7b26a46bac32e04bd9.zip |
drm/radeon/kms: add MSI module parameter
Allow the user to override whether MSIs are enabled
or not on supported ASICs. MSIs are disabled by default
on IGP chips as they tend not to work. However certain
IGP chips only seem to work with MSIs enabled.
I suspect this is a chipset or bios issue, but I'm not sure
what the proper fix is. This will at least make diagnosing
and working around the problem much easier.
See:
https://bugs.freedesktop.org/show_bug.cgi?id=37679
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 83b76db7bcfd..e94c6f18a157 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -93,6 +93,7 @@ extern int radeon_audio; extern int radeon_disp_priority; extern int radeon_hw_i2c; extern int radeon_pcie_gen2; +extern int radeon_msi; /* * Copy from radeon_drv.h so we don't have to include both and have conflicting |