OSDN Git Service

intel/gen10: Add missed gen10 stuff
[android-x86/external-libdrm.git] / intel / intel_bufmgr_gem.c
2017-06-30 Ben Widawskyintel/gen10: Add missed gen10 stuff
2017-04-10 Eric Engestromintel: remove dead code
2017-03-08 Chris Wilsonintel: Add handle to hashtable before freeing along...
2017-02-11 Chris Wilsonintel: Move 48b support to bo_gem->kflags
2017-02-11 Chris Wilsonintel: Move is_softpin to obj->kflags
2017-01-27 Chris Wilsonintel: Export a function to re-enable implicit synchron...
2017-01-27 Chris Wilsonintel: Clear execobject flags before preserving object...
2017-01-27 Chris Wilsonintel: Support passing of explicit fencing from execbuf
2017-01-27 Chris Wilsonintel: Allow the client to control implicit synchronisation
2017-01-15 Dongwon Kimintel: update global_name before HASH_ADD
2016-11-22 Grazvydas Ignotaslibdrm: random typo fixes
2016-11-21 Robert Braggintel: Add a getter for the intel_context ctx_id
2016-11-14 Neil Robertsintel: Allow some codenames in INTEL_DEVID_OVERRIDE
2016-10-24 Chris Wilsonintel: Look prime handle up in handle hash table
2016-10-22 Chris Wilsonintel: Migrate handle/name lookups from linear lists...
2016-10-22 Chris Wilsonintel: Export raw GEM mmap interfaces
2016-09-07 Yang Rongintel: Export pooled EU and min no. of eus in a pool.
2016-04-07 Eric Engestromintel: Fix spelling mistakes
2015-12-22 Michał Winiarskiintel: Restore formatting of offsets in debug statements
2015-12-14 Michał Winiarskiintel: Add support for softpin
2015-12-14 Michel Thierryintel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDR...
2015-09-04 Emil Velikovintel: introduce to_bo_gem() helper
2015-09-04 Emil Velikovintel: error out on has_error in exec2
2015-09-04 Emil Velikovintel: resolve shadowing warnings
2015-08-21 Rafał Sapałaintel: Serialize drmPrimeFDToHandle with struct_mutex
2015-08-03 Kristian Høgsberg... intel: Drop aub dumping functionality
2015-07-06 Anuj PhogatSet alignment value in drm_intel_add_validate_buffer()
2015-07-06 Anuj Phogati965/gen9: Pass alignment as function parameter in...
2015-04-29 Tvrtko Ursulinintel: Leak the userptr test bo
2015-04-28 Emil Velikovdrm: remove drm_public macro
2015-04-28 Emil Velikovdrm: rename libdrm{,_macros}.h
2015-04-14 Chris Wilsonintel: Delay testing for userptr until first use
2015-03-18 Jeff McGeeintel: Export total subslice and EU counts
2015-03-06 Daniel VetterRevert "intel: Fix documentation for drm_intel_gem_bo_w...
2015-03-03 Kristian Høgsbergintel: Fix documentation for drm_intel_gem_bo_wait()
2015-02-11 Daniel Vetterintel: Unconditionally clear ioctl structs
2015-01-16 Zhenyu Wangintel: Fix GTT entry setup for aub dump
2014-11-21 Chris Wilsonintel: Avoid overcounting fences when emitting self...
2014-11-20 Thomas Meyerintel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0
2014-09-30 Damien Lespiauintel/skl: Add gen9 to the buffer manager init
2014-09-28 Emil Velikovintel: use drm_mmap/drm_munmap wrappers
2014-09-19 Damien Lespiauintel: Don't leak the test page in an has_userptr(...
2014-09-19 Rafal Sapalaintel: Adding locks for drm objects synchronization.
2014-09-17 Tvrtko Ursulinintel: Add support for userptr objects
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
next