platform/upstream/libdrm.git
2008-07-07 Kristian HøgsbergAdd back flink, open and close ioctls.
2008-07-07 Kristian HøgsbergMerge commit 'origin/drm-gem' into ms-gem
2008-07-07 Kristian HøgsbergUse lowercase bool constants.
2008-06-24 Keith Packard[intel] Get vblank pipe from irq_mask_reg instead of...
2008-06-24 Keith Packard[intel] Create functions to enable/disable interrupts
2008-06-24 Keith PackardMerge branch 'drm-gem' into drm-gem-965
2008-06-24 Keith Packard[intel-gem] Include drm_compat.h to get kmap_atomic_pro...
2008-06-24 Keith Packarddrm_compat: it's CONFIG_HIGHMEM, not CONFIG_HIMEM
2008-06-24 Keith Packard[intel-gem] Use I915_GEM_DOMAIN_GTT in dri_gem_bo_wait_...
2008-06-24 Keith Packard[intel-gem] Recover resources from wedged hardware.
2008-06-24 Keith Packard[intel-gem] pwrite through GTT
2008-06-24 Keith PackardWas using irq_enable_reg in the use_mask_reg path
2008-06-24 Keith Packard[intel-gem] Include drm_compat.h to get kmap_atomic_pro...
2008-06-24 Keith Packarddrm_compat: it's CONFIG_HIGHMEM, not CONFIG_HIMEM
2008-06-23 Keith Packard[intel-gem] Use I915_GEM_DOMAIN_GTT in dri_gem_bo_wait_...
2008-06-23 Keith Packard[intel] leave interrupts disabled in ISR only on MSI...
2008-06-23 Keith Packard[intel-gem] Recover resources from wedged hardware.
2008-06-23 Keith Packard[intel] Switch to using IMR instead of IER
2008-06-23 Keith Packard[intel-gem] pwrite through GTT
2008-06-23 Keith Packard[intel] allow the irq code to use either enable or...
2008-06-21 Keith Packard[intel] Use IMR instead of IER to pend interrupts durin...
2008-06-21 Keith Packard[intel-gem] Add /proc/dri/*/i915_gem_interrupt
2008-06-21 Keith Packard[intel] Count received interrupts
2008-06-21 Keith Packard[intel-gem] Remove unused variable.
2008-06-21 Keith Packard[intel-gem] Use polling in i915_gem_idle instead of...
2008-06-21 Keith Packard[intel-gem] Add intel-specific /proc entries to help...
2008-06-20 Keith PackardAdd device-specific proc_init and proc_cleanup hooks
2008-06-20 Keith Packard[intel-gem] Use shmem_getpage instead of find_or_create...
2008-06-20 Keith Packard[intel-gem] Add DRM_IOCTL_I915_GEM_SW_FINISH to flag...
2008-06-18 Jesse Barnesi915: add blanking support to intelfb
2008-06-18 Jesse Barnesi915: cleanup PCI state before disabling MSI
2008-06-18 Jesse BarnesMerge commit 'origin/drm-gem' into modesetting-gem
2008-06-18 Jesse Barnesi915: use WC mapping for framebuffer screen_base
2008-06-18 Jesse BarnesMerge branch 'modesetting-101' into modesetting-gem
2008-06-18 Jesse Barnesi915: switch back to fbcon on panic
2008-06-16 Eric Anholt[intel] Quirk away MSI support on 945G/GM.
2008-06-16 Eric Anholt[linux] Use the device's irq for handler setup instead...
2008-06-14 Keith Packard[intel-gem] Execute MI_FLUSH in leavevt_ioctl
2008-06-14 Keith Packard[intel-gem] inactive list may contain objects in CPU...
2008-06-14 Keith Packard[intel-gem] BUG_ON active objects in gem_object_unbind
2008-06-14 Keith Packard[intel-gem] Debugging -- verify inactive list invariants
2008-06-14 Keith Packard[intel-gem] whitespace fixes
2008-06-14 Keith Packard[intel-gem] show total GTT space in /proc/dri/*/gem_objects
2008-06-14 Keith Packard[intel-gem] Wait for rendering to complete before unbin...
2008-06-13 Keith Packard[libdrm] Restart all ioctls on signal receipt
2008-06-13 Keith Packard[intel-gem] add gtt and pin counts to /proc/dri/*/gem_o...
2008-06-13 Keith Packard[intel-gem] Left the last exec buffer pinned. oops.
2008-06-13 Keith Packard[intel-gem] Pin objects during execbuffer
2008-06-13 Keith Packard[intel-gem] throttle based on frames rather than time...
2008-06-13 Keith Packard[intel-gem] evict_something was failing when wait_reque...
2008-06-13 Keith Packard[intel] Enable MSI for i915 IRQ
2008-06-13 Keith Packard[intel] Restructure irq to pend all work until after...
2008-06-13 Keith Packard[intel-gem] Use a delayed_work instead of a timer ...
2008-06-13 Keith Packard[intel-gem] Reorder i915_add_request to schedule work...
2008-06-13 Keith PackardUse /bin/pwd instead of trusting shell built-in
2008-06-13 Eric AnholtFix i915_wait_irq in the presence of interrupt masking.
2008-06-13 Eric Anholt[gem] Catch -EINTR from blocking ioctls and restart...
2008-06-13 Eric Anholt[gem] Remove the interrupt handler for retiring requests.
2008-06-13 Eric Anholt[gem] Don't require the lock in execbuf now that it...
2008-06-12 Eric AnholtBump libdrm version to 2.4.0.
2008-06-12 Eric AnholtDon't clear USER_INTERRUPT if we're not handling it.
2008-06-11 Eric Anholt[gem] Remove the drm_client_lock_take in set_domain.
2008-06-11 Jesse BarnesUse GEM in modesetting
2008-06-11 Eric AnholtMove the renaming of mm.c symbols to #defines in the...
2008-06-11 Eric Anholt[gem] Another round of cleanups from checkpatch.pl
2008-06-11 Eric Anholt[gem] Move potentially device-specific ioctls to the...
2008-06-11 Eric AnholtRemove override of drm module list in preparation for...
2008-06-11 Eric Anholt[gem] Remove carefully-sprinkled i915_kernel_lost_conte...
2008-06-11 Jesse BarnesMerge commit 'origin/drm-gem' into modesetting-gem
2008-06-11 Eric Anholt[intel] Fix BUG_ON trigger in irq masking if you did...
2008-06-11 Eric Anholt[gem] Manage the ringbuffer from the kernel in the...
2008-06-11 Jesse BarnesMerge commit 'origin/drm-gem' into modesetting-gem
2008-06-09 Jesse BarnesAdd EDID quirk handling
2008-06-07 Eric Anholt[gem] Don't forget to munmap in the non-bo-reuse object...
2008-06-06 Keith Packard [intel] remove settable use_mi_batchbuffer_start
2008-06-06 Keith Packard[intel] remove settable use_mi_batchbuffer_start
2008-06-06 Keith Packard[intel-gem] Use timers to retire requests periodically.
2008-06-06 Keith Packard[intel] free the hardware status page at driver_unload
2008-06-06 Keith Packard[intel-gem] Add explicit throttle ioctl
2008-06-06 Keith Packard[libdrm/intel] Eliminate extra dri_gem_bo_bucket_entry...
2008-06-06 Keith Packard[libdrm/intel] Remove unused intel_validate_entry structure
2008-06-06 Keith Packard[libdrm/intel] Reuse entire dri_bo_gem structure
2008-06-06 Keith Packard[intel] Allocate hardware status page at driver load...
2008-06-06 Keith PackardIgnore X server provided mmio address
2008-06-06 Keith Packard[intel-gem] Dump error status on wait_request failure
2008-06-06 Dave Airliedrm: fix up fb resize again
2008-06-06 Dave Airlieintel: don't set the mode on the framebuffer if isn...
2008-06-06 Dave AirlieMerge remote branch 'origin/modesetting-101' into modes...
2008-06-06 Dave Airlieintelfb: add multi fb paths
2008-06-06 Dave Airlieintelfb: remove duplicate define
2008-06-06 Dave Airlieintelfb: admit fbdev is crap and punt on trying to...
2008-06-06 Dave Airlieintelfb: move mode sets into the intel crtcs
2008-06-06 Dave Airliedrm/intel: make hotplug just be an event
2008-06-06 Dave Airlieintel: if no spare crtc exists don't just take one.
2008-06-05 Jesse Barnessysfs registration/teardown fixups
2008-06-05 Eric AnholtAdd a function to bufmgr_fake to evict all buffers...
2008-06-05 Dave Airliedrm/modeset: add more debugging and fixup some fb enabl...
2008-06-05 Dave Airliedrm/modesetting: more fb interface cleanups
2008-06-05 Dave Airliedrm/modesetting: attempt to make fb code more sane
2008-06-05 Dave Airliedrm: modesetting unify the hotplug init paths a lot.
next