index
:
external_libdrm
replicant-10
libdrm for Android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
intel
/
intel_bufmgr_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: drm_intel_bo_gem_create_from_* on platforms w/o HW tiling
Imre Deak
2020-01-28
1
-16
/
+27
*
intel: annotate public functions
Lucas De Marchi
2018-09-19
1
-37
/
+36
*
intel: get gen once for gen >= 9
Lucas De Marchi
2018-09-05
1
-7
/
+1
*
intel: add support for ICL 11
Paulo Zanoni
2018-05-01
1
-0
/
+2
*
meson,configure: include config.h automatically
Eric Engestrom
2018-03-20
1
-4
/
+0
*
always define HAVE_VALGRIND
Eric Engestrom
2018-01-29
1
-2
/
+2
*
intel/gen10: Add missed gen10 stuff
Ben Widawsky
2017-06-30
1
-0
/
+2
*
intel: remove dead code
Eric Engestrom
2017-04-10
1
-1
/
+0
*
intel: Add handle to hashtable before freeing along an error path
Chris Wilson
2017-03-08
1
-4
/
+4
*
intel: Move 48b support to bo_gem->kflags
Chris Wilson
2017-02-11
1
-16
/
+5
*
intel: Move is_softpin to obj->kflags
Chris Wilson
2017-02-11
1
-18
/
+11
*
intel: Export a function to re-enable implicit synchronisation
Chris Wilson
2017-01-27
1
-0
/
+19
*
intel: Clear execobject flags before preserving object in reuse cache
Chris Wilson
2017-01-27
1
-0
/
+2
*
intel: Support passing of explicit fencing from execbuf
Chris Wilson
2017-01-27
1
-4
/
+27
*
intel: Allow the client to control implicit synchronisation
Chris Wilson
2017-01-27
1
-4
/
+45
*
intel: update global_name before HASH_ADD
Dongwon Kim
2017-01-15
1
-2
/
+3
*
libdrm: random typo fixes
Grazvydas Ignotas
2016-11-22
1
-3
/
+3
*
intel: Add a getter for the intel_context ctx_id
Robert Bragg
2016-11-21
1
-0
/
+11
*
intel: Allow some codenames in INTEL_DEVID_OVERRIDE
Neil Roberts
2016-11-14
1
-1
/
+29
*
intel: Look prime handle up in handle hash table
Chris Wilson
2016-10-24
1
-1
/
+1
*
intel: Migrate handle/name lookups from linear lists to hashtables
Chris Wilson
2016-10-22
1
-101
/
+107
*
intel: Export raw GEM mmap interfaces
Chris Wilson
2016-10-22
1
-0
/
+154
*
intel: Export pooled EU and min no. of eus in a pool.
Yang Rong
2016-09-07
1
-0
/
+30
*
intel: Fix spelling mistakes
Eric Engestrom
2016-04-07
1
-1
/
+1
*
intel: Restore formatting of offsets in debug statements
Michał Winiarski
2015-12-22
1
-9
/
+14
*
intel: Add support for softpin
Michał Winiarski
2015-12-14
1
-27
/
+152
*
intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)
Michel Thierry
2015-12-14
1
-19
/
+69
*
intel: introduce to_bo_gem() helper
Emil Velikov
2015-09-04
1
-6
/
+9
*
intel: error out on has_error in exec2
Emil Velikov
2015-09-04
1
-2
/
+5
*
intel: resolve shadowing warnings
Emil Velikov
2015-09-04
1
-4
/
+3
*
intel: Serialize drmPrimeFDToHandle with struct_mutex
Rafał Sapała
2015-08-21
1
-7
/
+7
*
intel: Drop aub dumping functionality
Kristian Høgsberg Kristensen
2015-08-03
1
-370
/
+5
*
Set alignment value in drm_intel_add_validate_buffer()
Anuj Phogat
2015-07-06
1
-2
/
+2
*
i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_int...
Anuj Phogat
2015-07-06
1
-14
/
+21
*
intel: Leak the userptr test bo
Tvrtko Ursulin
2015-04-29
1
-11
/
+28
*
drm: remove drm_public macro
Emil Velikov
2015-04-28
1
-26
/
+26
*
drm: rename libdrm{,_macros}.h
Emil Velikov
2015-04-28
1
-1
/
+1
*
intel: Delay testing for userptr until first use
Chris Wilson
2015-04-14
1
-50
/
+66
*
intel: Export total subslice and EU counts
Jeff McGee
2015-03-18
1
-0
/
+31
*
Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"
Daniel Vetter
2015-03-06
1
-7
/
+8
*
intel: Fix documentation for drm_intel_gem_bo_wait()
Kristian Høgsberg
2015-03-02
1
-5
/
+7
*
intel: Unconditionally clear ioctl structs
Daniel Vetter
2015-02-11
1
-34
/
+34
*
intel: Fix GTT entry setup for aub dump
Zhenyu Wang
2015-01-16
1
-1
/
+2
*
intel: Avoid overcounting fences when emitting self-referential relocs
Chris Wilson
2014-11-21
1
-6
/
+9
*
intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0
Thomas Meyer
2014-11-20
1
-3
/
+4
*
intel/skl: Add gen9 to the buffer manager init
Damien Lespiau
2014-09-30
1
-0
/
+2
*
intel: use drm_mmap/drm_munmap wrappers
Emil Velikov
2014-09-28
1
-8
/
+7
*
intel: Don't leak the test page in an has_userptr() error path
Damien Lespiau
2014-09-19
1
-3
/
+2
*
intel: Adding locks for drm objects synchronization.
Rafal Sapala
2014-09-19
1
-4
/
+24
*
intel: Add support for userptr objects
Tvrtko Ursulin
2014-09-17
1
-1
/
+162
[next]