search for: nouveau_exa_download_from_screen

Displaying 9 results from an estimated 9 matches for "nouveau_exa_download_from_screen".

2014 Feb 07
0
[Bug 74695] nouveau_exa_download_from_screen:299 leads to NULL pointer dereference
https://bugs.freedesktop.org/show_bug.cgi?id=74695 Chris Wilson <chris at chris-wilson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|xorg-team at lists.x.org |nouveau at lists.freedesktop.o | |rg
2009 Sep 22
7
[Bug 24092] New: X with nouveau hangs in nouveau_bo_map_range when doing anything
...veau_bo_map_range (bo=0x2397790, delta=0, size=<value optimized out>, flags=0) at nouveau_bo.c:442 #5 0x00007fc4c2b43ce5 in NVAccelDownloadM2MF (pspix=0x2614d70, x=<value optimized out>, y=0, w=156, h=102, dst=0x2614db0, dst_pitch=624) at nouveau_exa.c:125 #6 0x00007fc4c2b44d1e in nouveau_exa_download_from_screen (pspix=0x2614d70, x=0, y=0, w=156, h=102, dst=0x2614db0, dst_pitch=624) at nouveau_exa.c:480 #7 0x00007fc4c10d271a in exaCopyDirty (migrate=0x7fffec89f950, pValidDst=0x2517ee8, pValidSrc=<value optimized out>, transfer=0x7fc4c2b44ca7 <nouveau_exa_download_from_screen>, fallback...
2015 Mar 14
1
[PATCH ddx] Add support for VRAM-less devices to the ddx
...OUVEAU_BO_VRAM | NOUVEAU_BO_RD + NOUVEAU_BO_APER | NOUVEAU_BO_RD }, 1); REGION_TRANSLATE(0, &reg, -draw->x, -draw->y); diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index def66ac..3a93d02 100644 --- a/src/nouveau_exa.c +++ b/src/nouveau_exa.c @@ -263,7 +263,7 @@ nouveau_exa_download_from_screen(PixmapPtr pspix, int x, int y, int w, int h, goto memcpy; if (!NVAccelM2MF(pNv, w, lines, cpp, 0, tmp_offset, - nouveau_pixmap_bo(pspix), NOUVEAU_BO_VRAM, + nouveau_pixmap_bo(pspix), NOUVEAU_BO_APER, src_pitch, pspix->drawable.height, x, y, tmp, NOUVEAU_BO_GART, tmp_...
2010 Jan 09
21
[Bug 25966] New: nv25 : rxvt scrolling is very slow
http://bugs.freedesktop.org/show_bug.cgi?id=25966 Summary: nv25 : rxvt scrolling is very slow Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2010 Oct 04
2
[Bug 30603] New: X crash in NVAccelDownloadM2MF with KDE desktop effects enabled.
...Handler (signo=11, sip=<value optimized out>, unused=<value optimized out>) at osinit.c:156 #7 <signal handler called> #8 0x00007fe0566c6961 in NVAccelDownloadM2MF (pspix=0xe15980, x=0, y=0, w=1920, h=1080, dst=0x0, dst_pitch=7680) at /usr/include/bits/string3.h:52 #9 nouveau_exa_download_from_screen (pspix=0xe15980, x=0, y=0, w=1920, h=1080, dst=0x0, dst_pitch=7680) at nouveau_exa.c:415 #10 0x00007fe055a58013 in exaGetImage (pDrawable=0xe15980, x=0, y=0, w=1920, h=1080, format=2, planeMask=18446744073709551615, d=0x0) at exa_accel.c:1294 #11 0x0000000000555ac8 in miSpriteGetImage (pD...
2010 May 22
18
[Bug 28212] New: image corruption
https://bugs.freedesktop.org/show_bug.cgi?id=28212 Summary: image corruption Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: d.okias
2015 Feb 03
15
[Bug 88946] New: [NVC1] black screen after resuming from hibernate
...-- syslog and xorg.log for the (hibernate) and resume problem syslog_hibernate_resume_NOT_working.txt hibernate_resume_Xorg.0.log.old_NOT_working.txt --- lspci.txt There is a crash at the xserver; [ 101.332] nouveau_exa_upload_to_screen:380 - falling back to memcpy ignores tiling [ 101.348] nouveau_exa_download_from_screen:295 - falling back to memcpy ignores tiling [ 101.348] (EE) [ 101.348] (EE) Backtrace: [ 101.348] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x7fbef984ae18] [ 101.349] (EE) 1: /usr/bin/X (0x7fbef96a6000+0x1a8e59) [0x7fbef984ee59] [ 101.349] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fbef...
2014 Mar 31
11
[Bug 76818] New: Xorg EQ overflowing lock up
...0x42c00a] (EE) 18: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x36cc621d65] (EE) 19: /usr/bin/X (_start+0x29) [0x428c35] (EE) 20: ? (?+0x29) [0x29] (EE) nouveau_exa_upload_to_screen:384 - falling back to memcpy ignores tiling nouveau_exa_upload_to_screen:384 - falling back to memcpy ignores tiling nouveau_exa_download_from_screen:299 - falling back to memcpy ignores tiling (EE) (EE) Backtrace: (EE) 0: /usr/bin/X (OsLookupColor+0x129) [0x473759] (EE) 1: /lib64/libpthread.so.0 (__restore_rt+0x0) [0x36cce0f74f] (EE) 2: /lib64/libc.so.6 (__memcpy_sse2_unaligned+0x20) [0x36cc693f40] (EE) 3: /usr/lib64/xorg/modules/libexa.so (ex...
2010 Mar 09
72
[Bug 26980] New: GT230M/nouveau: X server hangs spontaneously
http://bugs.freedesktop.org/show_bug.cgi?id=26980 Summary: GT230M/nouveau: X server hangs spontaneously Product: xorg Version: 7.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org