OSDN Git Service

android-x86/external-libdrm.git
2006-10-17 Thomas HellstromRemove some debugging messages.
2006-10-17 Thomas HellstromRemove max number of locked pages check and call, since
2006-10-17 Thomas HellstromLindent.
2006-10-17 Thomas HellstromAdd vma list memory usage to memory accounting.
2006-10-17 Thomas HellstromAdd memory usage accounting to avoid DOS problems.
2006-10-17 Thomas HellstromImplement mm_lock and mm_unlock functions.
2006-10-17 Thomas HellstromRemove the memory manager parameter from the put_block...
2006-10-17 Thomas HellstromExtend generality for more memory types.
2006-10-16 Thomas HellstromChange Intel AGP memory type numbers.
2006-10-12 Thomas HellstromBugfixes.
2006-10-12 Thomas HellstromSimplify the AGP backend interface somewhat.
2006-10-11 Thomas HellstromCompatibility code for 2.6.15-2.6.18. It is ugly but...
2006-10-11 Thomas HellstromBig update:
2006-10-10 Thomas HellstromUse a nopage-based approach to fault in pfns.
2006-10-03 Thomas HellstromGet rid of all ugly PTE hacks.
2006-10-02 Michel DänzerFix type of second argument to spin_lock_irqsave().
2006-10-02 Thomas HellstromMake the user_token 44-bit for TTMs, and have them...
2006-10-02 Thomas HellstromAdd a buffer object manager for TTM maps.
2006-10-02 Thomas HellstromAllow for 44 bit user-tokens (or drm_file offsets)
2006-10-02 Thomas HellstromAdd a comment to previos commit.
2006-10-02 Thomas HellstromTrap and be verbose about a deadlock that occurs with...
2006-10-02 Felix Kühlingdrm_rmdraw: Declare id and idx as signed so testing...
2006-09-29 Thomas HellstromBump driver date.
2006-09-29 Michel Dänzeri915: Only schedule vblank tasklet if there are schedul...
2006-09-29 Michel Dänzeri915: Only initialize IRQ fields in postinstall, not...
2006-09-29 Michel Dänzeri915: Bump minor again to differentiate from vsync...
2006-09-29 Michel Dänzeri915: Avoid mis-counting vblank interrupts when they...
2006-09-29 Michel Dänzeri915: Bump minor for swap scheduling ioctl and secondar...
2006-09-29 Michel Dänzeri915_vblank_swap: Add support for DRM_VBLANK_NEXTONMISS.
2006-09-29 Michel DänzerOnly return EBUSY after we've established we need to...
2006-09-29 Michel DänzerCore vsync: Don't clobber target sequence number when...
2006-09-29 Michel DänzerCore vsync: Add flag DRM_VBLANK_NEXTONMISS.
2006-09-29 Michel DänzerFix 'sequence has passed' condition in i915_vblank_swap().
2006-09-29 Michel DänzerAdd SAREA fileds for determining which pipe to sync...
2006-09-29 Michel DänzerAdd definition of DRM_VBLANK_SECONDARY.
2006-09-29 Michel DänzerMake handling of dev_priv->vblank_pipe more robust.
2006-09-29 Michel DänzerDRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t...
2006-09-29 Michel DänzerChange first valid DRM drawable ID to be 1 instead...
2006-09-29 Michel DänzerAdd copyright notice.
2006-09-29 Michel Dänzeri915: Add ioctl for scheduling buffer swaps at vertical...
2006-09-29 Michel DänzerLocking and memory management fixes.
2006-09-29 Michel DänzerDrop tasklet locked driver callback when uninstalling...
2006-09-29 Michel DänzerExport drm_get_drawable_info symbol from core.
2006-09-29 Michel DänzerHook up DRM_IOCTL_UPDATE_DRAW ioctl.
2006-09-29 Michel DänzerOnly reallocate cliprect memory if the number of clipre...
2006-09-29 Michel DänzerAdd support for tracking drawable information to core
2006-09-29 Michel DänzerAdd support for interrupt triggered driver callback...
2006-09-29 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-29 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-29 Thomas HellstromAdd a new buffer flag.
2006-09-29 Thomas HellstromFix buffer manager takedown error.
2006-09-28 Thomas HellstromLibdrm version bump and naming.
2006-09-28 Thomas HellstromDon't enable fence / buffer objects on non-linux systems.
2006-09-27 Thomas HellstromActivate error message that was never hit since it...
2006-09-27 Thomas HellstromFix racy buffer object destruction.
2006-09-27 Thomas HellstromFix tt fixed size that slipped through in previous...
2006-09-27 Thomas HellstromAdapt to architecture-specific hooks for gatt pages.
2006-09-26 Thomas HellstromSilence valgrind.
2006-09-26 Thomas HellstromRemove the call to drm_lock_transfer, since it is not...
2006-09-26 Thomas HellstromAllow for a driver to overload the ttm backend object...
2006-09-25 Thomas HellstromAdd /proc filesystem buffer / fence object accounting.
2006-09-22 Thomas HellstromFix proc formatting broken by last commit.
2006-09-20 Thomas HellstromAllow for 64-bit map handles of ttms and buffer objects.
2006-09-18 Thomas HellstromFence handler fix
2006-09-18 Thomas HellstromAlternative implementation of page table zeroing using...
2006-09-18 Thomas HellstromMore verbose error reporting in some cases.
2006-09-15 Thomas HellstromAllow a "native type" to be associated with a fence...
2006-09-15 Thomas HellstromSome bugfixes.
2006-09-14 Thomas HellstromSimplify ttm alloc and free.
2006-09-14 Thomas HellstromRemove the use of reserved pages, and use locked pages...
2006-09-12 Thomas HellstromFix some debug messages.
2006-09-12 Thomas HellstromUse lazy fence wait when possible even for RW fences...
2006-09-12 Thomas HellstromMore bugfixes.
2006-09-08 Thomas HellstromVarious bugfixes.
2006-09-05 Thomas HellstromMultithreaded application note.
2006-09-05 Thomas HellstromFence all unfenced buffers function.
2006-09-05 Thomas Hellstromi915: Only turn on user IRQs when they are needed.
2006-09-05 Thomas HellstromFix memory cache initialization.
2006-09-04 Thomas HellstromLibdrm function headers. Some renaming.
2006-09-04 Thomas HellstromBuffer object wait IOCTL operation.
2006-09-04 Thomas HellstromMake memory caches global so that they can be used...
2006-09-01 Thomas HellstromLindent drm_bo.c
2006-09-01 Thomas HellstromFlag bit pattern bugfixes. Remove some error messages.
2006-09-01 Thomas HellstromExport buffer info on map and validate ioctls.
2006-09-01 Thomas HellstromBugfixes,
2006-09-01 Thomas HellstromVarious bugfixes.
2006-08-31 Thomas HellstromValidation and fencing.
2006-08-31 Thomas HellstromRemove the buffer manager mutex. Use dev->struct_mutex...
2006-08-31 Thomas HellstromMore mapping synchronization.
2006-08-30 Thomas HellstromLindenting drm_bo.c and drm_ttm.c
2006-08-30 Thomas HellstromBuffer object binding.
2006-08-30 Thomas HellstromBuffer eviction.
2006-08-30 Thomas HellstromRemove the buffer object hint field and use it only
2006-08-30 Thomas HellstromAdd missing map flags.
2006-08-30 Thomas HellstromBuffer object mapping and mapping synchronization for...
2006-08-30 Thomas HellstromMemory manager init and takedown.
2006-08-30 Thomas HellstromBuffer object reply fill in.
2006-08-29 Thomas HellstromPart of buffer object libdrm interface.
2006-08-29 Thomas HellstromCheckpoint commit. Buffer object flags and IOCTL argume...
2006-08-29 Thomas HellstromCheckpoint ttm addition to buffer objects.
next