Re: Tracking drm_intel_bo allocation

2011-03-26 Thread Chris Wilson
On Fri, 25 Mar 2011 23:36:33 -0700, "Segovia, Benjamin" wrote: > Hello all, > > I am using drm_intel to access the HW. I would like to know if there is any > way to know if my application frees all the bos I used. I would like to be > sure I cleanly freed my resources and no bo is still refere

RE: Tracking drm_intel_bo allocation

2011-03-26 Thread Segovia, Benjamin
OK. Two last questions to be sure that I am doing correct things. 1/ I have to use an external tool to check leaks. Nothing to track per-process allocation from the kernel or from drm_intel? 2/ From libva and Mesa, I guessed that the correct way to use drm_intel for everything which is temporar

[Bug 31892] Problems with nouveau on my HP laptop

2011-03-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31892 Marcin Slusarz changed: What|Removed |Added CC||marcin.slus...@gmail.com --- Comment

Re: [PATCH] drm radeon: Return -EINVAL on wrong pm sysfs access

2011-03-26 Thread Rafał Miłecki
2011/3/23 Thomas Renninger : > drm radeon: Return -EINVAL on wrong pm sysfs access > > Throw an error if someone tries to fill this with > wrong data, instead of simply ignoring the input. > Now you get: > > echo hello >/sys/../power_method > -bash: echo: write error: Invalid argument > > Signed-of

Re: [PATCH] drm radeon: Return -EINVAL on wrong pm sysfs access

2011-03-26 Thread Rafał Miłecki
W dniu 26 marca 2011 16:38 użytkownik Rafał Miłecki napisał: > 2011/3/23 Thomas Renninger : >> drm radeon: Return -EINVAL on wrong pm sysfs access >> >> Throw an error if someone tries to fill this with >> wrong data, instead of simply ignoring the input. >> Now you get: >> >> echo hello >/sys/../

[Bug 8056] s3tc broken in ut2004

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=8056 Álmos changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 35697] New: System locks up when watching fullscreen flash video

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35697 Summary: System locks up when watching fullscreen flash video Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical

[Bug 35697] System locks up when watching fullscreen flash video

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35697 --- Comment #1 from Alex Deucher 2011-03-26 09:24:51 PDT --- Was it only the kernel that you updated? E.g., does just booting an earlier kernel with the same userspace drivers fix the problem? If so, can you bisect? -- Configure bugmail: http

[Bug 35697] System locks up when watching fullscreen flash video

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35697 --- Comment #2 from Nikos Chantziaras 2011-03-26 09:27:46 PDT --- (In reply to comment #1) > Was it only the kernel that you updated? Yes. > E.g., does just booting an earlier kernel with the same userspace > drivers fix the problem? Yes. I

[Bug 29123] KWin crash when changing desktop effects configuration

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29123 Nikos Chantziaras changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 35697] System locks up when watching fullscreen flash video

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35697 --- Comment #3 from Nikos Chantziaras 2011-03-26 09:31:30 PDT --- Forgot to mention the Flash version I'm using: 10.2.153.1_p201011173, 64-bit. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receivi

[Bug 8056] s3tc broken in ut2004

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=8056 --- Comment #47 from Matt Turner 2011-03-26 10:58:18 PDT --- (In reply to comment #46) > The UseVBO=True hack Hack? I used this years ago with the classic r300 driver and don't remember it misrendering anything. Do you have a link or something t

[Bug 35622] [i915g] 6358e6371b31671acbfa7c00336673f62ee928c5 result in a black screen in the main menu of portal in wine

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35622 --- Comment #1 from Daniel Vetter 2011-03-26 13:48:33 PDT --- CME, what gpu do you have? 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) -- Configure bugmail: http

[Bug 35622] [i945gme] 6358e6371b31671acbfa7c00336673f62ee928c5 result in a black screen in the main menu of portal in wine

2011-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35622 Daniel Vetter changed: What|Removed |Added Summary|[i915g] |[i945gme] |6358e6371b3

[Bug 31892] New: Problems with nouveau on my HP laptop

2011-03-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31892 Summary: Problems with nouveau on my HP laptop Product: Drivers Version: 2.5 Kernel Version: 2.6.38-Linus-07088-gb973a3b Platform: All OS/Version: Linux Tree: Mainline

[git pull] drm fixes

2011-03-26 Thread Xavier Bestel
Le vendredi 25 mars 2011 ? 16:44 +0100, Peter Stuge a ?crit : > Michel D?nzer wrote: > > You won't have any trouble finding plenty of examples of newcomers > > having a better experience, as most of them thankfully don't come in > > with such a bad attitude and conduct. > > To a bystander it would

Tracking drm_intel_bo allocation

2011-03-26 Thread Chris Wilson
On Fri, 25 Mar 2011 23:36:33 -0700, "Segovia, Benjamin" wrote: > Hello all, > > I am using drm_intel to access the HW. I would like to know if there is any > way to know if my application frees all the bos I used. I would like to be > sure I cleanly freed my resources and no bo is still referen

Tracking drm_intel_bo allocation

2011-03-26 Thread Segovia, Benjamin
OK. Two last questions to be sure that I am doing correct things. 1/ I have to use an external tool to check leaks. Nothing to track per-process allocation from the kernel or from drm_intel? 2/ From libva and Mesa, I guessed that the correct way to use drm_intel for everything which is temporar

[Bug 31892] Problems with nouveau on my HP laptop

2011-03-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31892 Marcin Slusarz changed: What|Removed |Added CC||marcin.slusarz at gmail.com --- Comm

[PATCH] drm radeon: Return -EINVAL on wrong pm sysfs access

2011-03-26 Thread Rafał Miłecki
2011/3/23 Thomas Renninger : > drm radeon: Return -EINVAL on wrong pm sysfs access > > Throw an error if someone tries to fill this with > wrong data, instead of simply ignoring the input. > Now you get: > > echo hello >/sys/../power_method > -bash: echo: write error: Invalid argument > > Signed-of

[PATCH] drm radeon: Return -EINVAL on wrong pm sysfs access

2011-03-26 Thread Rafał Miłecki
W dniu 26 marca 2011 16:38 u?ytkownik Rafa? Mi?ecki napisa?: > 2011/3/23 Thomas Renninger : >> drm radeon: Return -EINVAL on wrong pm sysfs access >> >> Throw an error if someone tries to fill this with >> wrong data, instead of simply ignoring the input. >> Now you get: >> >> echo hello >/sys/..

[Bug 8056] s3tc broken in ut2004

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=8056 ?lmos changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 35697] New: System locks up when watching fullscreen flash video

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35697 Summary: System locks up when watching fullscreen flash video Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical

[Bug 35697] System locks up when watching fullscreen flash video

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35697 --- Comment #1 from Alex Deucher 2011-03-26 09:24:51 PDT --- Was it only the kernel that you updated? E.g., does just booting an earlier kernel with the same userspace drivers fix the problem? If so, can you bisect? -- Configure bugmail: htt

[Bug 35697] System locks up when watching fullscreen flash video

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35697 --- Comment #2 from Nikos Chantziaras 2011-03-26 09:27:46 PDT --- (In reply to comment #1) > Was it only the kernel that you updated? Yes. > E.g., does just booting an earlier kernel with the same userspace > drivers fix the problem? Yes. I

[Bug 29123] KWin crash when changing desktop effects configuration

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29123 Nikos Chantziaras changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 35697] System locks up when watching fullscreen flash video

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35697 --- Comment #3 from Nikos Chantziaras 2011-03-26 09:31:30 PDT --- Forgot to mention the Flash version I'm using: 10.2.153.1_p201011173, 64-bit. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receivi

[Bug 8056] s3tc broken in ut2004

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=8056 --- Comment #47 from Matt Turner 2011-03-26 10:58:18 PDT --- (In reply to comment #46) > The UseVBO=True hack Hack? I used this years ago with the classic r300 driver and don't remember it misrendering anything. Do you have a link or something t

[Bug 35622] [i915g] 6358e6371b31671acbfa7c00336673f62ee928c5 result in a black screen in the main menu of portal in wine

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35622 --- Comment #1 from Daniel Vetter 2011-03-26 13:48:33 PDT --- CME, what gpu do you have? 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) -- Configure bugmail: htt

[Bug 35622] [i945gme] 6358e6371b31671acbfa7c00336673f62ee928c5 result in a black screen in the main menu of portal in wine

2011-03-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35622 Daniel Vetter changed: What|Removed |Added Summary|[i915g] |[i945gme] |6358e6371b3