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
/
radeon_drv.h
Age
Commit message (
Expand
)
Author
2011-06-02
Add $OpenBSD$ after oga said 'go ahead and fix that'
Paul de Weerd
2011-05-30
Add RADEON_CS ioctl support for r600 and r700.
Owain Ainsworth
2010-03-27
DRM for R600 and R700 chipsets.
Owain Ainsworth
2009-05-11
Rework the pcigart stuff somewhat.
Owain Ainsworth
2009-04-06
merge radeon_mem_release() and radeon_mem_takedown() into the drm_heap
Owain Ainsworth
2009-04-03
detypedef drm_local_map.
Owain Ainsworth
2009-04-03
Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove
Owain Ainsworth
2009-04-03
Add a lock to protect races for the software interrupt on radeon chips
Owain Ainsworth
2009-03-31
These flags are bitmasks, not booleans.
Owain Ainsworth
2009-03-31
remove the drm_read and drm_write functions. instead just do the
Owain Ainsworth
2009-03-27
Push the per-driver dma hook a little further down.
Owain Ainsworth
2009-03-05
De-macro the ring manipulation macros in favour of functions. Saves a
Owain Ainsworth
2009-03-05
Do a similar thing to inteldrm re removing the old vblank crtc
Owain Ainsworth
2009-03-05
Kill a bunch of (long long long) dead ioctls.
Owain Ainsworth
2009-03-05
Remove the stats_boxes counters and associated code from radeondrm.
Owain Ainsworth
2009-02-16
Kill ring.high_mark. it's unused.
Owain Ainsworth
2009-02-15
dev_priv->irq_enabled is only set to zero and then ignored. kill it.
Owain Ainsworth
2009-02-15
radeon_do_cp_resume was only called in one place (and that function just
Owain Ainsworth
2009-02-05
Merge the static block allocation code from {i915,radeon}_mem.c into
Owain Ainsworth
2008-12-11
Don't do radeon_cp_dispatch flip on lastclose.
Owain Ainsworth
2008-11-24
back out the buf_priv change. it made some incorrect assumptions and
Owain Ainsworth
2008-11-24
do the same for struct drm_file (file_priv) as previously done for
Owain Ainsworth
2008-11-24
Instead of having a ``private data'' pointer in the dma buffers, just
Owain Ainsworth
2008-11-23
Map device interrupts in the attach routine. and remove more need for
Owain Ainsworth
2008-11-22
using ``wait queues' for sleep is a linuxism. Kill them and just sleep
Owain Ainsworth
2008-11-22
Make all drm drivers map their mmio register space on attach instead of
Owain Ainsworth
2008-11-22
Move the drm drivers over from:
Owain Ainsworth
2008-11-22
Remove the driver->load callback and just do all the initialization in
Owain Ainsworth
2008-11-10
Fix the bits to enable bus mastering mode on some newer chips. From
Owain Ainsworth
2008-10-07
Move dev->driver over to being a pointer to a const struct, instead of stupidly
Owain Ainsworth
2008-07-29
Update to DRM git.
Owain Ainsworth
2008-07-03
Update the radeondrm driver to be level with drm git.
Owain Ainsworth
2008-06-11
Update to DRM git as of a few days ago. This mostly affects the
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth