summaryrefslogtreecommitdiff
path: root/intel/intel_bufmgr_gem.c
Commit message (Expand)AuthorAgeFilesLines
* intel: use drmCloseBufferHandleSimon Ser2021-10-061-9/+4
* intel: Drop legacy execbuffer supportJason Ekstrand2021-09-271-168/+9
* intel: Keep libdrm working without pread/pwrite ioctlsAshutosh Dixit2021-03-221-4/+92
* libdrm: intel: add DRM_RDWR flag in drm_intel_bo_gem_export_to_primeNicholas Bishop2020-04-301-1/+1
* intel: drm_intel_bo_gem_create_from_* on platforms w/o HW tilingImre Deak2020-01-281-16/+27
* intel: annotate public functionsLucas De Marchi2018-09-191-37/+36
* intel: get gen once for gen >= 9Lucas De Marchi2018-09-051-7/+1
* intel: add support for ICL 11Paulo Zanoni2018-05-011-0/+2
* meson,configure: include config.h automaticallyEric Engestrom2018-03-201-4/+0
* always define HAVE_VALGRINDEric Engestrom2018-01-291-2/+2
* intel/gen10: Add missed gen10 stuffBen Widawsky2017-06-301-0/+2
* intel: remove dead codeEric Engestrom2017-04-101-1/+0
* intel: Add handle to hashtable before freeing along an error pathChris Wilson2017-03-081-4/+4
* intel: Move 48b support to bo_gem->kflagsChris Wilson2017-02-111-16/+5
* intel: Move is_softpin to obj->kflagsChris Wilson2017-02-111-18/+11
* intel: Export a function to re-enable implicit synchronisationChris Wilson2017-01-271-0/+19
* intel: Clear execobject flags before preserving object in reuse cacheChris Wilson2017-01-271-0/+2
* intel: Support passing of explicit fencing from execbufChris Wilson2017-01-271-4/+27
* intel: Allow the client to control implicit synchronisationChris Wilson2017-01-271-4/+45
* intel: update global_name before HASH_ADDDongwon Kim2017-01-151-2/+3
* libdrm: random typo fixesGrazvydas Ignotas2016-11-221-3/+3
* intel: Add a getter for the intel_context ctx_idRobert Bragg2016-11-211-0/+11
* intel: Allow some codenames in INTEL_DEVID_OVERRIDENeil Roberts2016-11-141-1/+29
* intel: Look prime handle up in handle hash tableChris Wilson2016-10-241-1/+1
* intel: Migrate handle/name lookups from linear lists to hashtablesChris Wilson2016-10-221-101/+107
* intel: Export raw GEM mmap interfacesChris Wilson2016-10-221-0/+154
* intel: Export pooled EU and min no. of eus in a pool.Yang Rong2016-09-071-0/+30
* intel: Fix spelling mistakesEric Engestrom2016-04-071-1/+1
* intel: Restore formatting of offsets in debug statementslibdrm-2.4.66Michał Winiarski2015-12-221-9/+14
* intel: Add support for softpinMichał Winiarski2015-12-141-27/+152
* intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)Michel Thierry2015-12-141-19/+69
* intel: introduce to_bo_gem() helperEmil Velikov2015-09-041-6/+9
* intel: error out on has_error in exec2Emil Velikov2015-09-041-2/+5
* intel: resolve shadowing warningsEmil Velikov2015-09-041-4/+3
* intel: Serialize drmPrimeFDToHandle with struct_mutexRafał Sapała2015-08-211-7/+7
* intel: Drop aub dumping functionalityKristian Høgsberg Kristensen2015-08-031-370/+5
* Set alignment value in drm_intel_add_validate_buffer()Anuj Phogat2015-07-061-2/+2
* i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_int...Anuj Phogat2015-07-061-14/+21
* intel: Leak the userptr test boTvrtko Ursulin2015-04-291-11/+28
* drm: remove drm_public macroEmil Velikov2015-04-281-26/+26
* drm: rename libdrm{,_macros}.hEmil Velikov2015-04-281-1/+1
* intel: Delay testing for userptr until first useChris Wilson2015-04-141-50/+66
* intel: Export total subslice and EU countsJeff McGee2015-03-181-0/+31
* Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"Daniel Vetter2015-03-061-7/+8
* intel: Fix documentation for drm_intel_gem_bo_wait()Kristian Høgsberg2015-03-021-5/+7
* intel: Unconditionally clear ioctl structsDaniel Vetter2015-02-111-34/+34
* intel: Fix GTT entry setup for aub dumpZhenyu Wang2015-01-161-1/+2
* intel: Avoid overcounting fences when emitting self-referential relocsChris Wilson2014-11-211-6/+9
* intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0Thomas Meyer2014-11-201-3/+4
* intel/skl: Add gen9 to the buffer manager initDamien Lespiau2014-09-301-0/+2