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
Age
Commit message (
Expand
)
Author
2009-03-01
Switch more info printfs to debug. The average user doesn't want to see
Owain Ainsworth
2009-02-18
Disable all IGPGART chipsets in radeondrm for release.
Owain Ainsworth
2009-02-16
Kill ring.high_mark. it's unused.
Owain Ainsworth
2009-02-15
The core drm code calls drm_irq_uninstall() when needed at lastclose.
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-15
the body of radeon_do_cp_flush() has been if 0ed out forever. so remove
Owain Ainsworth
2009-02-15
Some knf nits.
Owain Ainsworth
2009-02-15
destatic and deinline. return type on line before rest of function
Owain Ainsworth
2009-02-15
on IGPGART chipsets, map the pcigart table uncached. This fixes some bugs for
Owain Ainsworth
2009-02-15
for the sake of correctness bus_dmamap_sync when necessary for the
Owain Ainsworth
2009-02-15
Remove some ifdeffed out debugging code that I'm not so fond of.
Owain Ainsworth
2009-02-15
Remove some dead and unneeded defines, types and prototypes.
Owain Ainsworth
2009-02-15
Make the pcigart functions return 0 on success and an errno on failure,
Owain Ainsworth
2009-02-15
Split out the switch statement that writes the pcigart table entry into
Owain Ainsworth
2009-02-15
Remove drm_pci_alloc and associated definitions.
Owain Ainsworth
2009-02-15
Convert intel hardware-status-page allocation over to new dmamem api.
Owain Ainsworth
2009-02-15
convert drm_scatter code over to using the new dmamem api.
Owain Ainsworth
2009-02-15
convert the pcigart case where the gart table is in system memory over
Owain Ainsworth
2009-02-15
Convert CONSISTENT maps over to dmamem api.
Owain Ainsworth
2009-02-15
convert drm_addbufs_pci over to new dmamem api.
Owain Ainsworth
2009-02-15
Convert machdrm over to new dmamem api.
Owain Ainsworth
2009-02-15
introduce drm_dmamem_alloc() to allocate dma memory with bus_dma.
Owain Ainsworth
2009-02-12
Change microcode loaded messages to debug, this was printed
Jonathan Gray
2009-02-09
Remove an unused define.
Owain Ainsworth
2009-02-09
Only print information on the writeback test if it fails. Otherwise only
Owain Ainsworth
2009-02-09
Remove the inteldrm pageflipping code.
Owain Ainsworth
2009-02-09
Don't enable vblank if the pipe is disabled.
Owain Ainsworth
2009-02-08
fix potential null dereferences.
Charles Longeau
2009-02-08
Fix uninitialized arguments.
Charles Longeau
2009-02-08
remove dead assignment and newly created unused variable.
Charles Longeau
2009-02-05
Fix slight logic error in a previous commit.
Owain Ainsworth
2009-02-05
KNF, and remove a debug printf I missed.
Owain Ainsworth
2009-02-05
KNF, no change to behaviour.
Owain Ainsworth
2009-02-05
Merge the static block allocation code from {i915,radeon}_mem.c into
Owain Ainsworth
2009-01-29
Similar to my last commit, it's stupid to have a file with two very
Owain Ainsworth
2009-01-29
Move drmmmap to the main driver file. It's stupid to have a file with
Owain Ainsworth
2009-01-29
drm_getmap and interface can die too.
Owain Ainsworth
2009-01-29
Rip out the drm_drawable support. There is no need for the xserver to
Owain Ainsworth
2009-01-27
While printing is turned off by default, the debug code was still
Owain Ainsworth
2009-01-26
Include the ioctl definitions for the modesetting interface.
Owain Ainsworth
2009-01-10
Add GEM ioctl definitions to drm.h (the intel specific ones were added a
Owain Ainsworth
2008-12-11
Don't do radeon_cp_dispatch flip on lastclose.
Owain Ainsworth
2008-12-08
Don't forget to map the pci interrupt.
Owain Ainsworth
2008-12-08
Make the various drm drivers print the interrupt they're using.
Mark Kettenis
2008-11-29
Fix a possible NULL pointer dereference. Spotted by Tobias Ulmer; thanks!
Owain Ainsworth
2008-11-26
Zero the surface when we free them. stops some state problems which cause
Owain Ainsworth
2008-11-25
Unbreak the tree
Owain Ainsworth
2008-11-25
Don't try and enable the vblank handler if irqs are disabled.
Owain Ainsworth
2008-11-24
Work around the stupidity of radeondrm by double checking that things are
Owain Ainsworth
[next]