Revert "radeon/radeon_platform_probe: fix Zaphod mode breakage"

This reverts commit 39eac3104c.

This breaks non-zaphod configurations with xserver 1.13.
See:
https://bugs.freedesktop.org/show_bug.cgi?id=56680
https://bugs.freedesktop.org/show_bug.cgi?id=56663
This commit is contained in:
Alex Deucher
2012-11-02 10:04:46 -04:00
parent d748894c84
commit 1038e29162

View File

@@ -278,7 +278,6 @@ radeon_platform_probe(DriverPtr pDriver,
scr_flags = XF86_ALLOCATE_GPU_SCREEN;
pScrn = xf86AllocateScreen(pDriver, scr_flags);
xf86SetEntityShared(entity_num);
xf86AddEntityToScreen(pScrn, entity_num);
if (!radeon_kernel_mode_enabled(pScrn, dev->pdev))