Displaying 20 results from an estimated 35 matches for "0x0208".
Did you mean:
0x0200
2014 Apr 20
2
[Bug 77690] New: [nv49] Hearthstone corrupted display screen with wine
...fier
[ 15.248200] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on
minor 0
[ 175.238926] nouveau E[ PGRAPH][0000:01:00.0] ERROR nsource: DATA_ERROR
nstatus: BAD_ARGUMENT
[ 175.238962] nouveau E[ PGRAPH][0000:01:00.0] ch 3 [0x0013c000
Hearthstone.exe[734]] subc 7 class 0x4097 mthd 0x0208 data 0x04040242
[ 175.248385] nouveau E[ PGRAPH][0000:01:00.0] ERROR nsource: DATA_ERROR
nstatus: BAD_ARGUMENT
[ 175.248420] nouveau E[ PGRAPH][0000:01:00.0] ch 3 [0x0013c000
Hearthstone.exe[734]] subc 7 class 0x4097 mthd 0x0208 data 0x04040243
[ 175.283980] nouveau E[ PGRAPH][0000:01:00.0]...
2010 Apr 22
1
nv20tcl and renouveau questions
First some data errors I get with both nv20 exa and nv20 dri/mesa.
1.
RT_FORMAT
LINEAR + X8R8G8B8
Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x00800080:0x00000105
Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x01000100:0x00000105
LINEAR + A8R8G8B8
Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x01000100:0x00000108
Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x00800080:0x00000108
The only value I found in renouveau dump was 0x00000128.
Let's look...
2014 Mar 04
18
[Bug 75776] New: Hearthstone displays corrupted buffers on NVA5
https://bugs.freedesktop.org/show_bug.cgi?id=75776
Priority: medium
Bug ID: 75776
Assignee: nouveau at lists.freedesktop.org
Summary: Hearthstone displays corrupted buffers on NVA5
Severity: normal
Classification: Unclassified
OS: All
Reporter: lubosz at gmail.com
Hardware: Other
Status: NEW
2014 Jan 07
38
[Bug 73358] New: [nv34] adobe flash + firefox -> DATA_ERROR
...Youtube clip in Firefox:
(I managed to get these out of journalctl)
Jan 07 14:48:59 Delta kernel: nouveau E[ PGRAPH][0000:01:00.0] ERROR nsource:
DATA_ERROR nstatus: BAD_ARGUMENT
Jan 07 14:48:59 Delta kernel: nouveau E[ PGRAPH][0000:01:00.0] ch 3
[plugin-containe[901]] subc 7 class 0x0697 mthd 0x0208 data 0x00000120
Jan 07 14:48:59 Delta kernel: nouveau E[ PGRAPH][0000:01:00.0] ERROR nsource:
LIMIT_COLOR nstatus: BAD_ARGUMENT PROTECTION_FAULT
Jan 07 14:48:59 Delta kernel: nouveau E[ PGRAPH][0000:01:00.0] ch 3
[plugin-containe[901]] subc 7 class 0x0697 mthd 0x0204 data 0x00b80000
Jan 07 14:48...
2012 May 10
12
[Bug 49727] New: wine 1.5.2 and 3Dmark2001se displays only black screen with FPS, on nv43/AGP
https://bugs.freedesktop.org/show_bug.cgi?id=49727
Bug #: 49727
Summary: wine 1.5.2 and 3Dmark2001se displays only black
screen with FPS, on nv43/AGP
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
2014 Feb 04
1
[RFC 07/16] drm/nouveau/bar/nvc0: support chips without BAR3
...d);
> nouveau_vm_ref(NULL, &vm, NULL);
> if (ret)
> return ret;
>
> - nv_wo32(mem, 0x0200, lower_32_bits(priv->bar[0].pgd->addr));
> - nv_wo32(mem, 0x0204, upper_32_bits(priv->bar[0].pgd->addr));
> - nv_wo32(mem, 0x0208, lower_32_bits(nv_device_resource_len(device, 3) - 1));
> - nv_wo32(mem, 0x020c, upper_32_bits(nv_device_resource_len(device, 3) - 1));
> + nv_wo32(mem, 0x0200, lower_32_bits(priv->bar[nr].pgd->addr));
> + nv_wo32(mem, 0x0204, upper_32_bits(priv->bar[nr].pgd->...
2014 Mar 24
0
[PATCH 04/12] drm/nouveau/bar/nvc0: support chips without BAR3
...d);
+ ret = nouveau_vm_ref(vm, &priv->bar[nr].vm, priv->bar[nr].pgd);
nouveau_vm_ref(NULL, &vm, NULL);
if (ret)
return ret;
- nv_wo32(mem, 0x0200, lower_32_bits(priv->bar[0].pgd->addr));
- nv_wo32(mem, 0x0204, upper_32_bits(priv->bar[0].pgd->addr));
- nv_wo32(mem, 0x0208, lower_32_bits(nv_device_resource_len(device, 3) - 1));
- nv_wo32(mem, 0x020c, upper_32_bits(nv_device_resource_len(device, 3) - 1));
+ nv_wo32(mem, 0x0200, lower_32_bits(priv->bar[nr].pgd->addr));
+ nv_wo32(mem, 0x0204, upper_32_bits(priv->bar[nr].pgd->addr));
+ nv_wo32(mem, 0x0208, lo...
2014 Feb 01
0
[RFC 07/16] drm/nouveau/bar/nvc0: support chips without BAR3
...d);
+ ret = nouveau_vm_ref(vm, &priv->bar[nr].vm, priv->bar[nr].pgd);
nouveau_vm_ref(NULL, &vm, NULL);
if (ret)
return ret;
- nv_wo32(mem, 0x0200, lower_32_bits(priv->bar[0].pgd->addr));
- nv_wo32(mem, 0x0204, upper_32_bits(priv->bar[0].pgd->addr));
- nv_wo32(mem, 0x0208, lower_32_bits(nv_device_resource_len(device, 3) - 1));
- nv_wo32(mem, 0x020c, upper_32_bits(nv_device_resource_len(device, 3) - 1));
+ nv_wo32(mem, 0x0200, lower_32_bits(priv->bar[nr].pgd->addr));
+ nv_wo32(mem, 0x0204, upper_32_bits(priv->bar[nr].pgd->addr));
+ nv_wo32(mem, 0x0208, lo...
2012 Jul 01
2
NV34 on Fedora 17 with Mesa 8.1-devel
...derer string: Gallium 0.4 on NV34
OpenGL version string: 1.5 Mesa 8.1-devel (git-db2b6ca)
I see many of these messages:
[ 2137.524453] [drm] nouveau 0000:01:04.0: PGRAPH - ERROR nsource:
DATA_ERROR nstatus: BAD_ARGUMENT
[ 2137.524469] [drm] nouveau 0000:01:04.0: PGRAPH - ch 3/7 class 0x0697
mthd 0x0208 data 0x04060348
In GNOME-Shell, I'm seeing several things. The most immediately obvious
is the lack of a background behind the date/calendar pop-down and the
entire user menu. I also get a crash in gnome-control-center every time
I try to open System Settings.
Please advise. Thanks!
2014 Feb 24
4
[Bug 75464] New: [nv4e] [vdpau] causes hangs
...3 [0x00056000
plugin-containe[15953]] subc 7 class 0x4497 mthd 0x020
8 data 0x00000120
[14826.836355] nouveau E[ PGRAPH][0000:00:05.0] ERROR nsource: DATA_ERROR
nstatus: BAD_ARGUMENT
[14826.836973] nouveau E[ PGRAPH][0000:00:05.0] ch 3 [0x00056000
plugin-containe[15953]] subc 7 class 0x4497 mthd 0x0208 data 0x00000120
[14826.837046] nouveau E[ PGRAPH][0000:00:05.0] ERROR nsource: DATA_ERROR
nstatus: BAD_ARGUMENT
[14826.837607] nouveau E[ PGRAPH][0000:00:05.0] ch 3 [0x00056000
plugin-containe[15953]] subc 7 class 0x4497 mthd 0x0208 data 0x00000120
[14826.837724] nouveau E[ PGRAPH][0000:00:05.0...
2012 Apr 15
7
[Bug 48742] New: fbotexture -arb misrenders on nv43
https://bugs.freedesktop.org/show_bug.cgi?id=48742
Bug #: 48742
Summary: fbotexture -arb misrenders on nv43
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
2012 Jul 27
1
[PATCH] nvc0: Add and enable vblank support
...0(push, SUBC_NVSW(NV84_SUBCHAN_SEMAPHORE_ADDRESS_HIGH), 4);
+ PUSH_DATA (push, pNv->notifier_bo->offset >> 32);
+ PUSH_DATA (push, pNv->notifier_bo->offset);
+ PUSH_DATA (push, 0x22222222);
+ PUSH_DATA (push, NV84_SUBCHAN_SEMAPHORE_TRIGGER_WRITE_LONG);
+ BEGIN_NVC0(push, SUBC_NVSW(0x0208), 2);
+ PUSH_DATA (push, 0x11111111);
+ PUSH_DATA (push, ffs(crtcs) - 1);
+ BEGIN_NVC0(push, SUBC_NVSW(NV84_SUBCHAN_SEMAPHORE_SEQUENCE), 2);
+ PUSH_DATA (push, 0x11111111);
+ PUSH_DATA (push, NV84_SUBCHAN_SEMAPHORE_TRIGGER_ACQUIRE_EQUAL);
+}
+
Bool
NVAccelInitM2MF_NVC0(ScrnInfoPtr pScrn)
{
@@ -1...
2010 Jun 25
0
WG: Samba PDC and big files
...UNICODE,0x0100
POP3UserName=PT_UNICODE,0x0101
POP3UseSPA=PT_LONG,0x0108
Organization=PT_UNICODE,0x0107
ReplyEmailAddress=PT_UNICODE,0x0103
POP3Port=PT_LONG,0x0104
POP3UseSSL=PT_LONG,0x0105
; --- SMTP Account Settings ---
SMTPServer=PT_UNICODE,0x0200
SMTPUseAuth=PT_LONG,0x0203
SMTPAuthMethod=PT_LONG,0x0208
SMTPUserName=PT_UNICODE,0x0204
SMTPUseSPA=PT_LONG,0x0207
ConnectionType=PT_LONG,0x000F
ConnectionOID=PT_UNICODE,0x0010
SMTPPort=PT_LONG,0x0201
SMTPUseSSL=PT_LONG,0x0202
ServerTimeOut=PT_LONG,0x0209
LeaveOnServer=PT_LONG,0x1000
[IMAP_I_Mail]
AccountType=IMAP
;--- IMAP Account Settings ---
AccountNa...
2014 Feb 01
3
[Bug 74320] New: Screen freeze with flashplugin-nonfree
...gin-containe[5002]]
subc 7 mthd 0x0000 data 0xbeef3097
and near the end :
nouveau E[ PGRAPH][0000:01:00.0] ERROR nsource: DATA_ERROR nstatus:
BAD_ARGUMENT
janv. 28 19:32:45 maisondubonheur kernel: nouveau E[ PGRAPH][0000:01:00.0] ch
7 [0x001e0000 plugin-containe[5037]] subc 7 class 0x4097 mthd 0x0208 data
0x00000120
janv. 28 19:32:45 maisondubonheur kernel: nouveau E[ PGRAPH][0000:01:00.0]
ERROR nsource: LIMIT_ZETA nstatus: BAD_ARGUMENT PROTECTION_FAULT
janv. 28 19:32:45 maisondubonheur kernel: nouveau E[ PGRAPH][0000:01:00.0] ch
7 [0x001e0000 plugin-containe[5037]] subc 7 class 0x4097 mthd...
2014 Feb 12
0
[PATCH v2] drm/nouveau: support for platform devices
...pgt[0].obj[0]);
vm->pgt[0].refcount[0] = 1;
@@ -128,8 +127,8 @@ nvc0_bar_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
nv_wo32(mem, 0x0200, lower_32_bits(priv->bar[0].pgd->addr));
nv_wo32(mem, 0x0204, upper_32_bits(priv->bar[0].pgd->addr));
- nv_wo32(mem, 0x0208, lower_32_bits(pci_resource_len(pdev, 3) - 1));
- nv_wo32(mem, 0x020c, upper_32_bits(pci_resource_len(pdev, 3) - 1));
+ nv_wo32(mem, 0x0208, lower_32_bits(nv_device_resource_len(device, 3) - 1));
+ nv_wo32(mem, 0x020c, upper_32_bits(nv_device_resource_len(device, 3) - 1));
/* BAR1 */
ret = no...
2014 Feb 01
28
[RFC 00/16] drm/nouveau: initial support for GK20A (Tegra K1)
Hello everyone,
GK20A is the Kepler-based GPU used in the upcoming Tegra K1 chips. The following
patches perform architectural changes to Nouveau that are necessary to support
non-PCI GPUs and add initial support for GK20A. Although the support is still
very basic and more user-space changes will be needed to make the full graphics
stack run on top of it, we were able to successfully open
2013 Feb 26
5
[Bug 61489] New: Mesa-demos test subtexrate causes some error in dmesg
...45 Mon Feb 25 13:31:21 GMT 2013 i686
Intel(R) Celeron(TM) CPU 1000MHz GenuineIntel GNU/Linux
nouveau.git master
and mesa-demos-8.0.1/src/tests/subtexrate on nv43 my dmesg flooded with
nouveau E[ PGRAPH][0000:01:00.0] ch 3 [0x00098000 subtexrate[1928]] subc 7
class 0x4097 mthd 0x0208 data 0x090a0348
nouveau E[ PGRAPH][0000:01:00.0] ERROR nsource: DATA_ERROR nstatus:
BAD_ARGUMENT
Few days back this test lacked its teapots, so I assumed this and
errors in dmesg related. But after kernel update I can see stationary
big teapot on the left, and spinning small on...
2012 Apr 28
9
[Bug 49243] New: graphical corruption with GeForce 6150SE nForce 430
...screen-cap: https://imgur.com/Wg1ej
kern.log:
Apr 27 23:42:57 host kernel: [50991.175684] [drm] nouveau 0000:00:0d.0: PGRAPH
- ERROR nsource: DATA_ERROR nstatus: BAD_ARGUMENT
Apr 27 23:42:57 host kernel: [50991.175699] [drm] nouveau 0000:00:0d.0: PGRAPH
- ch 4 (0x00073000) subc 7 class 0x4497 mthd 0x0208 data 0x050a0228
etc...
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
2012 Jul 27
0
[PATCH 3/3] nouveau: add vblank methods on newer cards
...10 @@ nvc0_software_create(struct drm_device *dev)
NVOBJ_ENGINE_ADD(dev, SW, &psw->base.base);
NVOBJ_CLASS(dev, 0x906e, SW);
+ NVOBJ_MTHD (dev, 0x906e, 0x0200, nvc0_swmthd_vblsem_offset_high);
+ NVOBJ_MTHD (dev, 0x906e, 0x0204, nvc0_swmthd_vblsem_offset_low);
+ NVOBJ_MTHD (dev, 0x906e, 0x0208, nvc0_swmthd_vblsem_release_val);
+ NVOBJ_MTHD (dev, 0x906e, 0x020c, nvc0_swmthd_vblsem_release);
+ NVOBJ_MTHD (dev, 0x906e, 0x0210, nvc0_swmthd_page_flip);
return 0;
}
diff --git a/drivers/gpu/drm/nouveau/nvd0_display.c b/drivers/gpu/drm/nouveau/nvd0_display.c
index dac525b..2985a5a 100644
---...
2014 Feb 12
2
[PATCH v2] drm/nouveau: support for platform devices
On 12/02/14 05:38, Alexandre Courbot wrote:
> Upcoming mobile Kepler GPUs (such as GK20A) use the platform bus instead
> of PCI to which Nouveau is tightly dependent. This patch allows Nouveau
> to handle platform devices by:
>
> - abstracting PCI-dependent functions that were typically used for
> resource querying and page mapping,
> - introducing a nv_device_is_pci()