]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: add MSI module parameter
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Nov 2011 18:20:30 +0000 (14:20 -0400)
committerDave Airlie <airlied@redhat.com>
Thu, 3 Nov 2011 17:53:14 +0000 (17:53 +0000)
commit90b7a841596e59d23a4bcb97bc9899cbdc2b8a1f
tree6f8a83f0b43505b4236ca51ae4fb5aa832a9d644
parentf1c8629723328e0260cbfcdd1ec2ef2372a42d30
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>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/radeon/radeon_irq_kms.c