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.c
Age
Commit message (
Expand
)
Author
2009-02-05
Merge the static block allocation code from {i915,radeon}_mem.c into
Owain Ainsworth
2008-12-08
Make the various drm drivers print the interrupt they're using.
Mark Kettenis
2008-11-24
Work around the stupidity of radeondrm by double checking that things are
Owain Ainsworth
2008-11-24
do the same for struct drm_file (file_priv) as previously done for
Owain Ainsworth
2008-11-24
change drm_attach_mi to drm_attach_pci. we take the pci_attach_args, and
Owain Ainsworth
2008-11-24
make device works out if it's agp and tells the drm driver, not the
Owain Ainsworth
2008-11-24
oops. Use the correct struct member to map so that radeon doesn't panic
Owain Ainsworth
2008-11-23
pass in the dmat when we attach the drm driver. reduces pci dependancy.
Owain Ainsworth
2008-11-23
Map device interrupts in the attach routine. and remove more need for
Owain Ainsworth
2008-11-23
Move vblank data allocation to happening at attach, not at irq enable.
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-22
Remove the strings from the pcidevs arrays. they are no longer needed and are
Owain Ainsworth
2008-11-22
switch all of the drm drivers over to using the defines from pcidevs.
Owain Ainsworth
2008-11-17
Instead of using a width-1 bitfield for storing the driver capabilities
Owain Ainsworth
2008-11-17
rework how we handle ioctls.
Owain Ainsworth
2008-10-07
Kill a bunch of #ifdef freebsd/netbsd code in *_drv.c. No binary change.
Owain Ainsworth
2008-10-07
Move dev->driver over to being a pointer to a const struct, instead of stupidly
Owain Ainsworth
2008-06-26
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
Owain Ainsworth
2008-06-11
Update to DRM git as of a few days ago. This mostly affects the
Owain Ainsworth
2008-05-06
currently agp_i810 needs to map the same BAR as inteldrm, this obviously
Owain Ainsworth
2007-12-16
destatic the static functions, they only make debugging harder.
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth