intel: make drm_intel_gem_bo_get_reloc_count() thread safe
[platform/upstream/libdrm.git] / intel / intel_bufmgr_gem.c
2014-09-15 Lionel Landwerlinintel: make drm_intel_gem_bo_get_reloc_count() thread...
2014-09-15 Lionel Landwerlinintel: make bo_unreference() thread safe
2014-09-15 Lionel Landwerlinintel: make bufmgr_gem shareable from different API
2014-08-04 Maarten Lankhorstintel: Use symbol visibility.
2014-01-20 Kenneth Graunkeintel: Create a new drm_intel_bo offset64 field.
2014-01-20 Eric Anholtintel: Track whether a buffer is idle to avoid trips...
2014-01-10 Ben Widawskyintel: Handle malloc fails in context create
2014-01-10 Ben Widawskyintel: squash unused variable 'bo_gem'
2013-11-27 Keith Packard intel: Track known prime buffers for re-use
2013-11-20 Ian Romanickintel: Use memset instead of VG_CLEAR
2013-11-15 Ian Romanickintel: Add support for GPU reset status query ioctl
2013-11-08 Dave AirlieRevert "intel: Add support for GPU reset status query...
2013-11-08 Ian Romanickintel: Add support for GPU reset status query ioctl
2013-11-08 Damien Lespiauintel/bdw: Update MI_BATCH_BUFFER_START for aub dumps
2013-11-08 Kenneth Graunkeintel/bdw/aub: Update AUB trace block writes for 48...
2013-11-08 Ben Widawskyintel/bdw: Handle gen8 bufmgr_init
2013-10-10 Kristian Høgsbergintel: Set bo size from lseek if kernel supports it
2013-07-16 Chia-I Wuintel: silence valgrind warnings for unsynchronized...
2013-06-10 Damien Lespiauintel/aub: Implement a way to specify the output .aub...
2013-06-10 Damien Lespiauintel/aub: Return early if we disable aub dumps
2013-04-27 Xiang, Haihaointel: Add support for VEBOX ring (v2)
2013-02-06 Kenneth Graunkeintel/aub: Actually run BLT batches on the blit ring.
2013-01-13 Chris Wilsonintel: Remove the fence count contributions when cleari...
2012-11-10 David Shaointel: Fix missing ETIME on BSD operating systems
2012-10-07 Chris Wilsonintel: Silence a trivial compiler warning
2012-10-07 Chris Wilsonintel: Fix "properly test for HAS_LLC"
2012-09-15 Kristian Høgsbergintel: Mark bo's exported to prime as not reusable
2012-09-01 Daniel Vetterintel: properly test for HAS_LLC
2012-08-13 Kenneth Graunkeintel: Use VG_CLEAR on the context destroy ioctl as...
2012-08-10 Eric Anholtintel: Add a function for the new register read ioctl.
2012-08-08 Chris Wilsonintel: Bail gracefully if we encounter an unknown Intel...
2012-08-02 Eric Anholtintel: Quiet valgrind warnings in context creation.
2012-08-02 Damien Lespiauintel: Remove two unused variables
2012-07-19 Dave Airlieintel: add prime interface for getting/setting a prime...
2012-07-12 Kenneth Graunkeintel: Change context create failure message to from...
2012-06-29 Ben Widawskyintel/context: create/destroy implementation
2012-06-27 Ben Widawskyintel/context: new execbuf interface for contexts
2012-06-27 Ben Widawskyintel: wait render timeout implementation
2012-05-10 Paul Berryintel: Add the ability to supply annotations for .aub...
2012-03-13 Eric Anholtintel: Quiet two more valgrind complaints with recent...
2012-03-10 Eric Anholtintel: Add support for (possibly) unsynchronized maps.
2012-03-10 Eric Anholtintel: Fix error check for I915_PARAM_HAS_LLC.
2012-03-10 Eric Anholtintel: Bump the copyright dates on the bufmgr files.
2012-03-10 Eric Anholtintel: Add .aub file output support.
2012-03-10 Kenneth Graunkeintel: Add support for overriding the PCI ID via an...
2012-02-15 Chris Wilsonintel: Detect cache domain inconsistency with valgrind
2012-02-11 Chris Wilsonintel: Mark up with valgrind intrinsics to reduce false...
2012-02-01 Eugeni Dodonovintel: query for LLC support
2012-01-30 Chad Versaceintel: Fix bufmgr_gem->gen for gen > 4
2011-12-30 Eric Anholtintel: Make intel_chipset handle devid directly.
2011-12-14 Chris Wilsonintel: Reset vma list upon purge
2011-12-13 Chris Wilsonintel: Remove the fresh assertions used to debug the...
2011-12-13 Chris Wilsonintel: Update map-count for an early error return durin...
2011-12-06 Chris Wilsonintel: Evict cached VMA in order to make room for new...
2011-12-05 Chris Wilsonintel: Add an interface to limit vma caching
2011-12-05 Chris Wilsonintel: Clean up mmaps on freeing the buffer
2011-12-05 Chris Wilsonintel: Unmap buffers during drm_intel_gem_bo_unmap
2011-12-04 Daniel Vetterintel: limit aperture space to mappable area on gen3
2011-10-29 Eric Anholtintel: Share the implementation of BO unmap between...
2011-10-29 Eric Anholtintel: Don't call the SW_FINISH ioctl unless a CPU...
2011-10-29 Eric Anholtintel: Remove stale comment.
2011-10-28 Eric Anholtintel: Add an interface for removing relocs after they...
2011-10-28 Eric Anholtintel: Use stdbool.h for dealing with boolean values.
2011-09-22 Daniel Vetterdrm/i915: y tiling on i915G/i915GM is different
2011-09-22 Daniel Vetterdrm/intel: don't clobber bufmgr->pci_device
2011-03-26 Daniel VetterCleanup gen2 tiling confusion
2011-02-22 Daniel Vetterintel: Fixup for the fix for relaxed tiling on gen2
2011-02-22 Daniel Vetterintel: fix relaxed tiling on gen2
2011-02-14 Chris Wilsonintel: Remember named bo
2011-02-14 Chris Wilsonintel: Set the public handle after opening by name
2010-12-19 Chris Wilsonintel: Export CONSTANT_BUFFER addressing mode
2010-12-07 Chris Wilsonintel: Reorder need_fence vs fenced_command to avoid...
2010-12-03 Chris Wilsonintel: If the command is fenced inform the kernel
2010-11-22 Chris Wilsonintel: Compute in-aperture size for relaxed fenced...
2010-11-09 Eric Anholtintel: Fix drm_intel_gem_bo_wait_rendering to wait...
2010-11-07 Albert Damenintel: initialize bufmgr.bo_mrb_exec unconditionally
2010-11-02 Eric Anholtintel: Drop silly asserts on mappings present at unmap...
2010-11-02 Eric Anholtintel: Remove gratuitous assert on bo_reference.
2010-11-01 Eric Anholtintel: Remove stale comment.
2010-10-29 Chris Wilsonintel: enable relaxed fence allocation for i915
2010-10-26 Chris Wilsonintel: Prepare for BLT ring split.
2010-10-01 Chris Wilsonintel: Downgrade error warnings to debug
2010-09-25 Chris Wilsonintel: Replace open-coded drmIoctl with calls to drmIoctl()
2010-06-29 Chris Wilsonintel: Suppress the error return from setting domains...
2010-06-24 Chris Wilsonintel: Limit tiled pitches to 8192 on pre-i965.
2010-06-22 Chris Wilsonintel: Only adjust the local stride used for SET_TILING...
2010-06-22 Chris Wilsonintel: Restore SET_TILING for non-flinked bo.
2010-06-22 Chris Wilsonintel: '===' != '=='
2010-06-22 Chris Wilsonintel: Sanitise strides for linear buffers and SET_TILING
2010-06-21 Chris Wilsonintel: Print out debugging message following ENOSPC
2010-06-21 Chris Wilsonintel: Scan the cache for old bo once every second.
2010-06-21 Chris Wilsonintel: Force stride to be 0 for I915_TILING_NONE.
2010-06-21 Chris Wilsonintel: Defer tiling change to allocation.
2010-06-21 Chris Wilsonintel: Track tiling stride
2010-06-10 Eric Anholtintel: Fix several other paths for buffers pointing...
2010-06-10 Eric Anholtintel: Add more intermediate sizes of cache buckets...
2010-06-09 Chris Wilsonintel: Convert to untiled pitches if surface is too...
2010-06-08 Eric AnholtAllow a buffer to point at itself and still get relocs.
2010-06-06 Zou Nan haiintel: Add support for kernel multi-ringbuffer API.
2010-05-24 Chris Wilsonintel: Don't change tiling mode unless the kernel repor...
next