mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 17:29:02 +02:00
FreeBSD: Increase MAX_PCI_RESOURCE
We can have more than 3 BARs to access.
This commit is contained in:
parent
f78040266b
commit
b0acc88606
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ struct drm_driver_info {
|
|||
};
|
||||
|
||||
/* Length for the array of resource pointers for drm_get_resource_*. */
|
||||
#define DRM_MAX_PCI_RESOURCE 3
|
||||
#define DRM_MAX_PCI_RESOURCE 6
|
||||
|
||||
/**
|
||||
* DRM device functions structure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue