OSDN Git Service

Bugzilla #3217: Create a new __drm_pci_free which is used internally in
authorEric Anholt <anholt@freebsd.org>
Sat, 28 May 2005 20:36:22 +0000 (20:36 +0000)
committerEric Anholt <anholt@freebsd.org>
Sat, 28 May 2005 20:36:22 +0000 (20:36 +0000)
commit9cad6fb4e043ba6140d4c61f09ca0cf0ba8d18c0
treebc9f18f58132bbdb5605d7312d48b67b4320fcbc
parentd7756397d695e5573647258f8412e9ecfb2645d4
Bugzilla #3217: Create a new __drm_pci_free which is used internally in
    linux-core to free pci memory without freeing the structure. Linux-core
    internals often create pci dma handle structures on the stack due to
    the lack of a drm_local_map_t to store them in properly. Fix the
    original drm_pci_free to actually free the dma handle structure instead
    of leaking it.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
linux-core/drmP.h
linux-core/drm_bufs.c
linux-core/drm_drv.c
linux-core/drm_pci.c
linux-core/drm_vm.c