search for: paalanen

Displaying 20 results from an estimated 214 matches for "paalanen".

2017 Feb 22
15
[Bug 99913] New: [G96] Reclocking fails on voltage
...ltage Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: ppaalanen at gmail.com QA Contact: xorg-team at lists.x.org Attempting to set the performance level to 15 on my laptop results in errors. nouveau 0000:01:00.0: NVIDIA G96 (096500a1) nouveau 0000:01:00.0: bios: version 62.94.3c.00.15 nouveau 0000:01:00.0: fb: 512 MiB GDDR3 The kernel module has opt...
2014 Sep 30
6
[Bug 84515] New: [NV96] HDMI audio works, but has audio gaps or pauses
...Bug ID: 84515 Assignee: nouveau at lists.freedesktop.org Summary: [NV96] HDMI audio works, but has audio gaps or pauses QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: ppaalanen at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 107133 --> https://bugs.freedesktop.org/attachment.cgi?id=107133&action=edit output of lspci -nn I'm...
2009 Feb 09
9
[Bug 20023] New: nv20: unwanted solid fills during busyloop rendering
http://bugs.freedesktop.org/show_bug.cgi?id=20023 Summary: nv20: unwanted solid fills during busyloop rendering Product: Mesa Version: CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: ASSIGNED Severity: minor Priority: medium Component: Drivers/DRI/nouveau AssignedTo: pq at iki.fi
2008 May 06
8
[Bug 15845] New: X busyloops when huge image in firefox
http://bugs.freedesktop.org/show_bug.cgi?id=15845 Summary: X busyloops when huge image in firefox Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2009 Aug 17
3
[Bug 23382] New: Nouveau DRM module out-of-tree compile errors
http://bugs.freedesktop.org/show_bug.cgi?id=23382 Summary: Nouveau DRM module out-of-tree compile errors Product: xorg Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: blocker Priority: high Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2013 Feb 11
24
[Bug 60680] New: HDMI is connected and has mode, TV says "no signal"
...60680 Assignee: nouveau at lists.freedesktop.org Summary: HDMI is connected and has mode, TV says "no signal" QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: ppaalanen at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 74633 --> https://bugs.freedesktop.org/attachment.cgi?id=74633&action=edit kernel log with nouveau.debug=t...
2009 Aug 20
4
[PATCH 1/4] drm/nouveau: refactor nouveau_dma_wait()
A cleanup of nouveau_dma_wait(): extract a sub-function and eliminate two variables to improve readability. No functional changes. Signed-off-by: Pekka Paalanen <pq at iki.fi> --- drivers/gpu/drm/nouveau/nouveau_dma.c | 72 ++++++++++++++++++--------------- 1 files changed, 39 insertions(+), 33 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_dma.c b/drivers/gpu/drm/nouveau/nouveau_dma.c index b1f3a71..b787651 100644 --- a/drivers/gpu/dr...
2009 Sep 06
3
[Bug 23741] New: Driver pixmaps cause pushbuf validation failure on mode change (nv28, KMS)
http://bugs.freedesktop.org/show_bug.cgi?id=23741 Summary: Driver pixmaps cause pushbuf validation failure on mode change (nv28, KMS) Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2008 Dec 13
3
Nouveau wiki translations
...e-fr 6 months ago The fact, that we have not noticed anyone being yet mislead by the outdated translations IMHO suggest that they are not really needed. Are there other opinions? Translators, please subscribe to the pages you translate from, so you are notified about changes. Thanks. -- Pekka Paalanen http://www.iki.fi/pq/
2009 Oct 02
0
Disaster at annarchy
On Fri, 02 Oct 2009 00:07:07 +0100 Stuart Bennett <stuart at freedesktop.org> wrote: > Pekka Paalanen wrote: > > Hi Stuart, > > > > I'm not sure you know, but annarchy just lost all user homes. > > Could you push vbtracetool and whatever personal git repos you > > had, so we can clone them? > > Hey Pekka, I've re-upped vbtracetool and radeontool (they h...
2009 Sep 09
2
Dropping compat from master-compat
...elf. This is the distributions' responsibility in general. Couple of things to remember: - there still are no releases of any Nouveau code - the recommended way to build Nouveau DRM is to build the whole kernel from the same tree. Sorry for the trouble, but we need to look forward. -- Pekka Paalanen http://www.iki.fi/pq/
2009 Feb 28
1
kernel memory access tracer
...yes, it would be useful, but we're not. We're interested only in the hardware. There's also the issue, that this might be considered RE'ing the proprietary software, and that might have legal consequences in some countries. A nice idea, but IMHO not applicable. Thanks. -- Pekka Paalanen http://www.iki.fi/pq/
2009 Jun 29
1
DRM and the Nouveau kernel tree
...g into mainline soon? Not soon, but I can only guess. Most likely Nouveau will go into staging first, which means it doesn't have to have a completely frozen user ABI, but there has to be "a plan to get out of staging". Thanks to Ben (darktama) for the Nouveau kernel tree. -- Pekka Paalanen http://www.iki.fi/pq/
2009 Sep 29
1
master-compat branch in nouveau/linux-2.6
..., and that master-compat is usually behind master for no good reason. InstallDRM page in the wiki can be cleaned up about branches. This should happen in few days, and I hope everyone will move to using master if not already there. If you do not like the idea, let me know why. Thanks. -- Pekka Paalanen http://www.iki.fi/pq/
2009 Dec 05
1
[PATCH] drm/nouveau: fix array overflow
Noticed by sparse: in nouveau_dp_link_train(), the array 'status' was defined as 2 bytes, yet it was accessed for 3 bytes. Fix it by making the array size 3. Signed-off-by: Pekka Paalanen <pq at iki.fi> --- drivers/gpu/drm/nouveau/nouveau_dp.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_dp.c b/drivers/gpu/drm/nouveau/nouveau_dp.c index a334f17..c2d6eff 100644 --- a/drivers/gpu/drm/nouveau/nouveau_dp.c +++ b/driver...
2013 Oct 28
1
MmioTrace: Using the Instruction Decoder, etc.
On Fri, 25 Oct 2013 17:19:56 +0400 Eugene Shatokhin <euspectre at gmail.com> wrote: > Hi, > > 2013/10/25 Pekka Paalanen <pq at iki.fi> > ... > > We could use some comments from the real reverse-engineers. I used > > to be mostly a tool writer. > > > > Yes, if some experts could share their knowledge of this matter, this would > be most welcome! Hi, I got one comment in IRC, sa...
2008 Apr 16
2
[BUG/PATCH] x86 mmiotrace: dynamically disable non-boot CPUs
On Wed, 16 Apr 2008 13:46:09 +0200 Ingo Molnar <mingo at elte.hu> wrote: > > * Pekka Paalanen <pq at iki.fi> wrote: > > > > we should fix this restriction ASAP. Forcibly dropping to UP will > > > cause mmiotrace to be much less useful for diagnostic purposes of > > > Linux > > > > Ok, how do you propose we solve this? > > > >...
2009 Feb 16
3
[Bug 20144] New: 2D images broken on nv28 (EXA failure?)
http://bugs.freedesktop.org/show_bug.cgi?id=20144 Summary: 2D images broken on nv28 (EXA failure?) Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Jun 13
16
[Bug 16327] New: Graphical corruption with NVCrush11.
http://bugs.freedesktop.org/show_bug.cgi?id=16327 Summary: Graphical corruption with NVCrush11. Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2009 Aug 17
8
drm bo accessors etc. v2
Revised patch set v2. [PATCH 1/8] drm/nouveau: bo read/write wrappers for nv04_crtc.c [PATCH 2/8] drm/nouveau: use bo accessors for push buffers [PATCH 3/8] drm/nouveau: OUT_RINGp - optimize OUT_RING loops [PATCH 4/8] drm/nv50: proper notifier_bo access in nv50_display_vblank_crtc_handler() [PATCH 5/8] drm/nouveau: access fbcon notifier via bo accessors [PATCH 6/8] drm/nouveau: screen_base and