index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
drm_memory.c
Age
Commit message (
Expand
)
Author
2019-04-14
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
Jonathan Gray
2015-06-04
use mallocarray instead of malloc in drm_calloc
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-03-09
remove dri1 interfaces
Jonathan Gray
2012-12-06
Rework how AGP memory regions are mapped and add support for AGP bridges
Martin Pieuchot
2012-09-08
Don't use mtrr if we are not on i386/amd64.
Martin Pieuchot
2011-06-02
Add $OpenBSD$ after oga said 'go ahead and fix that'
Paul de Weerd
2010-04-29
use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this will
Owain Ainsworth
2009-04-04
Remove the three inline functions from drmP.h.
Owain Ainsworth
2009-04-03
detypedef drm_local_map.
Owain Ainsworth
2009-03-31
remove the drm_read and drm_write functions. instead just do the
Owain Ainsworth
2009-03-27
Remove a bunch of compat macros, just expand them to the openbsd
Owain Ainsworth
2009-03-26
The drm_* allocation functions have been #defined to not use most of
Owain Ainsworth
2008-11-24
change drm_attach_mi to drm_attach_pci. we take the pci_attach_args, and
Owain Ainsworth
2008-11-23
#define away unused arguments for the drm_alloc functions. to save some
Owain Ainsworth
2008-11-22
Make all drm drivers map their mmio register space on attach instead of
Owain Ainsworth
2008-09-01
fix null dereference.
Charles Longeau
2008-08-29
Don't memcpy too far whem drm_realloc() is called with a smaller size.
Owain Ainsworth
2008-08-16
Apply a light paddling with the knf stick. No binary change.
Owain Ainsworth
2008-08-13
Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange
Owain Ainsworth
2008-07-29
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
Owain Ainsworth
2008-07-29
Check for multiplication overflow in drm_calloc(). ok oga@
Miod Vallat
2008-07-10
the DRM_{READ,WRITE}$NUMBER() macros currently use
Owain Ainsworth
2008-06-26
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
Owain Ainsworth
2008-06-26
Kill the rest of the ifdef maze in drm_*.c
Owain Ainsworth
2008-05-06
currently agp_i810 needs to map the same BAR as inteldrm, this obviously
Owain Ainsworth
2007-12-16
destatic the static functions, they only make debugging harder.
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth