summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/drm_memory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add $OpenBSD$ after oga said 'go ahead and fix that'weerd2011-06-021-0/+1
* use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this willoga2010-04-291-1/+2
* Remove the three inline functions from drmP.h.oga2009-04-041-13/+15
* detypedef drm_local_map.oga2009-04-031-2/+2
* remove the drm_read and drm_write functions. instead just do theoga2009-03-311-83/+0
* Remove a bunch of compat macros, just expand them to the openbsdoga2009-03-271-1/+1
* The drm_* allocation functions have been #defined to not use most ofoga2009-03-261-5/+5
* change drm_attach_mi to drm_attach_pci. we take the pci_attach_args, andoga2008-11-241-1/+1
* #define away unused arguments for the drm_alloc functions. to save someoga2008-11-231-14/+4
* Make all drm drivers map their mmio register space on attach instead ofoga2008-11-221-28/+4
* fix null dereference.chl2008-09-011-1/+4
* Don't memcpy too far whem drm_realloc() is called with a smaller size.oga2008-08-291-1/+1
* Apply a light paddling with the knf stick. No binary change.oga2008-08-161-1/+1
* Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrangeoga2008-08-131-1/+1
* Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeoga2008-07-291-1/+2
* Check for multiplication overflow in drm_calloc(). ok oga@miod2008-07-291-2/+4
* the DRM_{READ,WRITE}$NUMBER() macros currently useoga2008-07-101-0/+83
* Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just useoga2008-06-261-1/+1
* Kill the rest of the ifdef maze in drm_*.coga2008-06-261-55/+0
* currently agp_i810 needs to map the same BAR as inteldrm, this obviouslyoga2008-05-061-7/+45
* destatic the static functions, they only make debugging harder.oga2007-12-161-16/+16
* Initial import of the DRM (direct rendering manager).oga2007-11-281-0/+193