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
2013-03-09
handle llc and semaphore params
Jonathan Gray
2013-03-09
add support for setting the addressing mode
Jonathan Gray
2013-03-05
unstub the ring throttle ioctl
Jonathan Gray
2013-03-05
claim to support page flipping
Jonathan Gray
2013-02-25
claim to support BSD/BLT rings
Jonathan Gray
2013-02-23
add i915_kernel_lost_context for ums (replaces inteldrm_update_ring).
Jonathan Gray
2013-02-22
The libdrm_intel code is totally retarded and doesn't actually look at the
Mark Kettenis
2013-02-14
do_intel_finish_page_flip is still stubbed so don't claim page flip support
Jonathan Gray
2013-02-14
support GEN7_SOL_RESET
Jonathan Gray
2013-02-14
cleanup irq if intel_fbdev_init fails
Jonathan Gray
2013-02-13
claim to support pageflipping, no problems on 965
Jonathan Gray
2013-02-13
rename the i915_dma.c functions to match linux
Jonathan Gray
2013-02-13
move some functions to i915_dma.c
Jonathan Gray
2013-02-07
add license text
Jonathan Gray
2013-02-02
make the feature macros take drm_device instead of inteldrm_softc
Jonathan Gray
2013-01-30
move ring code closer to upstream
Jonathan Gray
2013-01-10
i915_gem_init
Jonathan Gray
2013-01-10
move some gem parts to i915_gem.c to match upstream
Jonathan Gray
2013-01-10
more
Jonathan Gray
2010-05-25
Remove the DRI1 code paths from inteldrm as promised two weeks ago.
Owain Ainsworth
2010-05-10
unifdef INTELDRM_GEM.
Owain Ainsworth
2010-04-29
use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this will
Owain Ainsworth
2010-04-08
DRM memory management for inteldrm(4) using the Graphics Execution
Owain Ainsworth
2009-12-14
Add a dummy I915_PARAM_NUM_FENCES_AVAIL parameter for Mesa 7.5.
Matthieu Herrb
2009-11-23
some whitespace cleanups.
Owain Ainsworth
2009-11-23
move the lastclose function into i915_drv.c where it belongs.
Owain Ainsworth
2009-11-23
Pad the ringbuffer with NOOPs before wrapping around, instead of
Owain Ainsworth
2009-04-06
Turns out that the intel version of the heap interface isn't used
Owain Ainsworth
2009-04-05
kill DRM_VERIFYAREA_READ, it's part of a linux optimisation where we can
Owain Ainsworth
2009-04-03
Change a bunch of "printk" in commented out debug code into "printf" and
Owain Ainsworth
2009-03-05
Demacro the inteldrm ring macros too, making them use bus_space_write
Owain Ainsworth
2009-02-15
The core drm code calls drm_irq_uninstall() when needed at lastclose.
Owain Ainsworth
2009-02-15
for the sake of correctness bus_dmamap_sync when necessary for the
Owain Ainsworth
2009-02-15
Convert intel hardware-status-page allocation over to new dmamem api.
Owain Ainsworth
2009-02-09
Remove the inteldrm pageflipping code.
Owain Ainsworth
2009-02-05
Merge the static block allocation code from {i915,radeon}_mem.c into
Owain Ainsworth
2008-11-24
do the same for struct drm_file (file_priv) as previously done for
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
use dev->dmat. Missed this one in an earlier diff.
Owain Ainsworth
2008-11-23
Include the GEM interface in i915_drm.h.
Owain Ainsworth
2008-11-22
drm_device_is_pcie is only needed in one place: radeondrm_attach
Owain Ainsworth
2008-11-22
Remove the driver->load callback and just do all the initialization in
Owain Ainsworth
2008-11-22
reduce the dependancy of drm_pci_alloc upon the drm device softc. Just
Owain Ainsworth
2008-11-22
Slightly fix up previous
Owain Ainsworth
2008-11-22
inteldrm currently checks the pcidev of the device every time it needs to check
Owain Ainsworth
2008-11-19
I'm clever and commited the wrong patch. Here's the correct one.
Owain Ainsworth
2008-11-18
instead of going through the drm_map interface, just map the mmio
Owain Ainsworth
2008-11-17
Don't put the buffer counter in a reserved part of the status page.
Owain Ainsworth
2008-11-17
Conditionalise the use of the SAREA in inteldrm. In DRI2 setups (which we don't
Owain Ainsworth
2008-11-06
The i915 vblank swap ioctl is fundamentally racy.
Owain Ainsworth
[next]