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
/
i915_dma.c
Age
Commit message (
Expand
)
Author
2008-10-30
Bunch of cleanup. Kill some dead variables and some stupid code.
Owain Ainsworth
2008-10-07
Kill the linux-ready negative return codes in ``shared'' code. We handle
Owain Ainsworth
2008-10-07
Move dev->driver over to being a pointer to a const struct, instead of stupidly
Owain Ainsworth
2008-09-18
Rework the drm locking to be at least halfway sane. The freebsd code
Owain Ainsworth
2008-09-06
Kill the stats data structures and noop some other parts. Nothing in
Owain Ainsworth
2008-09-02
If we need a physical hardware status page, initialise it at device attach
Owain Ainsworth
2008-09-02
Track progress inside of batchbuffers so we know the hardware isn't
Owain Ainsworth
2008-09-01
Add Interrupt mitigation for the i9XX user_irq, should save a bit of power;
Owain Ainsworth
2008-08-28
Ignore xserver provided mmio address. We already have it. From git.
Owain Ainsworth
2008-08-28
Ignore userland provided batchbuffer start parameter, we can determine
Owain Ainsworth
2008-08-28
set sarea_priv to NULL to prevent possible access on next open/close.
Owain Ainsworth
2008-08-28
Kill the ifdefed out ttm interface stuff. The intel driver has
Owain Ainsworth
2008-07-29
Update to DRM git.
Owain Ainsworth
2008-07-29
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
Owain Ainsworth
2008-07-29
Stricter bounds checking for values controlling loops or memory allocations,
Miod Vallat
2008-07-03
Update the inteldrm driver to 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
[prev]