1
0
Fork 0

drm: domain changes broke ppc r200

Freedesktop.org bug #8246

The domain changes regressed on PPC, go back to just using 0,
as X.org's domain support is crap

Signed-off-by: Dave Airlie <airlied@linux.ie>
hifive-unleashed-5.1
Dave Airlie 2006-09-22 03:37:19 +10:00
parent 1f27ce6ab7
commit 9b1a51b69c
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ static __inline__ int drm_core_check_feature(struct drm_device *dev,
#ifdef __alpha__
#define drm_get_pci_domain(dev) dev->hose->bus->number
#else
#define drm_get_pci_domain(dev) pci_domain_nr(dev->pdev->bus)
#define drm_get_pci_domain(dev) 0
#endif
#if __OS_HAS_AGP