search for: xdst

Displaying 7 results from an estimated 7 matches for "xdst".

Did you mean: dst
2010 Jul 27
0
NV50 inifinite loop
...g2d = 0x1c825d0 tesla = 0x1c8bf10 #1 0x00007f681b209495 in exaTryDriverComposite (op=128 '\200', pSrc=0x2068830, pMask=0x0, pDst=0x2068a20, xSrc=<value optimized out>, ySrc=<value optimized out>, xMask=<value optimized out>, yMask=<value optimized out>, xDst=268, yDst=0, width=<value optimized out>, height=<value optimized out>) at ../../exa/exa_render.c:759 region = {extents = {x1 = 268, y1 = 0, x2 = 848, y2 = 28}, data = 0x3794a70} pbox = <value optimized out> nbox = <value optimized out> src_of...
2007 Mar 19
1
Wine unhandled exception running PocketFMS
...t size in function 4 0x7e9a653f SetDIBits+0x11f(hdc=0x54c, hbitmap=0x558, startscan=0x0, lines=0x1a, bits=0x465bf70, info=0xaf5ce8, coloruse=0x0) [/usr/src/wine-0.9.28/dlls/gdi32/dib.c:344] in gdi32 (0x0034f0c0) 5 0x7e9a66e4 StretchDIBits+0x184(hdc=<register EDI not in topmost frame>, xDst=0x0, yDst=0x0, widthDst=0xd0, heightDst=0x1a, xSrc=0x0, ySrc=0x0, widthSrc=0xd0, heightSrc=0x1a, bits=0x465bf70, info=<register ESI not in topmost frame>, wUsage=0x0, dwRop=0xcc0020) [/usr/src/wine-0.9.28/dlls/gdi32/dib.c:290] in gdi32 (0x0034f120) 6 0x0053eafd in pocketfms (+0x13eafd) (...
2008 Sep 12
4
Custom build kernel patch fails big time.
...*in6; + struct in_addr *in; + } remote, local; + unsigned short outer_family = 0, beet = 0; int i; int err; int header_len = 0; @@ -75,7 +80,6 @@ for (i = 0; i < nx; i++) { struct dst_entry *dst1 = dst_alloc(&xfrm4_dst_ops); struct xfrm_dst *xdst; - int tunnel = 0; if (unlikely(dst1 == NULL)) { err = -ENOBUFS; @@ -96,21 +100,45 @@ dst1->next = dst_prev; dst_prev = dst1; - if (xfrm[i]->props.mode) { - remote = xfrm[i]->id.daddr.a4; - local = xfrm[i]-&gt...
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
2012 Sep 10
19
Initial support for sector size >512
This set of patches add some support for sector size >512. Currently it fixes extlinux, MBR for GPT and ext partitions. Other code is unaffected. This set of patches has been tested on a read Dell machine running a beta firmware.
2014 Dec 24
14
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
Hello syslinux, Merry Christmas! These patches will make extlinux work with umounted ext2/3/4 filesystem, for example: $ extlinux -i /dev/sdXN or $ extlinux -i file_block Also it can work with something like: $ extlinux /dev/sdXN --reset-adv or $ extlinux file_block --reset-adv We don't use a new option (I planed to use "-d" but it is already in use), it will check whether the
2015 Jan 02
13
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
Hello, Happy New Year! These patches make syslinux/linux support ext2/3/4, and it doesn't require the root privilege, I'd like to add a separate e2fs/syslinux, if that is more appropriate, it should be easy to do that. I put these patches on github so that you can easily get them in case you'd like to test them. (The repo's name is sys_tmp, which avoids confusing others, I will