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