Displaying 14 results from an estimated 14 matches for "libdrm_radeon".
2010 Feb 15
10
[Bug 26577] New: [regression] Black screen with X on NV11 and NV31
http://bugs.freedesktop.org/show_bug.cgi?id=26577
Summary: [regression] Black screen with X on NV11 and NV31
Product: xorg
Version: git
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2016 Feb 11
5
issues with split llvm libraries and llvmpipe and failing to load library
...00007f8a68685000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f8a68481000)
libexpat.so.1 => /lib64/libexpat.so.1 (0x00007f8a68255000)
libdrm_intel.so.1 => /lib64/libdrm_intel.so.1 (0x00007f8a68033000)
libdrm_nouveau.so.2 => /lib64/libdrm_nouveau.so.2 (0x00007f8a67e2b000)
libdrm_radeon.so.1 => /lib64/libdrm_radeon.so.1 (0x00007f8a67c1f000)
libdrm_amdgpu.so.1 => /lib64/libdrm_amdgpu.so.1 (0x00007f8a67a16000)
libdrm.so.2 => /lib64/libdrm.so.2 (0x00007f8a67807000)
libelf.so.1 => /lib64/libelf.so.1 (0x00007f8a675ef000)
libLLVMAMDGPUCodeGen.so.3.7 => /li...
2014 Jul 30
2
[PATCH] libdrm: hide all private symbols
...ort-symbols-regex '^omap_'
libdrm_omap_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
libdrm_omap_la_SOURCES = omap_drm.c
diff --git a/radeon/Makefile.am b/radeon/Makefile.am
index a8cd100..9fa19a8 100644
--- a/radeon/Makefile.am
+++ b/radeon/Makefile.am
@@ -31,7 +31,8 @@ AM_CFLAGS = \
libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la
libdrm_radeon_ladir = $(libdir)
-libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined
+libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined \
+ -export-symbols-regex '^radeon_'
libdrm_radeon_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@...
2011 Dec 23
1
Kernel panic on Ubuntu 10.04
...bdrm.so.2.4.0
916 - libdrm.so.2.4.0 100644 43312 0:0
917 l libdrm_intel.so.1 120777 21 0:0 -> libdrm_intel.so.1.0.0
918 - libdrm_intel.so.1.0.0 100644 43144 0:0
919 l libdrm_nouveau.so.1 120777 23 0:0 -> libdrm_nouveau.so.1.0.0
920 - libdrm_nouveau.so.1.0.0 100644 22640 0:0
921 l libdrm_radeon.so.1 120777 22 0:0 -> libdrm_radeon.so.1.0.0
922 - libdrm_radeon.so.1.0.0 100644 18664 0:0
923 l libe2p.so.2 120777 13 0:0 -> libe2p.so.2.3
924 - libe2p.so.2.3 100644 28072 0:0
925 l libext2fs.so.2 120777 16 0:0 -> libext2fs.so.2.4
926 - libext2fs.so.2.4 100644 184144 0...
2011 Aug 08
1
libguestfs-test-tool on ubuntu: kernel panic
...0:0 -> libaio.so.1.0.1
552 l libbsd.so.0 120777 15 0:0 -> libbsd.so.0.2.0
553 l libdbus-1.so.3 120777 18 0:0 -> libdbus-1.so.3.4.0
554 l libdrm_intel.so.1 120777 21 0:0 -> libdrm_intel.so.1.0.0
555 l libdrm_nouveau.so.1 120777 23 0:0 -> libdrm_nouveau.so.1.0.0
556 l libdrm_radeon.so.1 120777 22 0:0 -> libdrm_radeon.so.1.0.0
557 l libfuse.so.2 120777 16 0:0 -> libfuse.so.2.8.1
558 l libgcrypt.so.11 120777 19 0:0 -> libgcrypt.so.11.5.2
559 l libglib-2.0.so.0 120777 23 0:0 -> libglib-2.0.so.0.2400.1
560 l libnih-dbus.so.1 120777 20 0:0 -> libnih-dbu...
2014 Jul 30
0
[PATCH] libdrm: hide all private symbols
...a_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
>
> libdrm_omap_la_SOURCES = omap_drm.c
> diff --git a/radeon/Makefile.am b/radeon/Makefile.am
> index a8cd100..9fa19a8 100644
> --- a/radeon/Makefile.am
> +++ b/radeon/Makefile.am
> @@ -31,7 +31,8 @@ AM_CFLAGS = \
>
> libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la
> libdrm_radeon_ladir = $(libdir)
> -libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined
> +libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined \
> + -export-symbols-regex '^radeon_'
> libdrm_radeon_la_LIBADD = ../li...
2015 May 07
0
[ANNOUNCE] libdrm 2.4.61
...tests/random: extract test out of xf86drmRandom.c
tests/random: return non-zero on test failure
drm: replace HASH_DEBUG with DEBUG
drm: use correct printf modifiers
configure.ac: split -fvisibility and __attribute__((visibility)) checks
radeon: move bof.[ch] out of libdrm_radeon
radeon: add symbols test
freedreno: annotate the private symbols
freedreno: add symbols test
intel: remove the drm_mm* symbol workarounds
intel: remove unused mmFindBlock
intel: annotate the private symbols
intel: add symbols test
nouveau: annotate th...
2018 Sep 14
0
[ANNOUNCE] xf86-video-ati 18.1.0
...RandR leases support
Michel Dänzer (55):
Bail from dri2_create_buffer2 if we can't get a pixmap
glamor: Bail CreatePixmap on unsupported pixmap depth
Drop unused drmmode_create_bo_pixmap surface parameter
EXA: Remove old RADEONEXACreatePixmap hook
Only initialize libdrm_radeon surface manager for >= R600
glamor: Don't store radeon_surfaces in pixmaps
Factor out radeon_surface_initialize helper
Move flush from radeon_scanout_do_update to its callers
Refactor radeon_finish helper
Add struct radeon_buffer
glamor: Use GBM for BO all...
2011 Jun 23
0
VirtualDub Crashing
...t;elf>
\-PE 2dac0000-2db27000 \ msvcrt
ELF 32c79000-32c7d000 Deferred libxdamage.so.1
ELF 3492c000-34937000 Deferred libdrm.so.2
ELF 53f35000-53f69000 Deferred d3d9<elf>
\-PE 53f40000-53f69000 \ d3d9
ELF 5a2ab000-5a2b0000 Deferred libdrm_radeon.so.1
ELF 5da7b000-5dbb3000 Export wined3d<elf>
\-PE 5da80000-5dbb3000 \ wined3d
ELF 5ebdd000-5ee4d000 Deferred r600_dri.so
ELF 68000000-6801d000 Deferred ld-linux.so.2
ELF 6801d000-6815d000 Deferred libwine.so.1
ELF 6815d000-682b7000 Deferred...
2010 Jun 01
0
Starcraft crashes on drone death
...7e0de000-7e176000 Deferred libgnutls.so.26
ELF 7e176000-7e1a5000 Deferred libgssapi_krb5.so.2
ELF 7e1a5000-7e1eb000 Deferred libcups.so.2
ELF 7e1f4000-7e1f9000 Deferred libtxc_dxtn.so
ELF 7e1f9000-7e1fd000 Deferred libdrm_radeon.so.1
ELF 7e1fd000-7e207000 Deferred libdrm.so.2
ELF 7e207000-7e20a000 Deferred libxdamage.so.1
ELF 7e20c000-7e226000 Deferred spoolss<elf>
\-PE 7e210000-7e226000 \ spoolss
ELF 7e226000-7e246000 Deferred...
2010 Jun 13
3
err:wgl:internal_SetPixelFormat Invalid iPixelFormat:
...800000-7b93a000 Deferred kernel32<elf>
\-PE 7b810000-7b93a000 \ kernel32
ELF 7bc00000-7bcb6000 Deferred ntdll<elf>
\-PE 7bc10000-7bcb6000 \ ntdll
ELF 7bf00000-7bf04000 Deferred <wine-loader>
ELF 7e018000-7e01d000 Deferred libdrm_radeon.so.1
ELF 7e01d000-7e29b000 Deferred r300_dri.so
ELF 7e29b000-7e2a4000 Deferred librt.so.1
ELF 7e2a4000-7e2af000 Deferred libdrm.so.2
ELF 7e2af000-7e2b3000 Deferred libxdamage.so.1
ELF 7e2b3000-7e318000 Deferred libgl.so.1
ELF 7e331000-7e467000 Export wine...
2014 Jul 30
3
[PATCH] libdrm: hide all private symbols
...bdrm.la @PTHREADSTUBS_LIBS@
>> libdrm_omap_la_SOURCES = omap_drm.c
>> diff --git a/radeon/Makefile.am b/radeon/Makefile.am
>> index a8cd100..9fa19a8 100644
>> --- a/radeon/Makefile.am
>> +++ b/radeon/Makefile.am
>> @@ -31,7 +31,8 @@ AM_CFLAGS = \
>> libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la
>> libdrm_radeon_ladir = $(libdir)
>> -libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined
>> +libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined \
>> + -export-symbols-regex '^radeon_'
>> libdrm_r...
2013 Aug 15
12
[Bug 845] New: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
https://bugzilla.netfilter.org/show_bug.cgi?id=845
Summary: checking for LIBNFNETLINK... configure: error: Package
requirements (libnfnetlink >= 0.0.41) were not met:
Product: libnetfilter_queue
Version: unspecified
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: normal
2014 Aug 20
26
[Bug 82835] New: GeForce 8800 GS VDPAU h264 decoding hang
https://bugs.freedesktop.org/show_bug.cgi?id=82835
Priority: medium
Bug ID: 82835
Assignee: nouveau at lists.freedesktop.org
Summary: GeForce 8800 GS VDPAU h264 decoding hang
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: randrik at mail.ru