Functions and ioctls to manage PCI memory.
More...
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/dma-mapping.h>
#include <linux/export.h>
#include <drm/drmP.h>
Go to the source code of this file.
Functions and ioctls to manage PCI memory.
- Warning
- These interfaces aren't stable yet.
- Todo:
Implement the remaining ioctl's for the PCI pools.
The wrappers here are so thin that they would be better off inlined..
- Author
- José Fonseca jrfon.nosp@m.seca.nosp@m.@tung.nosp@m.sten.nosp@m.graph.nosp@m.ics..nosp@m.com
-
Leif Delgass ldelg.nosp@m.ass@.nosp@m.retin.nosp@m.albu.nosp@m.rn.ne.nosp@m.t
Definition in file drm_pci.c.
Free a PCI consistent memory block without freeing its descriptor.
This function is for internal use in the Linux-specific DRM core code.
Definition at line 98 of file drm_pci.c.
Allocate a PCI consistent memory block, for DMA.
Definition at line 52 of file drm_pci.c.
Free a PCI consistent memory block.
Definition at line 120 of file drm_pci.c.