search for: nouveau_channel_ind

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

Did you mean: nouveau_channel_init
2014 Jan 31
3
Help needed for bug 58556
...annel_init (for this function, only the vram creation, gart creation and dma variables initialisation were enough to get a clean screen) . To sum up what pieces of nouveau_accel_init were needed to get a clean screen: * return if card is an NV96 one; * init fence; * run nouveau_channel_new: * nouveau_channel_ind * nouveau_channel_init, precisely these parts: * vram creation; * gart creation; * dma variables initialisation. > -ilia Pierre Moreau [1]: nouveau E[PFB][0000:03:00:0] trapped write at 0x0000546000 on channel 0x0000fee0 [unknown] BAR/PFIFO_WRITE/FB reason: PAGE_NOT_PRESENT [2]: https:/...
2014 Jan 31
0
Help needed for bug 58556
...creation, gart creation and dma variables > initialisation were enough to get a clean screen). > > To sum up what pieces of nouveau_accel_init were needed to get a clean > screen: > * return if card is an NV96 one; > * init fence; > * run nouveau_channel_new: > * nouveau_channel_ind > * nouveau_channel_init, precisely these parts: > * vram creation; > * gart creation; > * dma variables initialisation. Yeah, so all these things should only be necessary if you have acceleration enabled. I wonder if the card comes up in a funny &qu...
2014 Feb 04
1
Help needed for bug 58556
...variables >> initialisation were enough to get a clean screen). >> >> To sum up what pieces of nouveau_accel_init were needed to get a clean >> screen: >> * return if card is an NV96 one; >> * init fence; >> * run nouveau_channel_new: >> * nouveau_channel_ind >> * nouveau_channel_init, precisely these parts: >> * vram creation; >> * gart creation; >> * dma variables initialisation. > > Yeah, so all these things should only be necessary if you have > acceleration enabled. I wonder if the c...
2012 Dec 27
7
[Bug 58806] New: failed to create kernel channel, -12 on G4 PPC
https://bugs.freedesktop.org/show_bug.cgi?id=58806 Priority: medium Bug ID: 58806 Assignee: nouveau at lists.freedesktop.org Summary: failed to create kernel channel, -12 on G4 PPC QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: stefan at
2011 Nov 01
6
[Bug 42479] New: piglit/glean/readPixSanity fails - dmesg PGRAPH - TRAP_TPDMA - TP0: Unhandled ustatus 0x00020000
https://bugs.freedesktop.org/show_bug.cgi?id=42479 Bug #: 42479 Summary: piglit/glean/readPixSanity fails - dmesg PGRAPH - TRAP_TPDMA - TP0: Unhandled ustatus 0x00020000 Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW
2014 Jan 31
2
Help needed for bug 58556
Hello List, I am trying to solve bug 58556 [1], but I will need some help as I don't understand all that is going on. The system is composed of an NV96 (9600 GT) and an NVAC (9400 M) card; acceleration is disabled, otherwise the system hangs at boot after initialising the NV96 card. The problem consist of a complete garbage screen in console mode, and a one-third gabage screen in GUI.
2018 Aug 30
3
[PATCH 0/2] drm/nouveau: Use more standard logging styles
Reduces object size ~4kb Joe Perches (2): drm/nouveau: Add new logging function nv_cli_printk drm/nouveau: Convert NV_PRINTK macros and uses to new nv_cli_<level> macros drivers/gpu/drm/nouveau/nouveau_abi16.c | 2 +- drivers/gpu/drm/nouveau/nouveau_chan.c | 12 +++---- drivers/gpu/drm/nouveau/nouveau_drm.c | 21 +++++++++++ drivers/gpu/drm/nouveau/nouveau_drv.h | 44
2012 Aug 19
0
[PATCH 05/10] drm/nouveau: quiet some static-related sparse noise
...uveau_chan.c b/drivers/gpu/drm/nouveau/nouveau_chan.c index f95563c..fd15ebf 100644 --- a/drivers/gpu/drm/nouveau/nouveau_chan.c +++ b/drivers/gpu/drm/nouveau/nouveau_chan.c @@ -182,7 +182,7 @@ nouveau_channel_prep(struct nouveau_drm *drm, struct nouveau_cli *cli, return 0; } -int +static int nouveau_channel_ind(struct nouveau_drm *drm, struct nouveau_cli *cli, u32 parent, u32 handle, u32 engine, struct nouveau_channel **pchan) diff --git a/drivers/gpu/drm/nouveau/nouveau_dp.c b/drivers/gpu/drm/nouveau/nouveau_dp.c index 78e54cb..e1387bd 100644 --- a/drivers/gpu/drm/nouveau/nouveau_dp.c +++ b...
2012 Dec 20
32
[Bug 58556] New: MacBook Pro 5, 1 with nVidia 9400m and 9600m, scrambled screen
https://bugs.freedesktop.org/show_bug.cgi?id=58556 Priority: medium Bug ID: 58556 Assignee: nouveau at lists.freedesktop.org Summary: MacBook Pro 5,1 with nVidia 9400m and 9600m, scrambled screen QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: other