Displaying 4 results from an estimated 4 matches for "intel_bufmgr".
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
....h
EXTRA_DIST = libdrm.pc.in include/drm/*
diff --git a/intel/Makefile.am b/intel/Makefile.am
index 9add505..d56b03a 100644
--- a/intel/Makefile.am
+++ b/intel/Makefile.am
@@ -36,14 +36,16 @@ libdrm_intel_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ @CLOCK_LIB@
libdrm_intel_la_SOURCES = \
intel_bufmgr.c \
- intel_bufmgr_priv.h \
intel_bufmgr_fake.c \
intel_bufmgr_gem.c \
- intel_chipset.h \
- mm.c \
- mm.h
+ mm.c
libdrm_intelincludedir = ${includedir}
libdrm_intelinclude_HEADERS = intel_bufmgr.h
+noinst_HEADERS = \
+ intel_bufmgr_priv.h \
+ intel_chipset.h \
+ mm.h
+
pkgconfig_DATA =...
2016 Sep 02
0
[ANNOUNCE] intel-gpu-tools 1.16
...ius Vlad)
- lib/igt_kms: Force connector probing on first use (Chris Wilson)
- vc4: Add a test for BO lookup failure error path (Eric Anholt)
- tests/gem_mocs_settings: Remove direct register tests,
and added RC6 tests (Peter Antoine)
- Check for libdrm_intel and build if present, Add stubs for intel_bufmgr
(Robert Foss)
- igt/gem_mmap_gtt: Add a test to detect non-WC access (Chris Wilson)
- Various documentation improvements (Daniel Vetter)
- Added new tests: tests/kms_rmfb and tests/kms_atomic_transition, a test for
fastboot, tests/kms_panel_fitting, and a test that only tries to set the
current...
2015 Aug 14
0
[ANNOUNCE] libdrm 2.4.63
...and_map to void**
amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submit
Sabre Shao (2):
amdgpu: add va allocation intefaces
amdgpu: add va range query interface
Tapani Pälli (3):
remove usage of 'c_plusplus' preprocessor macro
intel: wrap intel_bufmgr.h C code for C++ compilation/linking
modeprint: cleanup, remove compile warnings
monk.liu (7):
amdgpu: support non-page-aligned userptr
amdgpu: add missing mutex lock/unlock pair
amdgpu: fix an error of bo_list handler
amdgpu: do not call BO_LIST ioctl when no resourc...
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...t() API into line
lib/sw_sync: Indicate that sync_merge() operates and create a sync_fence
lib/sw_sync: Rename sync_fence_create()
lib/sw_sync: Use timeline/fence instead of generic fd
lib/selftest: Query module parameter for error code.
lib: Kick all fbcon
stubs/intel_bufmgr: Suppress GCC compilation warnings
igt/kms_addfb_basic: Try changing tiling on the framebuffer
igt/kms_addfb_basic: Try changing tiling on the framebuffer [addfb2]
igt: Mass conversion to to_user_pointer()
lib: Mass conversion to to_user_pointer()
lib: Wrap conversion...