Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libdrm
/
f3f7266d94e0354bfd979b30525b0efe87576462
f3f7266
omap: annotate public functions
by Lucas De Marchi
· 6 years ago
9a1470f
freedreno: annotate public functions
by Lucas De Marchi
· 6 years ago
3441a18
etnaviv: annotate public functions
by Lucas De Marchi
· 6 years ago
26f9ce5
libdrm: annotate public functions
by Lucas De Marchi
· 6 years ago
e15e3a6
amdgpu: annotate public functions
by Lucas De Marchi
· 6 years ago
d7320bf
nouveau: annotate public functions
by Lucas De Marchi
· 6 years ago
6229895
libkms: annotate public functions
by Lucas De Marchi
· 6 years ago
36bb0ea
intel: annotate public functions
by Lucas De Marchi
· 6 years ago
a9463bd
headers/README: fix/add link to drm-next
by Eric Engestrom
· 6 years ago
b46945e
test/amdgpu: add GDS, GWS and OA tests
by Christian König
· 6 years ago
864d450
test/amdgpu: add proper error handling v2
by Christian König
· 6 years ago
c40bd3c
amdgpu: remove invalid check in amdgpu_bo_alloc
by Christian König
· 6 years ago
2832829
freedreno: move ring_cache behind fd_bo_del()
by Rob Clark
· 6 years ago
3b64b54
freedreno: fix spelling typo
by Rob Clark
· 6 years ago
5bd5f7b
tests/amdgpu: add unaligned VM test
by Christian König
· 6 years ago
473e2d2
intel: annotate the intel genx helpers as private
by Emil Velikov
· 6 years ago
7f7c28d
gitlab-ci: use templates to deduplicate the build commands
by Eric Engestrom
· 6 years ago
c55f1b9
intel: get gen once for gen >= 9
by Lucas De Marchi
· 6 years ago
584ca8f
intel: make gen9 use generic gen macro
by Lucas De Marchi
· 6 years ago
bf9df76
intel: make gen10 use generic gen macro
by Lucas De Marchi
· 6 years ago
8e7eb3b
intel: make gen11 use generic gen macro
by Lucas De Marchi
· 6 years ago
4e81d4f
intel: add generic functions to check PCI ID
by Lucas De Marchi
· 6 years ago
9030a0f
xf86drm: rename "real_path" to "pci_path"
by Eric Engestrom
· 6 years ago
5649953
xf86drm: merge get_normal_pci_path() into get_real_pci_path()
by Eric Engestrom
· 6 years ago
b06d71b
Fix build with -std=c11
by Tom Anderson
· 6 years ago
4a9030d
add gitlab-ci builds of libdrm
by Eric Engestrom
· 6 years ago
4d87c2e
Add basic CONTRIBUTING file
by Daniel Vetter
· 6 years ago
580bd83
amdgpu: amdgpu_bo_inc_ref don't return dummy int
by Qiang Yu
· 6 years ago
937d62e
amdgpu: add amdgpu_bo_inc_ref() function.
by Qiang Yu
· 6 years ago
f177251
amdgpu: add error return value for finding bo by cpu mapping (v2)
by Junwei Zhang
· 6 years ago
f3d90e8
amdgpu-symbol-check: Add amdgpu_find_bo_by_cpu_mapping
by Michel Dänzer
· 6 years ago
bcb9d97
xf86drm: fallback to normal path when realpath fails
by Emil Velikov
· 6 years ago
8389c54
Bump to version 2.4.94
by Kristian H. Kristensen
· 6 years ago
f0c642e
libdrm: add msm drm uapi header
by Tanmay Shah
· 6 years ago
f31fd57
amdgpu: add a function to create amdgpu bo internally (v4)
by Junwei Zhang
· 6 years ago
3d8b6ea
amdgpu: free flink bo in bo import
by Junwei Zhang
· 6 years ago
c6493f3
amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping
by Michel Dänzer
· 6 years ago
cc472c5
amdgpu: Disable deadlock test suite for RV
by Likun Gao
· 6 years ago
bc4c9f4
amdgpu: fix off by one in handle_table_insert
by Christian König
· 6 years ago
1e12c16
amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping
by Michel Dänzer
· 6 years ago
6e30031
intel: Add a new CFL PCI ID.
by Rodrigo Vivi
· 6 years ago
879d7c0
freedreno: fix use-after-free with stateobj rb's
by Rob Clark
· 6 years ago
a43940e
freedreno: don't leak stateobj rb refs
by Rob Clark
· 6 years ago
f4f61e5
tests/amdgpu: add test for finding bo by CPU mapping
by Junwei Zhang
· 6 years ago
4d45442
amdgpu: add a function to find bo by cpu mapping (v2)
by Junwei Zhang
· 6 years ago
f49dccb
amdgpu: add bo from user memory to handle table
by Junwei Zhang
· 6 years ago
f693c46
tests/util: Add support for stm module
by Benjamin Gaignard
· 6 years ago
649d4e6
libdrm: Fix amdgpu build failure
by Mike Lothian
· 6 years ago
9322028
tests/modetest: Add atomic support
by Benjamin Gaignard
· 6 years ago
cbf0bb7
amdgpu: always add all BOs to handle table
by Christian König
· 6 years ago
d6cb0ee
amdgpu: remove the hash table implementation
by Christian König
· 6 years ago
9a38e85
amdgpu: use handle table for flink names
by Christian König
· 6 years ago
bde850b
amdgpu: use handle table for KMS handles
by Christian König
· 6 years ago
52370cc
amdgpu: add handle table implementation v2
by Christian König
· 6 years ago
7aa1a51
amdgpu: stop using the hash table for fd_tab
by Christian König
· 6 years ago
87fdbfb
configure.ac: bump version to 2.4.93
by Marek Olšák
· 6 years ago
716ab85
freedreno/msm: "stateobj" support
by Rob Clark
· 6 years ago
04190a9
freedreno: slight reordering
by Rob Clark
· 6 years ago
2932a03
freedreno: small cleanup
by Rob Clark
· 6 years ago
fcbf206
freedreno: add fd_ringbuffer_new_object()
by Rob Clark
· 6 years ago
4519db2
xf86drm: Fix error path in drmGetDevice2
by Mariusz Ceier
· 6 years ago
9c979e0
amdgpu: add amdgpu_bo_handle_type_kms_noimport
by Marek Olšák
· 6 years ago
68bd236
drmdevice: print the correct host1x information
by Emil Velikov
· 6 years ago
8a3a8c1
drmdevice: convert the tabbed output into a tree
by Emil Velikov
· 6 years ago
33b0357
tests/drmdevice: add a couple of printf headers
by Emil Velikov
· 6 years ago
c64dc00
tests/drmdevices: install alongside other utilities
by Emil Velikov
· 6 years ago
3988580
xf86drm: Add drmDevice support for virtio_gpu
by Emil Velikov
· 7 years ago
a029001
xf86drm: introduce a get_real_pci_path() helper
by Emil Velikov
· 7 years ago
95b262f
xf86drm: Allocate drmDevicePtr's on stack
by Emil Velikov
· 7 years ago
f808fee
xf86drm: Fold drmDevice processing into process_device() helper
by Emil Velikov
· 7 years ago
56e72d3
xf86drm: introduce drm_device_has_rdev() helper
by Emil Velikov
· 6 years ago
7f52a0e
xf86drm: drmGetDevice2: error out if the fd has unknown subsys
by Emil Velikov
· 7 years ago
4fa33e4
amdgpu: make sure to set CLOEXEC on duplicated FDs
by Christian König
· 6 years ago
7e45010
Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"
by Michel Dänzer
· 6 years ago
fe0488a
amdgpu: don't call add_handle_to_table for KMS BO exports
by Marek Olšák
· 6 years ago
7164abe
intel: Introducing Amber Lake platform
by José Roberto de Souza
· 6 years ago
591c1d7
intel: Introducing Whiskey Lake platform
by José Roberto de Souza
· 6 years ago
22b3efb
freedreno: add user ptr to fd_ringbuffer
by Rob Clark
· 6 years ago
c1f2d9b
amdgpu: Destroy fd_hash table when the last device is removed.
by Jan Vesely
· 7 years ago
52ef6fb
amdgpu/util_hash_table: Add helper function to count the number of entries in hash table
by Jan Vesely
· 7 years ago
712fa0f
amdgpu: Take a lock before removing devices from fd_tab hash table.
by Jan Vesely
· 7 years ago
3561569
Always pass O_CLOEXEC when opening DRM file descriptors
by Michel Dänzer
· 7 years ago
f34b694
xf86drm: Be sure to closedir before return
by Kevin Strasser
· 7 years ago
cb592ac
bump version for release
by Rob Clark
· 7 years ago
c5a6568
freedreno: add fd_pipe refcounting
by Rob Clark
· 7 years ago
1ac3ecd
intel: add support for ICL 11
by Paulo Zanoni
· 7 years ago
bc9c789
amdgpu: Deinitialize vamgr_high{,_32}
by Michel Dänzer
· 7 years ago
50426f3
Intel: Add a Kaby Lake PCI ID
by Matt Atwood
· 7 years ago
d4b4c51
amdgpu: enlarge the maximum number of cards supported
by Xiaojie Yuan
· 7 years ago
cb850ce
tests/amdgpu: add vce mv tests support and sets
by James Zhu
· 7 years ago
35affe8
libdrm: gralloc_handle.h: Fix build issue with Android
by John Stultz
· 7 years ago
8ec043e
headers: Update README
by Daniel Stone
· 7 years ago
8e535dd
headers: Sync with drm-next
by Daniel Stone
· 7 years ago
2fa58c7
headers: sync up amdgpu_drm.h with drm-next
by Rex Zhu
· 7 years ago
4dfa458
Revert "libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64"
by Emil Velikov
· 7 years ago
bb0fd5f
intel: Do not use libpciaccess on Android
by Tomasz Figa
· 9 years ago
00aa374
xf86drmMode: merge successive mutually-exclusive #ifs
by Eric Engestrom
· 7 years ago
bb45ce4
libdrm: Use readdir instead of readdir_r to avoid build warnings
by John Stultz
· 7 years ago
32ee9c0
android: Add missing include exports
by Stefan Schake
· 7 years ago
d930ef8
omap: add Android build support
by Gowtham Tammana
· 7 years ago
Next »