mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-29 13:50:18 +01:00
comment out DRIVER_CARD_LIST, until drm_count_cards() is fixed for FreeBSD.
Which restores the single head behaviour.
This commit is contained in:
parent
cc95ebfa5e
commit
002b0ae22e
2 changed files with 8 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ drm_chipinfo_t DRM(devicelist)[] = {
|
|||
};
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
/* For now, we'll only support multihead on Linux */
|
||||
/* Uncomment this, and fixup drm_count_cards */
|
||||
static drm_pci_list_t DRM(idlist)[] = {
|
||||
{ PCI_VENDOR_ID_3DFX, PCI_DEVICE_ID_3DFX_BANSHEE },
|
||||
{ PCI_VENDOR_ID_3DFX, PCI_DEVICE_ID_3DFX_VOODOO3_2000 },
|
||||
|
|
@ -97,6 +100,7 @@ static drm_pci_list_t DRM(idlist)[] = {
|
|||
};
|
||||
|
||||
#define DRIVER_CARD_LIST DRM(idlist)
|
||||
#endif
|
||||
|
||||
#include "drm_auth.h"
|
||||
#include "drm_bufs.h"
|
||||
|
|
|
|||
|
|
@ -87,6 +87,9 @@ drm_chipinfo_t DRM(devicelist)[] = {
|
|||
};
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
/* For now, we'll only support multihead on Linux */
|
||||
/* Uncomment this, and fixup drm_count_cards */
|
||||
static drm_pci_list_t DRM(idlist)[] = {
|
||||
{ PCI_VENDOR_ID_3DFX, PCI_DEVICE_ID_3DFX_BANSHEE },
|
||||
{ PCI_VENDOR_ID_3DFX, PCI_DEVICE_ID_3DFX_VOODOO3_2000 },
|
||||
|
|
@ -97,6 +100,7 @@ static drm_pci_list_t DRM(idlist)[] = {
|
|||
};
|
||||
|
||||
#define DRIVER_CARD_LIST DRM(idlist)
|
||||
#endif
|
||||
|
||||
#include "drm_auth.h"
|
||||
#include "drm_bufs.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue