mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 05:10:20 +01:00
forgot to check these in.. thanks to Jon for reminding me ..
This commit is contained in:
parent
5e7e41819e
commit
33b740ad99
3 changed files with 3 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ void i915_kernel_lost_context(drm_device_t *dev)
|
|||
}
|
||||
|
||||
|
||||
static int i915_dma_cleanup(drm_device_t *dev)
|
||||
int i915_dma_cleanup(drm_device_t *dev)
|
||||
{
|
||||
/* Make sure interrupts are disabled here because the uninstall ioctl
|
||||
* may not have been called from userspace and after dev_private
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
drm_i915_private_t *dev_priv = dev->dev_private; \
|
||||
i915_mem_takedown( &(dev_priv->agp_heap) ); \
|
||||
} \
|
||||
i915_cleanup( dev ); \
|
||||
i915_dma_cleanup( dev ); \
|
||||
} while (0)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ void i915_kernel_lost_context(drm_device_t *dev)
|
|||
}
|
||||
|
||||
|
||||
static int i915_dma_cleanup(drm_device_t *dev)
|
||||
int i915_dma_cleanup(drm_device_t *dev)
|
||||
{
|
||||
/* Make sure interrupts are disabled here because the uninstall ioctl
|
||||
* may not have been called from userspace and after dev_private
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue