search for: libkms

Displaying 14 results from an estimated 14 matches for "libkms".

2014 Jul 30
2
[PATCH] libdrm: hide all private symbols
Using -export-symbols-regex all private symbols are hidden, resulting in the following changes: libkms: removes all driver specific exports radeon: removes the bof_* exports nouveau: removes the abi16_* exports freedreno: remove the *kgsl_* and msm_* exports intel: removes the drm_mm* exports omap/exynos: unchanged as far as I can tell Signed-off-by: Maarten Lankhorst <maarten.lankhorst at cano...
2014 Jul 30
0
[PATCH] libdrm: hide all private symbols
[CCing Emil as well] Am 30.07.2014 um 11:38 schrieb Maarten Lankhorst: > Using -export-symbols-regex all private symbols are hidden, resulting in the following changes: Wasn't "-export-symbols-regex" exactly that stuff we are trying to avoid in mesa? Christian. > > libkms: removes all driver specific exports > radeon: removes the bof_* exports > nouveau: removes the abi16_* exports > freedreno: remove the *kgsl_* and msm_* exports > intel: removes the drm_mm* exports > omap/exynos: unchanged as far as I can tell > > Signed-off-by: Maarten Lan...
2014 Jul 30
3
[PATCH] libdrm: hide all private symbols
...O we should try to pick up Thierry visibility patches, as these are the best solution + BSD's ld lacks version-script support. Then use a version-script over export-symbols-regex, as the latter messes up local symbols apart from the exported ones. -Emil > Christian. > >> >> libkms: removes all driver specific exports >> radeon: removes the bof_* exports >> nouveau: removes the abi16_* exports >> freedreno: remove the *kgsl_* and msm_* exports >> intel: removes the drm_mm* exports >> omap/exynos: unchanged as far as I can tell >> Signed-o...
2015 May 07
0
[ANNOUNCE] libdrm 2.4.61
...cc -std=c89 -pedantic Emil Velikov (39): android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS android: simplify LOCAL_C_INCLUDES android: remove ${srcdir} from the includes android: remove LOCAL_COPY_HEADERS* variables android: add the missing tag "optional" to libkms autotools: remove ${srcdir} from the includes android: remove explicit include to libpciaccess tests/hash: extract test out of xf86drmHash.c tests/hash: misc compilation fixes tests/hash: style fixes tests/hash: return non-zero on failure tests/random: extr...
2016 Feb 15
0
[ANNOUNCE] libdrm 2.4.67
...ests/amdgpu: add semaphore test Damien Lespiau (1): xf86drm: Bound strstr() to the allocated data Emil Velikov (4): tests/kmstest: inverse the order of LDADD libraries amdgpu: add libdrm as private requirement/dependency radeon: add libdrm to Requires.private libkms: add libdrm to Requires.private Eric Anholt (3): vc4: Add the DRM header file. util: Add support for vc4. vc4: Add headers and .pc files for VC4 userspace development. Junwei Zhang (1): amdgpu: list each entry safely for sw semaphore when submit ib Ken Wang (1...
2019 Apr 19
0
[ANNOUNCE] libdrm 2.4.98
...Lubomir Rintel (1): tests/util: Add armada-drm driver Pan, Xinhui (1): amdgpu: Fix a structure initialization issue Rodrigo Vivi (1): intel: sync i915_pciids.h with kernel Seung-Woo Kim (1): configure.ac fix build error for config.h in autotools Tapani Pälli (1): libkms: update list of intel_drivers for Android build xinhui pan (2): amdgpu: add ras tests drm/amdgpu: support test mask git tag: libdrm-2.4.98 https://dri.freedesktop.org/libdrm/libdrm-2.4.98.tar.bz2 MD5: 1320b43c4bdb8846c308ec2610b62b64 libdrm-2.4.98.tar.bz2 SHA1: 4c8a11870a89f59c294b...
2019 Jul 02
0
[ANNOUNCE] libdrm 2.4.99
...to amdgpu_close_kms_handle amdgpu: Add BO handle to table in amdgpu_bo_create amdgpu: Rename fd_mutex/list to dev_mutex/list Prabhanjan Kandula (1): libdrm: Avoid additional drm open close Sean Paul (1): libdrm: Use mmap64 instead of __mmap2 Seung-Woo Kim (2): tests/libkms-test-plane: fix possbile memory leak xf86drm: Fix possible memory leak with drmModeGetPropertyPtr() Tao Zhou (1): libdrm/amdgpu: add new vram type (GDDR6) for navi10 git tag: libdrm-2.4.99 https://dri.freedesktop.org/libdrm/libdrm-2.4.99.tar.bz2 MD5: 72539626815b35159a63d45bc4c14ee6...
2015 Sep 16
0
[ANNOUNCE] libdrm 2.4.65
...nings intel: resolve shadowing warnings intel: error out on has_error in exec2 intel: introduce to_bo_gem() helper configure: enable -Wshadow when available amdgpu: remove unneeded -Wno-switch-enum flag modetest: annotate const data as such for good measure libkms: use static const for good measure radeon: cleanup bo/cs func tables freedreno: annotate the device/bo/pipe/ringbuffer funcs as const data tests/amdgpu: reference the correct variable for memcpy tests/amdgpu: annotate the uvd message templates as const data tests/amdgp...
2018 Oct 04
0
[ANNOUNCE] libdrm 2.4.95
...) Lucas De Marchi (19): intel: add generic functions to check PCI ID intel: make gen11 use generic gen macro intel: make gen10 use generic gen macro intel: make gen9 use generic gen macro intel: get gen once for gen >= 9 intel: annotate public functions libkms: annotate public functions nouveau: annotate public functions amdgpu: annotate public functions libdrm: annotate public functions etnaviv: annotate public functions freedreno: annotate public functions omap: annotate public functions radeon: annotate public...
2017 Jan 28
0
[ANNOUNCE] libdrm 2.4.75
...drmGetDevice2 xf86drm: adjust device node path for minor base xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2 xf86drm: don't fatal on per device error in drmGetDevice[s]2 Neil Armstrong (1): tests/util: Add support for meson module Seung-Woo Kim (1): libkms/exynos: fix memory leak in error path Taro Yamada (1): xf86drm: fix null termination of string buffer Thierry Reding (10): xf86drm: Fix indentation Add .editorconfig xf86drmMode.h: Use consistent padding xf86drmMode.h: Add DisplayPort MST and DPI encoders/connectors...
2015 Mar 19
0
[ANNOUNCE] libdrm 2.4.60
...date help strings automake: drop the NULL variable from the makefile tests: move the SUBDIR at the top of the makefile tests: automake: keep the libs link at the final stage drm: add drmGet(Primary|Render)DeviceNameFromFd functions modetest: include into the build when libkms is not selected. configure: Stop using AM_MAINTAINER_MODE autogen.sh: handle out-of-tree invokation configure.ac: fix host_cpu/atomics detection configure.ac: fix help string copy/pasta configure.ac: error out if building freedreno_kgsl without freedreno Frank Binns (...
2015 Dec 27
0
[ANNOUNCE] libdrm 2.4.66
...freedreno: drop exported dmabuf fd tracking freedreno: debug msg cleanup Stefan Agner (1): tests: remove missleading comments Thierry Reding (10): tests: Split helpers into library tests: Move name tables to libutil proptest: Add Android support tests: Add libkms-test library tests: kms: Implement CRTC stealing test tests: kms: Implement universal planes test tests: Add helper to open a device/module modetest: Use util_open() proptest: Use util_open() vbltest: Use util_open() Tobias Jakobi (18): exynos/fimg2d: fix...
2012 Nov 27
1
kms etc nouveau X failed
...ouveau cfbcopyarea???????????? 3232? 1 nouveau i2c_algo_bit??????????? 4452? 1 nouveau ttm??????????????????? 53092? 1 nouveau drm_kms_helper???????? 21952? 1 nouveau drm?????????????????? 184400? 3 ttm,drm_kms_helper,nouveau I have the following installed. libdrm-2.4.40 configured with --enable libkms xf86-video-nouveau-1.0.4 xorg-server-1.13.0-r1 Appreciate any help. Thanks, Sebastian
2013 Jan 09
55
[Bug 59168] New: [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume
https://bugs.freedesktop.org/show_bug.cgi?id=59168 Priority: medium Bug ID: 59168 Assignee: nouveau at lists.freedesktop.org Summary: [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: Linux (All)