History log of /haiku/src/add-ons/accelerants/radeon_hd/ringqueue.h
Revision Date Author Comments
# 9e195872 17-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

radeon_hd: Begin work on radeon_hd command processor

* First steps at getting card command processor wired
up to the ring buffers.
* Code doesn't run yet as I have *no* idea what happens
when these rings are in an invalid state.


# 5af067fb 11-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

radeon_hd: Style fix in new ring code

* Thanks Axel for catching this.


# 745450ad 11-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

radeon_hd: More initial ring queue work

* Rename RenderQueue to RingQueue to be more generic
* We will need two Ring Buffer types, one for
host -> gpu (render/cp data) and one gpu -> host (irq)
* Add header guard to ringqueue.h
* Things still may change as I work up to a bigger picture.


# 9e195872df77517e2b21e12e3e2da77e2497533c 17-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

radeon_hd: Begin work on radeon_hd command processor

* First steps at getting card command processor wired
up to the ring buffers.
* Code doesn't run yet as I have *no* idea what happens
when these rings are in an invalid state.


# 5af067fba423027e357456625d59847a6ba8e005 11-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

radeon_hd: Style fix in new ring code

* Thanks Axel for catching this.


# 745450ade8a43afb540bae9fd1e17fb3ba0e0842 11-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

radeon_hd: More initial ring queue work

* Rename RenderQueue to RingQueue to be more generic
* We will need two Ring Buffer types, one for
host -> gpu (render/cp data) and one gpu -> host (irq)
* Add header guard to ringqueue.h
* Things still may change as I work up to a bigger picture.