summaryrefslogtreecommitdiff
path: root/intel/intel_bufmgr_gem.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22intel: Eliminate need to keep adding PCI IDsMatt Roper1-6/+2
2022-10-03intel: move declarations to top in drm_intel_gem_bo_unreference()Simon Ser1-6/+6
2022-08-23atomic: fix atomic_add_unless() fallback's return valueEric Engestrom1-18/+20
2021-10-06intel: use drmCloseBufferHandleSimon Ser1-9/+4
2021-09-27intel: Drop legacy execbuffer supportJason Ekstrand1-168/+9
2021-03-22intel: Keep libdrm working without pread/pwrite ioctlsAshutosh Dixit1-4/+92
2020-04-30libdrm: intel: add DRM_RDWR flag in drm_intel_bo_gem_export_to_primeNicholas Bishop1-1/+1
2020-01-28intel: drm_intel_bo_gem_create_from_* on platforms w/o HW tilingImre Deak1-16/+27
2018-09-19intel: annotate public functionsLucas De Marchi1-37/+36
2018-09-05intel: get gen once for gen >= 9Lucas De Marchi1-7/+1
2018-05-01intel: add support for ICL 11Paulo Zanoni1-0/+2
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-01-29always define HAVE_VALGRINDEric Engestrom1-2/+2
2017-06-30intel/gen10: Add missed gen10 stuffBen Widawsky1-0/+2
2017-04-10intel: remove dead codeEric Engestrom1-1/+0
2017-03-08intel: Add handle to hashtable before freeing along an error pathChris Wilson1-4/+4
2017-02-11intel: Move 48b support to bo_gem->kflagsChris Wilson1-16/+5
2017-02-11intel: Move is_softpin to obj->kflagsChris Wilson1-18/+11
2017-01-27intel: Export a function to re-enable implicit synchronisationChris Wilson1-0/+19
2017-01-27intel: Clear execobject flags before preserving object in reuse cacheChris Wilson1-0/+2
2017-01-27intel: Support passing of explicit fencing from execbufChris Wilson1-4/+27
2017-01-27intel: Allow the client to control implicit synchronisationChris Wilson1-4/+45
2017-01-15intel: update global_name before HASH_ADDDongwon Kim1-2/+3
2016-11-22libdrm: random typo fixesGrazvydas Ignotas1-3/+3
2016-11-21intel: Add a getter for the intel_context ctx_idRobert Bragg1-0/+11
2016-11-14intel: Allow some codenames in INTEL_DEVID_OVERRIDENeil Roberts1-1/+29
2016-10-24intel: Look prime handle up in handle hash tableChris Wilson1-1/+1
2016-10-22intel: Migrate handle/name lookups from linear lists to hashtablesChris Wilson1-101/+107
2016-10-22intel: Export raw GEM mmap interfacesChris Wilson1-0/+154
2016-09-07intel: Export pooled EU and min no. of eus in a pool.Yang Rong1-0/+30
2016-04-07intel: Fix spelling mistakesEric Engestrom1-1/+1
2015-12-22intel: Restore formatting of offsets in debug statementslibdrm-2.4.66Michał Winiarski1-9/+14
2015-12-14intel: Add support for softpinMichał Winiarski1-27/+152
2015-12-14intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)Michel Thierry1-19/+69
2015-09-04intel: introduce to_bo_gem() helperEmil Velikov1-6/+9
2015-09-04intel: error out on has_error in exec2Emil Velikov1-2/+5
2015-09-04intel: resolve shadowing warningsEmil Velikov1-4/+3
2015-08-21intel: Serialize drmPrimeFDToHandle with struct_mutexRafał Sapała1-7/+7
2015-08-03intel: Drop aub dumping functionalityKristian Høgsberg Kristensen1-370/+5
2015-07-06Set alignment value in drm_intel_add_validate_buffer()Anuj Phogat1-2/+2
2015-07-06i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_int...Anuj Phogat1-14/+21
2015-04-29intel: Leak the userptr test boTvrtko Ursulin1-11/+28
2015-04-28drm: remove drm_public macroEmil Velikov1-26/+26
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov1-1/+1
2015-04-14intel: Delay testing for userptr until first useChris Wilson1-50/+66
2015-03-18intel: Export total subslice and EU countsJeff McGee1-0/+31
2015-03-06Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"Daniel Vetter1-7/+8
2015-03-02intel: Fix documentation for drm_intel_gem_bo_wait()Kristian Høgsberg1-5/+7
2015-02-11intel: Unconditionally clear ioctl structsDaniel Vetter1-34/+34
2015-01-16intel: Fix GTT entry setup for aub dumpZhenyu Wang1-1/+2