commit | 28d520433b6375740990ab99d69b0d0067fd656b | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Mon Sep 21 14:33:58 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Mon Sep 21 15:00:27 2009 +1000 |
tree | d3affea0fb69f84b9c924c03d78c5df23946306f | |
parent | aadd4e17452d3d5c2269cd2b000b7de7cfb6c79e [diff] |
drm/vgaarb: add VGA arbitration support to the drm and kms. VGA arb requires DRM support for non-kms drivers, to turn on/off irqs when disabling the mem/io regions. VGA arb requires KMS support for GPUs where we can turn off VGA decoding. Currently we know how to do this for intel and radeon kms drivers, which allows them to be removed from the arbiter. This patch comes from Fedora rawhide kernel. Signed-off-by: Dave Airlie <airlied@redhat.com>