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
/
drmP.h
Age
Commit message (
Expand
)
Author
2013-08-12
add support for having multiple drm devices
Mark Kettenis
2013-08-12
make udv_attach_drm work for both radeondrm and inteldrm
Mark Kettenis
2013-08-12
fix a merge error
Jonathan Gray
2013-08-12
add inline version of of_machine_is_compatible()
Martin Pieuchot
2013-08-12
don't set DRMDEBUG by default
Jonathan Gray
2013-08-12
add inline versions of udelay/mdelay
Jonathan Gray
2013-08-12
memory barriers for sparc64; use a big hammer for now
Mark Kettenis
2013-08-12
move drm_vblank_count_and_time() proto to drmP.h
Jonathan Gray
2013-08-12
TAILQ_CONCAT macro from FreeBSD
Jonathan Gray
2013-08-12
ror32 from FreeBSD
Jonathan Gray
2013-08-12
compile more asic specific files
Jonathan Gray
2013-08-12
make most of the atombios code compile
Jonathan Gray
2013-08-12
add lower_32_bits macro
Jonathan Gray
2013-08-12
add roundup_pow_of_two from FreeBSD
Jonathan Gray
2013-08-12
change DEV_INFO so it doesn't assume a dev_priv variable
Jonathan Gray
2013-08-12
more typedefs for linux types
Jonathan Gray
2013-08-12
map more of the linux endian macros
Jonathan Gray
2013-08-12
empty MODULE_FIRMWARE definition
Jonathan Gray
2013-08-12
add DRM_MDELAY macro from FreeBSD
Jonathan Gray
2013-08-12
always define DRMDEBUG for now
Jonathan Gray
2013-08-12
make a mostly stubbed version of radeon_device.c compile
Jonathan Gray
2013-08-12
make radeon_gem.c compile
Jonathan Gray
2013-08-12
make radeon_kms.c compile
Jonathan Gray
2013-08-12
add a version of the 'likely' macro for linux compat
Jonathan Gray
2013-08-07
Another major overhaul of the inteldrm(4) GEM code, bringing us considerably
Mark Kettenis
2013-07-08
add inline versions of udelay/mdelay
Jonathan Gray
2013-06-11
Turn the allocation of GEM objects upside down and make the driver
Mark Kettenis
2013-06-07
Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the
Mark Kettenis
2013-03-28
as DRM_LOG_KMS is called with partial lines make it a simple printf
Jonathan Gray
2013-03-21
Do not include machine/param.h since sys/param.h already did so.
Theo de Raadt
2013-03-18
Significantly increase the wordlist for ddb hangman,
Jonathan Gray
2012-12-06
Rework how AGP memory regions are mapped and add support for AGP bridges
Martin Pieuchot
2012-09-08
Instead of having yet an other option to compile the drm code without agp
Martin Pieuchot
2012-08-22
Add memory barriers for powerpc.
Martin Pieuchot
2012-08-21
Define the endianness macro used in drm code corresponding to the
Martin Pieuchot
2012-04-11
fix all the suser calls which pass an incorrect p_acflag argument;
Mike Belopuhov
2011-06-02
Add $OpenBSD$ after oga said 'go ahead and fix that'
Paul de Weerd
2011-03-02
- change recieved -> received in comments, as well as two unused defines
Jasper Lievisse Adriaanse
2010-07-18
Support from vblank events in drm.
Owain Ainsworth
2010-05-24
Remove the drm drivers that are not enabled (and have never been so).
Owain Ainsworth
2010-04-25
The locking rework/fix that I promised when I commited GEM.
Owain Ainsworth
2010-04-08
DRM memory management for inteldrm(4) using the Graphics Execution
Owain Ainsworth
2010-03-27
DRM for R600 and R700 chipsets.
Owain Ainsworth
2009-05-12
Remove the vblank_disable_allowed crud.
Owain Ainsworth
2009-05-11
Rework the pcigart stuff somewhat.
Owain Ainsworth
2009-04-06
factor a bit more functionality into common code instead of repeating it
Owain Ainsworth
2009-04-06
Remove the context constructor and destructor driver hooks. sisdrm's old
Owain Ainsworth
2009-04-06
merge radeon_mem_release() and radeon_mem_takedown() into the drm_heap
Owain Ainsworth
2009-04-05
Rework the vblank subsystem so that instead of having various bits in
Owain Ainsworth
2009-04-05
kill DRM_VERIFYAREA_READ, it's part of a linux optimisation where we can
Owain Ainsworth
[next]