OSDN Git Service

nouveau: Various internal and external API changes
[android-x86/external-libdrm.git] / linux-core /
2007-08-06 Ben Skeggsnouveau: Various internal and external API changes
2007-08-05 Ben Skeggsnouveau: Pass channel struct around instead of channel id.
2007-08-02 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-08-02 Dave Airliedrm: add unlocked ioctl code path - not used yet
2007-08-01 Dave Airliedrm/fence: shut up lockdep
2007-07-30 Dave Airliedrm: fix fencing refcount error
2007-07-26 Dave Airliedrm/bo: set the req pointer for each buffer to validate
2007-07-26 Dave Airliedrm: fix size argument for copy to/from user
2007-07-23 Adrian Bunkdrm_rmmap_ioctl(): remove dead code
2007-07-21 Pekka PaalanenFix misc ioctl issues, makes Nouveau run.
2007-07-21 Dave Airliefix missing brace placement for IOC_IN
2007-07-21 Dave Airliefix drm no-compile due to BSD :-)
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-20 Eric AnholtFix linux spinlock macros after the last commit.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
2007-07-18 Thomas HellstromFix via dmablit when blit queue is full.
2007-07-18 Dave Airliefix some missing whitespace/tab
2007-07-17 Dave Airliedrm: idr stuff is upstream for 2.6.23
2007-07-17 Dave Airliedrm: remove drm_u64_t, replace with uint64_t everwhere
2007-07-17 Dave Airliedrm_context: fix braino
2007-07-17 Ben Skeggsnouveau: G8x PCIEGART
2007-07-16 Dave Airliedrm: fixup old kernel compat code
2007-07-16 Dave Airliedrm: fixup compat wrappers
2007-07-16 Dave Airliedrm: remove internal sman typedef
2007-07-16 Dave Airliedrm: remove drm_ref_t
2007-07-16 Dave Airliedrm: remove drm_buf_t
2007-07-16 Dave Airliedrm: detypedef ttm/bo/fence code
2007-07-16 Dave Airliedrm: remove hashtab/sman and object typedefs
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: remove ttm userspace typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-16 Dave Airliedrm: fix typedef in drm_os_linux.h
2007-07-16 Dave AirlieMerge branch 'drm-ttm-cleanup-branch'
2007-07-12 Ben Skeggsnouveau: separate region_offset into map_handle and...
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-07-11 Arthur HuilletMade drm_sg_alloc accessible from inside the DRM -...
2007-07-09 Ben Skeggsnouveau/nv50: Initial channel/object support
2007-07-03 Kristian HøgsbergUse idr_replace trick to eliminate struct drm_ctx_sarea...
2007-07-03 Kristian HøgsbergDon't take dev->struct_mutex twice in drm_setsareactx.
2007-07-03 Michel DänzerSimplification for previous commit.
2007-07-03 Michel DänzerRestore pre-idr semantics for drawable information.
2007-07-02 Kristian HøgsbergFix must-check warnings and implement a few error paths.
2007-07-02 Kristian HøgsbergDrop drm_drawable_list and add drm_drawable_info direct...
2007-06-29 Thomas HellstromAvoid hitting BUG() for kernel-only fence objects.
2007-06-29 Thomas HellstromFence object reference / dereference cleanup.
2007-06-27 Ben Skeggsnouveau/nv50: skeletal backend
2007-06-27 Ben Skeggsnouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface...
2007-06-24 Ben Skeggsnouveau: NV1X/2X/3X PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: NV04 PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: NV4X PFIFO engtab functions
2007-06-18 David Woodhousefix radeon setparam on 32/64 systems, harder.
2007-06-15 Michel Dänzeri915: Fix handling of breadcrumb counter wraparounds.
2007-06-15 Thomas HellstromFix i915 sequence mask.
2007-06-15 Thomas HellstromIndentation fixes.
2007-06-15 Thomas HellstromFix refcounting / lock race.
2007-06-15 Thomas HellstromLocking fixes and instrumentation.
2007-06-13 Thomas HellstromMake sure we read fence->signaled while spinlocked.
2007-06-13 Thomas HellstromFix fence object deref race.
2007-06-12 Thomas HellstromFix some obvious bugs.
2007-06-12 Thomas HellstromTry to make buffer object / fence object ioctl args...
2007-06-10 Dave Airlieuse krh's idr mods to remove lists from idr code
2007-06-07 Dave Airlieoops must fix this properly at some point
2007-06-07 Dave Airliedrm: fix radeon setparam alignment issues on 32/64-bit
2007-06-05 Dave Airlieremove include of linux ioctl32.h from drm drivers
2007-06-03 rootRevert "drm: add new drm_wait_on function to replace...
2007-06-03 Dave Airlieradeon: add support for vblank on crtc2
2007-06-01 Dave Airliedrm: fixup initialisation of list heads and idr
2007-05-26 Dave Airliedrm: move context handling code to use linux idr
2007-05-26 Dave Airliedrm: convert drawable handling to use Linux idr
2007-05-25 Michel Dänzerdrm: make sure the drawable code doesn't call malloc(0).
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup mm_ioctl ioctls to be separate...
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup most of fence ioctl split...
2007-05-25 Dave Airliewhitespace fixups from kernel
2007-05-25 Dave Airlieati_pcigart: cut to 80 chars
2007-05-25 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-25 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-05-25 Dave Airliedrm: cleanup use of Linux list handling macros
2007-05-17 Stephane Marchesinnouveau: don't build the module by default
2007-05-08 Dave Airliettm: complete drm buffer object ioctl split
2007-05-08 Dave Airliedrm/ttm: remove old fence ioctl
2007-05-08 Dave Airliedrm/ttm: ioctl cleanup for buffer object - user side...
2007-05-06 Brians/OJBECTS/OBJECTS/
2007-05-06 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-06 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-05-06 Dave Airliedrm: remove unused define DRM_HAS_TTM
2007-04-28 Dave Airliedrm: add new drm_wait_on function to replace macro
2007-04-28 Dave Airlieremove register usage
2007-04-28 Dave Airlieremove DRM_GETSAREA and replace with drm_getsarea function
2007-04-26 George Sapountzislinux: minor indent.
2007-04-26 Dave Airliewhitespace cleanup
2007-04-26 Dave Airlieremove some whitespace violation
2007-04-26 Dave Airliedrm: nopfn warning on 64-bit
2007-04-26 Jesse Barnesdrm/ttm: allow drm_buffer_object_create to be used...
2007-04-26 Jesse BarnesAdd new buffer object type for kernel allocations that...
2007-04-20 Kristian HøgsbergInitialize rwlock using rwlock_init to appease lockdep...
2007-04-20 Thomas HellstromAvoid a fence timeout problem when a signal is pending.
2007-04-20 Thomas HellstromFix via compile error
next