[Nouveau] [Bug 77674] [NVE7] "failed to read DPCD" on wake up with external monitor

2014-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77674

--- Comment #8 from Dominique Dumont  ---
Hello

I have a similar problem with my laptop:
01:00.0 VGA compatible controller: NVIDIA Corporation GF106GLM [Quadro 2000M]
(rev a1)
kernel: SMP Debian 3.16.7-2 (2014-11-06) x86_64 GNU/Linux

The options nouveau.debug=VBIOS=trace,PDISP=trace,I2C=trace drm.debug=0xe does
make the setup more robust, but I has a crash this morning while expanding the
screen display to an external monitor connected to a dock station.

For what it's worth, I've attached a kern.log generated with the above trace
from the wake up of the machine up to the crash.


Hope this helps

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 77674] [NVE7] "failed to read DPCD" on wake up with external monitor

2014-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77674

--- Comment #7 from Dominique Dumont  ---
Created attachment 109656
  --> https://bugs.freedesktop.org/attachment.cgi?id=109656&action=edit
kern.log from wake up to crash

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [PATCH] nv50/ir: saturate FRC result to avoid completely bogus values

2014-11-17 Thread Ilia Mirkin
For values above integer accuracy in floats, val - floor(val) might
actually produce a value greater than 1. For such large floats, it's
reasonable to be imprecise, but it's unreasonable for FRC to return a
value that is not between 0 and 1.

Signed-off-by: Ilia Mirkin 
---
 src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp 
b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
index 41b91e8..e5b767f 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
@@ -2512,7 +2512,8 @@ Converter::handleInstruction(const struct 
tgsi_full_instruction *insn)
  src0 = fetchSrc(0, c);
  val0 = getScratch();
  mkOp1(OP_FLOOR, TYPE_F32, val0, src0);
- mkOp2(OP_SUB, TYPE_F32, dst0[c], src0, val0);
+ mkOp2(OP_SUB, TYPE_F32, val0, src0, val0);
+ mkOp1(OP_SAT, TYPE_F32, dst0[c], val0);
   }
   break;
case TGSI_OPCODE_ROUND:
-- 
2.0.4

___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] Logo Nouveau

2014-11-17 Thread Jean-Sébastien Pédron
On 17.11.2014 21:55, Martin Peres wrote:
> I would like to address here the "BSD not wanted" argument that seems to
> be implied by having a Penguin in the logo:
> - Nouveau does not currently run on any other kernel but Linux. I know
> that the BSDs are interested in porting Nouveau to their OS and I'm
> happy they are doing so, but I do not think any real development will
> happen on BSD unless both communities change heavily;

As a FreeBSD developer, I take no offense in this logo and find it very
beautiful in fact :-) Beside being the Linux mascot, I think Tux often
represents Free Software in people minds. Of course some users will
think that Nouveau is specific to Linux when they see this logo, but the
day we work on porting the driver, it's our job to communicate the fact
that it works on FreeBSD too.

All in all, the logo won't stop us from stealing Nouveau :-)
Congratulations Valeria for your work!

-- 
Jean-Sébastien Pédron



signature.asc
Description: OpenPGP digital signature
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] Logo Nouveau

2014-11-17 Thread Christian Costa

Hi Valeria,

Very nice logo! Nice job! I like the ideas and the font. :)
Just few remarks about the visual appearance:
- A horizontally centered penguin would be better as the left part of 
the "n" appears thiner than the right one

- The bottom line of the "e" appears a little short to me

Thanks
Christian

Le 16/11/2014 21:03, valeria aguilera a écrit :



Dear community members,


Im a graphic designer and for the last couple of months I have been 
working on a new logo for the Nouveau project. After sending 
preliminary designs to both Martin Peres and Ilia Mirkin, we have 
decided to share the logo in order to gather your feedback.



I would like to highlight that the logo incorporates a penguin 
corresponding to the linux kernel components used to create this open 
source driver. The 3D cube/shape represents the 2D and 3D acceleration 
capability. The “n” simply stands for the first letter in Nouveau and 
the green colour was chosen because the driver is for NVIDIA video cards.



Please provide Martin and Ilia with your comments and preferences, 
since they both have been the ones giving me the design requirements.



Valeria Aguilera.



___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] kworker/u16:57: page allocation failure: order:0, mode:0x284000

2014-11-17 Thread poma

No problemos with x86_64,
however on i686

kworker/u16:57: page allocation failure: order:0, mode:0x284000
CPU: 0 PID: 1425 Comm: kworker/u16:57 Not tainted 
3.18.0-0.rc5.git0.1.fc22.i686+debug #1
Workqueue: events_unbound async_run_entry_fn
Call Trace:
 [] dump_stack+0x48/0x60
 [] warn_alloc_failed+0xd4/0x110
 [] __alloc_pages_nodemask+0x81e/0xc30
 [] ? clockevents_program_event+0x45/0x150
 [] new_slab+0x258/0x3a0
 [] __slab_alloc.constprop.55+0x5f0/0x790
 [] ? restore_all+0xf/0xf
 [] ? radix_tree_node_alloc+0x22/0x90
 [] ? __lock_is_held+0x48/0x70
 [] kmem_cache_alloc+0x295/0x3c0
 [] ? radix_tree_node_alloc+0x22/0x90
 [] radix_tree_node_alloc+0x22/0x90
 [] __radix_tree_create+0x6c/0x1c0
 [] radix_tree_insert+0x39/0xe0
 [] add_dma_entry+0x89/0x150
 [] ? save_stack_trace+0x30/0x50
 [] debug_dma_map_page+0xfd/0x130
 [] nouveau_ttm_tt_populate+0x118/0x230 [nouveau]
 [] ttm_tt_bind+0x2e/0x60 [ttm]
 [] ttm_bo_handle_move_mem+0x4ca/0x560 [ttm]
 [] ? ttm_bo_mem_space+0x14d/0x310 [ttm]
 [] ? ttm_bo_wait+0x113/0x250 [ttm]
 [] ttm_mem_evict_first+0x2a3/0x4b0 [ttm]
 [] ? sched_clock+0x8/0x10
 [] ? nv84_fence_sync+0x3d/0x60 [nouveau]
 [] ttm_bo_force_list_clean+0x63/0xb0 [ttm]
 [] ttm_bo_evict_mm+0x2a/0x60 [ttm]
 [] nouveau_do_suspend+0x78/0x2d0 [nouveau]
 [] nouveau_pmops_freeze+0x15/0x20 [nouveau]
 [] pci_pm_freeze+0x4d/0xd0
 [] dpm_run_callback+0x6f/0x420
 [] ? pci_pm_poweroff+0xe0/0xe0
 [] __device_suspend+0xf4/0x2d0
 [] async_suspend+0x1f/0x90
 [] async_run_entry_fn+0x4e/0x170
 [] ? __lock_is_held+0x48/0x70
 [] process_one_work+0x1e6/0x7b0
 [] ? process_one_work+0x141/0x7b0
 [] worker_thread+0x39/0x440
 [] ? process_one_work+0x7b0/0x7b0
 [] kthread+0xbc/0xd0
 [] ret_from_kernel_thread+0x21/0x30
 [] ? kthread_create_on_node+0x180/0x180
...

___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] Logo Nouveau

2014-11-17 Thread Chris
On Mon, 17 Nov 2014 21:55:59 +0100 Martin Peres  wrote

> On 16/11/14 21:03, valeria aguilera wrote:
> > Dear community members,
> >
> > Im a graphic designer and for the last couple of months I have been 
> > working on a new logo for the Nouveau project. After sending 
> > preliminary designs to both Martin Peres and Ilia Mirkin, we have 
> > decided to share the logo in order to gather your feedback.
> >
> > I would like to highlight that the logo incorporates a penguin 
> > corresponding to the linux kernel components used to create this open 
> > source driver. The 3D cube/shape represents the 2D and 3D acceleration 
> > capability. The “n” simply stands for the first letter in Nouveau and 
> > the green colour was chosen because the driver is for NVIDIA video cards.
> >
> > Please provide Martin and Ilia with your comments and preferences, 
> > since they both have been the ones giving me the design requirements.
> >
> > Valeria Aguilera.
> >
> 
> Hi Valeria,
> 
> Thanks for making this public!
> 
> I would like to address here the "BSD not wanted" argument that seems to 
> be implied by having a Penguin in the logo:
> - Nouveau does not currently run on any other kernel but Linux. I know 
> that the BSDs are interested in porting Nouveau to their OS and I'm 
> happy they are doing so, but I do not think any real development will 
> happen on BSD unless both communities change heavily;
> - The architecture of Nouveau DRM has been thought to use as little 
> dependencies to Linux as possible to ease porting (especially to work in 
> the userspace).
> - Nouveau is under the MIT/X11 licence which is BSD-compatible!
> - Finally, historically, Nouveau has only been developed on Linux by 
> Linux users.
> 
> I personnally find the penguin extremely cute and I would rather want to 
> keep it. I hope I have convinced you (and especially the BSD-hobbyists) 
> that it does not mean we are hostile to BSD in any case!
> 
> Cheers and thanks again for your contribution!
Not attempting to take any *side* on the matter. But rather from
a view to circumvent any such related "discussion", and *further*
not attempting to take anything away from the artists hard work;
but wouldn't an OS agnostic approach be the "ideal" candidate?

Just saying. :)

--Chris
> 
> Martin


___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] Logo Nouveau

2014-11-17 Thread Martin Peres

On 16/11/14 21:03, valeria aguilera wrote:

Dear community members,

Im a graphic designer and for the last couple of months I have been 
working on a new logo for the Nouveau project. After sending 
preliminary designs to both Martin Peres and Ilia Mirkin, we have 
decided to share the logo in order to gather your feedback.


I would like to highlight that the logo incorporates a penguin 
corresponding to the linux kernel components used to create this open 
source driver. The 3D cube/shape represents the 2D and 3D acceleration 
capability. The “n” simply stands for the first letter in Nouveau and 
the green colour was chosen because the driver is for NVIDIA video cards.


Please provide Martin and Ilia with your comments and preferences, 
since they both have been the ones giving me the design requirements.


Valeria Aguilera.



Hi Valeria,

Thanks for making this public!

I would like to address here the "BSD not wanted" argument that seems to 
be implied by having a Penguin in the logo:
- Nouveau does not currently run on any other kernel but Linux. I know 
that the BSDs are interested in porting Nouveau to their OS and I'm 
happy they are doing so, but I do not think any real development will 
happen on BSD unless both communities change heavily;
- The architecture of Nouveau DRM has been thought to use as little 
dependencies to Linux as possible to ease porting (especially to work in 
the userspace).

- Nouveau is under the MIT/X11 licence which is BSD-compatible!
- Finally, historically, Nouveau has only been developed on Linux by 
Linux users.


I personnally find the penguin extremely cute and I would rather want to 
keep it. I hope I have convinced you (and especially the BSD-hobbyists) 
that it does not mean we are hostile to BSD in any case!


Cheers and thanks again for your contribution!

Martin
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] Logo Nouveau

2014-11-17 Thread Emil Velikov
Hi Valeria,

On 16/11/14 20:03, valeria aguilera wrote:
> 
> Dear community members,
> 
> 
> Im a graphic designer and for the last couple of months I have been working 
> on a new logo for the Nouveau project. After sending preliminary designs to 
> both Martin Peres and Ilia Mirkin, we have decided to share the logo in order 
> to gather your feedback. 
> 
> 
> I would like to highlight that the logo incorporates a penguin corresponding 
> to the linux kernel components used to create this open source driver. The 3D 
> cube/shape represents the 2D and 3D acceleration capability. The “n” simply 
> stands for the first letter in Nouveau and the green colour was chosen 
> because the driver is for NVIDIA video cards.
> 
> 
> Please provide Martin and Ilia with your comments and preferences, since they 
> both have been the ones giving me the design requirements. 
> Valeria Aguilera.   
> 
I'm not sure if you are a nouveau user or not, did you hear about
nouveau and decided to do this logo or otherwise but I absolutely love
the logo. I see no problems with being slightly off centre, the colour
tones look great and I really like the penguin's posture.

Thank you
Emil

___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 54700] Distorted graphics (double cursor) with GeForce 4200Go (NV28)

2014-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54700

--- Comment #70 from FVerrac  ---
Guys, if I can help in any maneer I'd be glad. I want you to know my video
adapter is flashed with a bios update I found long time ago on dell's site (in
my memory, this was a bios update for Windows).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] Logo Nouveau

2014-11-17 Thread Sergey Davidoff
Hey Valeria,

I believe the penguin could be visually centered relatively to the
vertical separator line and not the "n", since the vertical separator is
the dominant visual guide. Right now it looks off.

Other than that, great work! Thanks!

--
Sergey "Shnatsel" Davidoff
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau