Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libdrm
/
bef8b6097c6ea0410edae10eb07921b9edf24097
bef8b60
amdgpu: do NULL check for bo handle in amdgpu_bo_query_info
by Jammy Zhou
· 9 years ago
933091e
amdgpu: cleanup VA IOCTL handling
by Christian König
· 9 years ago
804048f
amdgpu: remove flink export workaround v2
by Christian König
· 9 years ago
9f16c73
amdgpu: explicitly unmap GPU mapping on BO destruction
by Christian König
· 9 years ago
d273d84
amdgpu: merge amdgpu_drm.h from kernel
by Jammy Zhou
· 9 years ago
7bbc1de
amdgpu: cleanup gds specific alloc/free functions
by Jammy Zhou
· 9 years ago
657245f
amdgpu: add amdgpu_query_gds_info
by Jammy Zhou
· 9 years ago
201b09a
amdgpu: fix double mutex_unlock in amdgpu_bo_import
by Marek Olšák
· 9 years ago
7d7f25c
amdgpu: fix valgrind warnings
by Marek Olšák
· 9 years ago
34e1250
amdgpu: use alloca and malloc in critical codepaths (v2)
by Marek Olšák
· 9 years ago
908f34e
amdgpu: allow exporting KMS handles with render nodes
by Marek Olšák
· 9 years ago
b9ef29d
amdgpu: add zero timeout check in amdgpu_cs_query_fence_status
by Jack Xiao
· 9 years ago
76af5c2
amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer list
by Marek Olšák
· 9 years ago
646f541
amdgpu: remove amdgpu_ib helpers
by Marek Olšák
· 9 years ago
194d5c2
amdgpu: remove amdgpu_ib
by Marek Olšák
· 9 years ago
2a344a8
amdgpu: don't use amdgpu_cs_create_ib for allocation of the fence BO
by Marek Olšák
· 9 years ago
1041cfd
tests/amdgpu: manage IB in client side
by Jammy Zhou
· 9 years ago
40c5336
amdgpu: get rid of IB pool management v3
by Jammy Zhou
· 9 years ago
ef9aa37
amdgpu: add ib_start_alignment and ib_size_alignment for interface query
by Ken Wang
· 9 years ago
cdd1edc
amdgpu: add ce_ram_size for interface query
by Ken Wang
· 9 years ago
4bf2941
amdgpu: add vram_type and vram_bit_width for interface query
by Ken Wang
· 9 years ago
fc9fc7d
amdgpu: add max_memory_clock for interface query
by Ken Wang
· 9 years ago
7450813
amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_PLACEMENT
by Marek Olšák
· 9 years ago
942a5db
amdgpu: stop checking flag masks
by Christian König
· 9 years ago
0f4e670
tests/amdgpu: implement VCE unit tests
by Leo Liu
· 9 years ago
322d02d
amdgpu: make vamgr global
by Ken Wang
· 9 years ago
ba1653e
tests/amdgpu: add shared IB submission test v2
by Jammy Zhou
· 9 years ago
60e221c
amdgpu: add IB sharing support v2
by Jammy Zhou
· 9 years ago
7c50f0d
amdgpu: add new AMDGPU_TILING flags
by Marek Olšák
· 10 years ago
12a23b1
amdgpu: add helper for VM mapping v2
by Christian König
· 9 years ago
d5c0b2a
amdgpu: remove bo_vas hash table v2
by Christian König
· 9 years ago
7244698
amdgpu: add amdgpu_bo_list_update interface v2
by Jammy Zhou
· 9 years ago
3f1ca0f
amdgpu: replace alloca with calloc v2
by Jammy Zhou
· 9 years ago
8cf8ac1
amdgpu: remove unused AMDGPU_IB_RESOURCE_PRIORITY
by Jammy Zhou
· 9 years ago
8a208ee
amdgpu: fix the number of IB size enums
by Jammy Zhou
· 9 years ago
2d58879
amdgpu: fix a valgrind warning
by Marek Olšák
· 10 years ago
4b39a8e
amdgpu: implement amdgpu_cs_query_reset_state
by Marek Olšák
· 10 years ago
d3e7195
amdgpu: fix vamgr_free_va logic
by monk.liu
· 10 years ago
9066acf
amdgpu: fix code alignment
by monk.liu
· 10 years ago
241cf6d
amdgpu: validate the upper limit of virtual address v2
by Jammy Zhou
· 10 years ago
db126d1
amdgpu: reuse the kernel IB flags v2
by Jammy Zhou
· 10 years ago
d9c431d
amdgpu: add ctx_id for wait_cs
by Jammy Zhou
· 10 years ago
7454779
amdgpu: fix round down/up page size error
by Jack Xiao
· 10 years ago
1407005
amdgpu: fix 32-on-64 support (v2)
by Jammy Zhou
· 10 years ago
a4c8321
amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UC
by Jammy Zhou
· 10 years ago
639c7de
amdgpu: remove active_rb_pipes from amdgpu_gpu_info
by Jammy Zhou
· 10 years ago
3b50db9
amdgpu: fix segfault when resources are NULL
by monk.liu
· 10 years ago
c68d58a
amdgpu: compare the primary device names instead
by Christian König
· 10 years ago
6dc2eaf
amdgpu: add public bo list interface v3
by Christian König
· 10 years ago
9c2afff
amdgpu: cleanup public interface v2
by Christian König
· 10 years ago
9c3bec2
amdgpu: do not call BO_LIST ioctl when no resource referred
by monk.liu
· 10 years ago
83d9369
amdgpu: fix an error of bo_list handler
by monk.liu
· 10 years ago
cc01c3c
amdgpu: add missing mutex lock/unlock pair
by monk.liu
· 10 years ago
2f2c8ac
amdgpu: support non-page-aligned userptr
by monk.liu
· 10 years ago
3c5fe78
drm: add tests/amdgpu (v3)
by Alex Deucher
· 10 years ago
0936139
drm: add libdrm_amdgpu (v7)
by Alex Deucher
· 10 years ago
a3c89dd
drm: add util_math.h
by Alex Deucher
· 10 years ago
4ee0fa2
drm: consolidate common list implementations (v2)
by Alex Deucher
· 10 years ago
cd2f91e
intel: Drop aub dumping functionality
by Kristian Høgsberg Kristensen
· 9 years ago
fc08332
xf86drm: use the correct device minor names on OpenBSD
by Jonathan Gray
· 9 years ago
66c3afb
xf86drm: correct the OpenBSD DRM_MAJOR define
by Jonathan Gray
· 9 years ago
1d3b823
xf86drmMode: Implement drmCheckModesettingSupported() for OpenBSD
by Jonathan Gray
· 9 years ago
d1f321f
man: remove .man_fixup workaround
by Emil Velikov
· 9 years ago
1a6efaf
drm: Detect no-op drmModeAtomicRequest and return early
by Chris Wilson
· 9 years ago
293f8fa
Build vbltest irrespective of the presence of libudev.
by Joonyoung Shim
· 9 years ago
c086552
Consistently check the fd value
by Emil Velikov
· 9 years ago
c1cd3d9
xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType}
by Emil Velikov
· 9 years ago
c86dabf
omap: zero is a valid fd number, treat it as such
by Emil Velikov
· 9 years ago
ea17864
freedreno: zero is a valid fd number, treat it as such
by Emil Velikov
· 9 years ago
dfed5e1
include <sys/types.h> & <sys/mkdev.h> directly for major() and minor()
by Alan Coopersmith
· 9 years ago
fc8c3e2
Fix headers inclusion in xf86drmMode.c
by Julien Cristau
· 9 years ago
5ba34e1
Set alignment value in drm_intel_add_validate_buffer()
by Anuj Phogat
· 10 years ago
5c68f9f
i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_internal()
by Anuj Phogat
· 10 years ago
676c806
configure: default --enable-valgrind to auto
by Emil Velikov
· 9 years ago
ba4b5ac
configure.ac: bump version to 2.4.62 for release
by Emil Velikov
· 9 years ago
2bf0d5b
tests/exynos: handle G2D_IMGBUF_COLOR in switch statements
by Tobias Jakobi
· 9 years ago
b26c8ef
tests/exynos: remove connector_find_plane
by Tobias Jakobi
· 9 years ago
13ad10a
tests/exynos: simplify drm_set_crtc
by Tobias Jakobi
· 9 years ago
28d896c
tests/exynos: remove struct fimg2d_test_case
by Tobias Jakobi
· 9 years ago
3aeea61
tests/exynos: remove unused define
by Tobias Jakobi
· 9 years ago
0536d33
tests/exynos: clean struct connector
by Tobias Jakobi
· 9 years ago
53b1081
exynos/fimg2d: simplify g2d_fini()
by Tobias Jakobi
· 9 years ago
8d8bbbb
tests/exynos: replace return by break
by Tobias Jakobi
· 9 years ago
7da8f07
exynos: fimg2d: fix return codes
by Tobias Jakobi
· 9 years ago
47a2de2
configure: Add flag to disable valgrind support.
by Matt Turner
· 9 years ago
5f76273
xf86drmMode: include config.h before anything else
by Emil Velikov
· 9 years ago
8426967
xf86drmMode: remove unused valgrind(VG) macros
by Emil Velikov
· 9 years ago
32471b2
Add blob property create/destroy ioctl wrappers
by Daniel Stone
· 9 years ago
ed44e0b
Support atomic modesetting ioctl
by Ville Syrjälä
· 9 years ago
5b0e76f
Revert "Add device enumeration interface (v4)"
by Emil Velikov
· 9 years ago
203983f
nouveau: add asserts to make sure krefs are there
by Ilia Mirkin
· 9 years ago
97be70b
tests/kmstest: support atmel-hlcdc
by Boris BREZILLON
· 9 years ago
e6a1064
modetest: add atmel-hlcdc driver support
by Boris BREZILLON
· 9 years ago
360a7ea
modetest: only select plane with matching format
by Tobias Jakobi
· 10 years ago
85ede61
modetest: make middle SMPTE colors transparent
by Tobias Jakobi
· 10 years ago
4bca42f
drmPrime*: initialize output args to 0
by Guillaume Desmottes
· 10 years ago
454b149
Fix one warning (v2)
by Jammy Zhou
· 10 years ago
d0e592d
xf86drm: simplify drmMalloc/drmFree
by Emil Velikov
· 10 years ago
128344c
modetest: replace malloc + memset with calloc
by Emil Velikov
· 10 years ago
c78917e
modetest: explicitly zero the newly allocated memory
by Emil Velikov
· 10 years ago
Next »