index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-core
/
nouveau_object.c
Age
Commit message (
Expand
)
Author
2008-08-17
nouveau: make it compile under 2.6.27
Maarten Maathuis
2008-06-23
nv50: use same dma object for fb/tt access
Ben Skeggs
2008-06-23
nouveau: allocate drm-use vram buffers from end of vram.
Ben Skeggs
2008-03-13
nv50: force channel vram access through vm
Ben Skeggs
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
2007-08-22
nouveau : fix some potential crashes with objects causing hash collision
Matthieu Castet
2007-08-10
nouveau/nv50: demagic instmem setup.
Ben Skeggs
2007-08-10
nouveau: Allow creation of gpuobjs before any other init has taken place.
Ben Skeggs
2007-08-07
nouveau: Init global gpuobj list early, unbreaks sgdma code.
Ben Skeggs
2007-08-06
nouveau: Various internal and external API changes
Ben Skeggs
2007-08-06
nouveau: Pass channel struct around instead of channel id.
Ben Skeggs
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
2007-07-20
Remove DRM_ERR OS macro.
Eric Anholt
2007-07-17
nouveau: G8x PCIEGART
Ben Skeggs
2007-07-16
Correct errors in the usage of pci_map_page.
Ian Romanick
2007-07-13
applied patch from Ian Romanick fixing PCI DMA object creation code
Arthur Huillet
2007-07-13
now attempting to create PCI object only when there is a pci_heap
Arthur Huillet
2007-07-13
nouveau: nuke internal typedefs, and drm_device_t use.
Ben Skeggs
2007-07-12
nouveau: mem_alloc() returns offsets, not absolute addresses now.
Ben Skeggs
2007-07-12
nouveau: separate region_offset into map_handle and offset.
Ben Skeggs
2007-07-12
fixed object creation code to not Oops on 64bits, worked around memalloc not ...
Arthur Huillet
2007-07-11
NV50 will not attempt to use PCIGART now
Arthur Huillet
2007-07-11
nouveau: Some checks on userspace object handles.
Ben Skeggs
2007-07-11
Added support for PCIGART for PCI(E) cards. Bumped DRM interface patchlevel.
Arthur Huillet
2007-07-09
nouveau: Don't be so strict on <NV50
Ben Skeggs
2007-07-09
nouveau/nv50: Initial channel/object support
Ben Skeggs
2007-07-09
nouveau: rewrite gpu object code
Ben Skeggs
2007-06-28
nouveau: never touch PRAMIN with NV_WRITE, cleanup RAMHT code a bit
Ben Skeggs
2007-06-28
nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7)
Ben Skeggs
2007-06-04
nouveau: fix RAMHT wrapping
Maurice van der Pot
2007-03-21
nouveau: support multiple channels per client (breaks drm interface)
Ben Skeggs
2007-03-13
nouveau: make sure cmdbuf object gets destroyed
Ben Skeggs
2007-03-13
nouveau: associate all created objects with a channel + cleanups
Ben Skeggs
2007-03-13
nouveau: s/fifo/channel/
Ben Skeggs
2007-02-28
nouveau: intrusive drm interface changes
Ben Skeggs
2006-11-30
Use nouveau_mem.c to allocate RAMIN.
Ben Skeggs
2006-11-30
Wrap access to objects in RAMIN.
Ben Skeggs
2006-11-18
Check some return vals, fixes a couple of oopses.
Ben Skeggs
2006-11-14
Restructure initialisation a bit.
Ben Skeggs
2006-11-06
Leave the bottom 64kb of RAMIN untouched.
Ben Skeggs
2006-11-04
Move the context object creation flag handling to the drm.
Stephane Marchesin
2006-10-17
Useful output on a FIFO error interrupt.
Ben Skeggs
2006-10-17
NV40: *Now* fifo ctx switching works for me..
Ben Skeggs
2006-10-17
NV40: FIFO context switching now WorksForMe(tm)
Ben Skeggs
2006-09-09
Add copyright notices while I still remember..
Ben Skeggs
2006-09-07
Fix second start of X server without module reload beforehand, and a couple o...
Ben Skeggs
2006-09-02
Use DMA_IN_MEMORY for DMA objects. This is needed for a DDX change that will
Ben Skeggs
2006-08-27
initial import of nouveau code from nouveau CVS
Dave Airlie