diff options
author | Dave Airlie <airlied@redhat.com> | 2008-06-05 11:11:22 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-05 11:11:22 +1000 |
commit | 967bd219116a4f20aec828b890a225d2f92afd0b (patch) | |
tree | 2ce03e7a65088bc53282eec6f9417942ad10939d /shared-core | |
parent | cf1964f971cc298ece91064953f7d00ed13e541d (diff) |
modesetting: initial attempt at debonging fb
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index a54f5af9..34e81ad5 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -372,6 +372,8 @@ int i915_execbuffer(struct drm_device *dev, void *data, #endif +extern unsigned int i915_fbpercrtc; + #ifdef __linux__ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25) extern void intel_init_chipset_flush_compat(struct drm_device *dev); |