mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 01:48:02 +02:00
Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline
This commit is contained in:
commit
0bbbb46650
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ static __inline__ int drm_core_check_feature(struct drm_device *dev,
|
|||
}
|
||||
|
||||
#ifdef __alpha__
|
||||
#define drm_get_pci_domain(dev) dev->hose->bus->number
|
||||
#define drm_get_pci_domain(dev) dev->hose->index
|
||||
#else
|
||||
#define drm_get_pci_domain(dev) 0
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue