summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-16[intel] Quirk away MSI support on 945G/GM.Eric Anholt
2008-06-16[linux] Use the device's irq for handler setup instead of stale dev->irq.Eric Anholt
2008-06-13[intel-gem] Execute MI_FLUSH in leavevt_ioctlKeith Packard
2008-06-13[intel-gem] inactive list may contain objects in CPU write domainKeith Packard
2008-06-13[intel-gem] BUG_ON active objects in gem_object_unbindKeith Packard
2008-06-13[intel-gem] Debugging -- verify inactive list invariantsKeith Packard
2008-06-13[intel-gem] whitespace fixesKeith Packard
2008-06-13[intel-gem] show total GTT space in /proc/dri/*/gem_objectsKeith Packard
2008-06-13[intel-gem] Wait for rendering to complete before unbinding.Keith Packard
2008-06-13[libdrm] Restart all ioctls on signal receiptKeith Packard
2008-06-13[intel-gem] add gtt and pin counts to /proc/dri/*/gem_objectsKeith Packard
2008-06-13[intel-gem] Left the last exec buffer pinned. oops.Keith Packard
2008-06-13[intel-gem] Pin objects during execbufferKeith Packard
2008-06-13[intel-gem] throttle based on frames rather than time. Reduces jitter.Keith Packard
2008-06-13[intel-gem] evict_something was failing when wait_request freed objectsKeith Packard
2008-06-13[intel] Enable MSI for i915 IRQKeith Packard
2008-06-13[intel] Restructure irq to pend all work until after iir write.Keith Packard
2008-06-13[intel-gem] Use a delayed_work instead of a timer + work_structKeith Packard
2008-06-13[intel-gem] Reorder i915_add_request to schedule work lastKeith Packard
2008-06-13Use /bin/pwd instead of trusting shell built-inKeith Packard
2008-06-13Fix i915_wait_irq in the presence of interrupt masking.Eric Anholt
2008-06-13[gem] Catch -EINTR from blocking ioctls and restart them.Eric Anholt
2008-06-13[gem] Remove the interrupt handler for retiring requests.Eric Anholt
2008-06-13[gem] Don't require the lock in execbuf now that it's not needed for the ring.Eric Anholt
2008-06-12Bump libdrm version to 2.4.0.Eric Anholt
2008-06-12Don't clear USER_INTERRUPT if we're not handling it.Eric Anholt
2008-06-11[gem] Remove the drm_client_lock_take in set_domain.Eric Anholt
2008-06-11Move the renaming of mm.c symbols to #defines in the header.Eric Anholt
2008-06-11[gem] Another round of cleanups from checkpatch.plEric Anholt
2008-06-11[gem] Move potentially device-specific ioctls to the intel driver.Eric Anholt
2008-06-11Remove override of drm module list in preparation for merge.Eric Anholt
2008-06-11[gem] Remove carefully-sprinkled i915_kernel_lost_context().Eric Anholt
2008-06-10[intel] Fix BUG_ON trigger in irq masking if you did on/off with irqs disabled.Eric Anholt
2008-06-10[gem] Manage the ringbuffer from the kernel in the GEM case.Eric Anholt
2008-06-06[gem] Don't forget to munmap in the non-bo-reuse object-freeing case.Eric Anholt
2008-06-06[intel] remove settable use_mi_batchbuffer_startKeith Packard
2008-06-06[intel-gem] Use timers to retire requests periodically.Keith Packard
2008-06-06[intel] free the hardware status page at driver_unloadKeith Packard
2008-06-06[intel-gem] Add explicit throttle ioctlKeith Packard
2008-06-06[libdrm/intel] Eliminate extra dri_gem_bo_bucket_entry structureKeith Packard
2008-06-06[libdrm/intel] Remove unused intel_validate_entry structureKeith Packard
2008-06-06[libdrm/intel] Reuse entire dri_bo_gem structureKeith Packard
2008-06-06[intel] Allocate hardware status page at driver load timeKeith Packard
2008-06-06Ignore X server provided mmio addressKeith Packard
2008-06-06[intel-gem] Dump error status on wait_request failureKeith Packard
2008-06-05Add a function to bufmgr_fake to evict all buffers in the GTT.Eric Anholt
2008-06-03Drop struct_mutex while waiting in drm_client_lock_takeKeith Packard
2008-06-03Fix libdrm to actually include the new code instead of just building it.Eric Anholt
2008-06-03Fix and hook up bufmgr code to the build.Eric Anholt
2008-06-03Import bufmgr code to libdrm. Not yet hooked up to the build.Eric Anholt