Displaying 6 results from an estimated 6 matches for "0x1500".
Did you mean:
0x1000
2008 Jul 29
2
[LLVMdev] llvm-gcc linking errors
...ultiple definition of `atoi'
main.o(.text+0x14a0): first defined here
trirast.o(.text+0x1290): In function `atol':
: multiple definition of `atol'
main.o(.text+0x14d0): first defined here
trirast.o(.text+0x12c0): In function `atoll':
: multiple definition of `atoll'
main.o(.text+0x1500): first defined here
trirast.o(.text+0x12f0): In function `atof':
: multiple definition of `atof'
main.o(.text+0x1530): first defined here
collect2: ld returned 1 exit status
make: *** [trirast] Error 1
16:25|paul at tabu:~/>
2019 Jul 28
1
[Bug 111242] New: Device driver tries to sync DMA memory it has not allocated
...ain kernel: ? sched_clock_cpu+0xc/0xc0
jul 28 17:16:25 localhost.localdomain kernel:
nouveau_bo_sync_for_device+0x80/0xc0 [nouveau]
jul 28 17:16:25 localhost.localdomain kernel: nouveau_bo_validate+0x68/0x90
[nouveau]
jul 28 17:16:25 localhost.localdomain kernel:
nouveau_gem_ioctl_pushbuf+0x84a/0x1500 [nouveau]
jul 28 17:16:25 localhost.localdomain kernel: ?
nouveau_gem_ioctl_new+0xe0/0xe0 [nouveau]
jul 28 17:16:25 localhost.localdomain kernel: ? drm_ioctl_kernel+0xaa/0xf0
[drm]
jul 28 17:16:25 localhost.localdomain kernel: ?
nouveau_gem_ioctl_new+0xe0/0xe0 [nouveau]
jul 28 17:16:25 localhost...
2023 Mar 06
2
[PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
...; mas_walk() walks to the value you specify and returns the entry at that
>>> address, not necessarily the start address, but any address in the
>>> range.
>>>
>>> If you have a tree and store A = [0x1000 - 0x2000] and set your maple
>>> state to walk to 0x1500, mas_walk() will return A, and the maple state
>>> will have mas.index = 0x1000 and mas.last = 0x2000.
>>>
>>> You have set the maple state to start at "start" and called
>>> mas_prev(&mas, start - 1). start - 1 is the lower limit, so the
>>&...
2023 Feb 27
2
[PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
...>> the previous entry.
>
> mas_walk() walks to the value you specify and returns the entry at that
> address, not necessarily the start address, but any address in the
> range.
>
> If you have a tree and store A = [0x1000 - 0x2000] and set your maple
> state to walk to 0x1500, mas_walk() will return A, and the maple state
> will have mas.index = 0x1000 and mas.last = 0x2000.
>
> You have set the maple state to start at "start" and called
> mas_prev(&mas, start - 1). start - 1 is the lower limit, so the
> internal implementation will walk t...
2018 Nov 25
11
[Bug 108857] New: display becomes unresponsive and keyboard input fails
https://bugs.freedesktop.org/show_bug.cgi?id=108857
Bug ID: 108857
Summary: display becomes unresponsive and keyboard input fails
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
2010 Feb 26
5
[PATCH 0/5] renouveau: nv30/nv40 unification
This patchset applies some minor fixes to renouveau.xml and then unifies
the nv30 and nv40 register definitions.
nv30 and nv40 are very similar and have the same offsets for the registers
they share.
The major differences are:
1. Texture setup is different due to full NPOT support on nv40
2. More advanced blending/render targets on nv40
3. NV30 has fixed function registers, which NV40 lacks
The