summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
authorDavid Airlie <airlied@asimov.stargames.com.au>2007-04-10 14:49:49 +1000
committerDavid Airlie <airlied@asimov.stargames.com.au>2007-04-10 14:49:49 +1000
commit65f465ed5ad3caf773658bb2832785c963b987f6 (patch)
tree43edce498c86b3b6e6cfe3553da7a294aa915dc3 /shared-core
parenteb9bdc27879d1aa307b234bbdb0f81494dcf7095 (diff)
fixup numerous issues with adding framebuffer support
This still isn't perfect but it fixes a few oopses and cleans up some of the tabs and bugs in the original fb limit code
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/i915_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c
index 811e4bb9..2c14cb5d 100644
--- a/shared-core/i915_dma.c
+++ b/shared-core/i915_dma.c
@@ -171,7 +171,7 @@ static int i915_initialize(drm_device_t * dev,
I915_WRITE(0x02080, dev_priv->dma_status_page);
DRM_DEBUG("Enabled hardware status page\n");
- drm_set_desired_modes(dev);
+//drm_set_desired_modes(dev);
return 0;
}