profile/ivi/libdrm.git
2008-07-18 Eric Anholtintel-gem: Leave 8xx tiling on until we find any issues.
2008-07-14 Eric Anholtintel-gem: Disable tiling if we get junk from the MCHBA...
2008-07-12 Eric Anholtintel-gem: Add two new ioctls for managing tiling on...
2008-07-07 Eric Anholt[intel-gem] typo fix in DRM_ERROR
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-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 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 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-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-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-05 Eric AnholtAdd a function to bufmgr_fake to evict all buffers...
2008-06-04 Keith PackardDrop struct_mutex while waiting in drm_client_lock_take
2008-06-03 Eric AnholtFix libdrm to actually include the new code instead...
2008-06-03 Eric AnholtFix and hook up bufmgr code to the build.
2008-06-03 Eric AnholtImport bufmgr code to libdrm. Not yet hooked up to...
2008-06-02 Keith Packard[intel-gem] reloc_and_validate_object → object_bind_and...
2008-06-02 Keith Packard[intel-gem] Propagate set_domain errors.
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-30 Eric Anholt[intel-gem] Only update obj->write_domain if we're...
2008-05-30 Eric Anholt[intel-gem] Add an option to check GTT versus CPU coher...
2008-05-30 Dave Airlier500: attempt to make AGP work by programming agp base...
2008-05-29 Eric Anholt[intel-gem] Write the presumed_offset back out after...
2008-05-29 Keith Packard[intel-gem] Clean up active/inactive/flushing list...
2008-05-28 Dave Airlieradeon: split microcode out into a separate header...
2008-05-28 Eric Anholt[intel-gem] Replace idlelock usage with real lock acqui...
2008-05-28 Dave Airliei915: fix BSD bh, DRI2 not uses anywhere else
2008-05-28 Dave Airlieradeon: bump release date/version for r500 3D support
2008-05-27 Alex DeucherRADEON: add get_param for number of GB pipes
2008-05-27 Owain Ainsworth[BSD] Move unlock in drm_vm.c from accidental platform...
2008-05-27 Owain Ainsworth[BSD] Fix lock leak in drm_update_draw malloc failure...
2008-05-27 Owain Ainsworth[BSD] Fix lock leaks in error paths in drm_bufs.c.
2008-05-27 Owain Ainsworth[BSD] Remove superfluous recursive locking in drm_add_m...
2008-05-27 Jie Luo[i915] Fix typo in (unused) START_ADDR definition.
2008-05-27 Robert Noland[FreeBSD] Add vblank-rework support and get drivers...
2008-05-27 Eric Anholt[FreeBSD] Convert from drm_device_t to struct drm_devic...
next