Displaying 7 results from an estimated 7 matches for "mslusarz".
Did you mean:
slusarz
2012 Dec 05
2
[RFC PATCH] drm/nouveau: report channel owner in error messages
Full piglit run with this patch:
http://people.freedesktop.org/~mslusarz/chan_owners.txt
This patch covers only a small subset of all error messages, so:
Not-yet-signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
Comments? Ideas?
(This commit depends on this one:
http://people.freedesktop.org/~mslusarz/0001-drm-nouveau-split-fifo-interrupt-handler.patc...
2012 Oct 07
2
[PATCH] drm/nouveau: fix error handling in core/core object creation functions
...s support from nouveau_parent_create_".
There are *many* *more* code paths without proper error handling - I counted
at least 106 in 41 functions. If someone would like to do a bit of janitorial
work I marked those code paths and uploaded "patch" here:
http://people.freedesktop.org/~mslusarz/0001-codepaths-without-error-handling.patch
(Please let me know if you are going to fix those to not duplicate work)
---
drivers/gpu/drm/nouveau/core/core/engine.c | 1 +
drivers/gpu/drm/nouveau/core/core/gpuobj.c | 9 ++++++---
drivers/gpu/drm/nouveau/core/core/parent.c | 4 +++-
3 files changed,...
2020 Jun 22
0
valgrind-mmt: rebased against latest upstream valgrind release v3.16.1
...u reverse engineering efforts by tracing the commands sent to
the card. There is an accompanying demmt tool within the enytools repo to
better understand these trace logs.
I would like to thank all the other nouveau developers who have worked on
mmt over many years, including specifically airlied, mslusarz and kherbst.
Best,
Rhys
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20200623/ef8a257e/attachment.htm>
2013 Mar 12
1
[Bug 62217] New: nouveau group membership request (annarchy)
...t lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: marcin.slusarz at gmail.com
Hardware: Other
Status: NEW
Version: git
Component: Driver/nouveau
Product: xorg
Please add account mslusarz on annarchy to nouveau group.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130312/d55fcbd1/attachment.html>
2015 Sep 06
17
[Bug 91895] New: [nve7] Shadow Warrior: black gun & messed up colors
...n.slusarz at gmail.com
QA Contact: nouveau at lists.freedesktop.org
Created attachment 118102
--> https://bugs.freedesktop.org/attachment.cgi?id=118102&action=edit
Shadow Warrior on Nouveau
Screenshots comparing intel and nouveau attached.
Apitrace:
http://people.freedesktop.org/~mslusarz/ShadowWarrior.bin.x86.trace.xz (174MB)
This is on mesa-git (3c6c4d4f298ec81fe57992790a68aaab2e573519) with the patch
from bug#91890.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attac...
2012 Apr 25
5
[PATCH v2 4/4] drm/nouveau: gpu lockup recovery
Overall idea:
Detect lockups by watching for timeouts (vm flush / fence), return -EIOs,
handle them at ioctl level, reset the GPU and repeat last ioctl.
GPU reset is done by doing suspend / resume cycle with few tweaks:
- CPU-only bo eviction
- ignoring vm flush / fence timeouts
- shortening waits
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
2009 Dec 30
4
[PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
- This avoids problematic "reloc'ed while mapped" messages and
some associated corruption as well.
Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
---
src/gallium/drivers/nouveau/nouveau_screen.c | 21 +++++++++++++++++++++
src/gallium/drivers/nouveau/nouveau_screen.h | 3 +++
src/gallium/drivers/nouveau/nouveau_stateobj.h | 13 +++++++++++++