mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 13:40:13 +01:00
Remove buf_alloc which is unused since the locking commit.
This commit is contained in:
parent
27f9c5f016
commit
e5cad7fced
4 changed files with 0 additions and 4 deletions
|
|
@ -332,7 +332,6 @@ struct drm_device {
|
|||
/* Usage Counters */
|
||||
int open_count; /* Outstanding files open */
|
||||
int buf_use; /* Buffers in use -- cannot alloc */
|
||||
int buf_alloc; /* Buffer allocation in progress */
|
||||
|
||||
/* Performance counters */
|
||||
unsigned long counters;
|
||||
|
|
|
|||
|
|
@ -422,7 +422,6 @@ static int DRM(setup)( drm_device_t *dev )
|
|||
|
||||
DRIVER_PRESETUP();
|
||||
dev->buf_use = 0;
|
||||
dev->buf_alloc = 0;
|
||||
|
||||
#if __HAVE_DMA
|
||||
i = DRM(dma_setup)( dev );
|
||||
|
|
|
|||
|
|
@ -332,7 +332,6 @@ struct drm_device {
|
|||
/* Usage Counters */
|
||||
int open_count; /* Outstanding files open */
|
||||
int buf_use; /* Buffers in use -- cannot alloc */
|
||||
int buf_alloc; /* Buffer allocation in progress */
|
||||
|
||||
/* Performance counters */
|
||||
unsigned long counters;
|
||||
|
|
|
|||
|
|
@ -422,7 +422,6 @@ static int DRM(setup)( drm_device_t *dev )
|
|||
|
||||
DRIVER_PRESETUP();
|
||||
dev->buf_use = 0;
|
||||
dev->buf_alloc = 0;
|
||||
|
||||
#if __HAVE_DMA
|
||||
i = DRM(dma_setup)( dev );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue