Displaying 4 results from an estimated 4 matches for "modeprint".
Did you mean:
codepoint
2018 Oct 04
0
[ANNOUNCE] libdrm 2.4.95
...u-symbol-check: Add amdgpu_find_bo_by_cpu_mapping
Qiang Yu (2):
amdgpu: add amdgpu_bo_inc_ref() function.
amdgpu: amdgpu_bo_inc_ref don't return dummy int
Rob Clark (2):
freedreno: fix spelling typo
freedreno: move ring_cache behind fd_bo_del()
Stefan Agner (2):
modeprint: use libutil to lookup strings
modeprint: print encoder type
Tom Anderson (1):
Fix build with -std=c11
git tag: libdrm-2.4.95
https://dri.freedesktop.org/libdrm/libdrm-2.4.95.tar.bz2
MD5: 41b9ed196a27f5dc7fb88412b704e9fd libdrm-2.4.95.tar.bz2
SHA1: fd7c1002001ef1aa1b6094eb2b78f1031...
2009 Jan 15
0
[ANNOUNCE] libdrm 2.4.4
...as well.
Ben Skeggs (1):
nv50: ack nsource to prevent continuous protection fault irqs
Dave Airlie (1):
radeon: only write irq regs if irq is enabled
Eric Anholt (2):
intel: Retry pin ioctl on -EINTR.
bump version to 2.4.4
Jesse Barnes (4):
Remove executable from modeprint test dir
libdrm: add timeout handling to drmWaitVBlank
libdrm: only check for vblank timeout if we caught EINTR
libdrm: add autoconf check for clock_gettime
Owain G. Ainsworth (2):
Remove drmModeReplaceFb after it was removed from the kernel.
Don't use DRM_BO_FLAG...
2015 May 07
0
[ANNOUNCE] libdrm 2.4.61
...ke use of drmModeRmFB
modetest: fix the error path handling
modetest: clear buffer and framebuffer for planes
modetest: destroy the cursor bo
modetest: fix the arguments of the MAKE_RGB_INFO define
Neil Roberts (1):
intel: Merge latest i915_drm.h
Rob Clark (2):
modeprint: add missing encoder/connector type names
modetest: fix allocation for yuv420/yvu420
Tobias Jakobi (1):
modetest: initialize handles/pitches in set_plane()
Tvrtko Ursulin (1):
intel: Leak the userptr test bo
git tag: libdrm-2.4.61
http://dri.freedesktop.org/libdrm/libdrm-2.4.6...
2015 Aug 14
0
[ANNOUNCE] libdrm 2.4.63
...ables 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 resource referred
amdgpu: fix segfault when resources...