On Wed, 3 Nov 2010 16:27:57 -0400, Kyle McMartin wrote:
> From: Kyle McMartin
>
> Fixes issue where i915_gfx_val was reporting values several
> orders of magnitude higher than physically possible (without
> leaving scorch marks on my thighs at least.)
Applied to -fixes, thanks.
-Chris
--
Chri
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20101103/f3bb9220/attachment.htm>
From: Ben Skeggs
If the driver kmaps an object userspace is expecting to be mapped, the
unmap would have called down into the drivers io_unreserve() function
and potentially unmapped the pages from its BARs (for example) and they'd
no longer be accessible for the userspace mapping.
Signed-off-by
From: Ben Skeggs
Nouveau will start to use ttm_mem_io_reserve to allocate BAR VM space
for VRAM mappings, and without this call GPU address space gets leaked.
Signed-off-by: Ben Skeggs
---
drivers/gpu/drm/ttm/ttm_bo.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dri
From: Kyle McMartin
Fixes issue where i915_gfx_val was reporting values several
orders of magnitude higher than physically possible (without
leaving scorch marks on my thighs at least.)
Signed-off-by: Kyle McMartin
Reviewed-by: Jesse Barnes
---
drivers/gpu/drm/i915/i915_suspend.c |4 +++-
https://bugs.freedesktop.org/show_bug.cgi?id=28402
--- Comment #97 from mrste...@gmx.de 2010-11-03 15:10:44 PDT ---
Just for the record: The patch in Comment #85 fixes it for me as well. Firefox,
compositing (KWin 4.4), Extreme-Tuxracer - everything's just rock solid now.
Thanks for your amazing
https://bugs.freedesktop.org/show_bug.cgi?id=28402
--- Comment #97 from mrsteven at gmx.de 2010-11-03 15:10:44 PDT ---
Just for the record: The patch in Comment #85 fixes it for me as well. Firefox,
compositing (KWin 4.4), Extreme-Tuxracer - everything's just rock solid now.
Thanks for your amazi
On Wed, 3 Nov 2010 16:27:57 -0400, Kyle McMartin wrote:
> From: Kyle McMartin
>
> Fixes issue where i915_gfx_val was reporting values several
> orders of magnitude higher than physically possible (without
> leaving scorch marks on my thighs at least.)
Applied to -fixes, thanks.
-Chris
--
Chri
https://bugs.freedesktop.org/show_bug.cgi?id=31364
Tomasz Czapiewski changed:
What|Removed |Added
CC||xe...@irc.pl
--- Comment #3 from Tom
https://bugs.freedesktop.org/show_bug.cgi?id=31364
Tomasz Czapiewski changed:
What|Removed |Added
CC||xeros at irc.pl
--- Comment #3 from
https://bugs.freedesktop.org/show_bug.cgi?id=31364
--- Comment #2 from Tomasz Czapiewski 2010-11-03 13:31:15 PDT ---
Created an attachment (id=40023)
--> (https://bugs.freedesktop.org/attachment.cgi?id=40023)
Xorg.0.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=31364
--- Comment #2 from Tomasz Czapiewski 2010-11-03 13:31:15 PDT
---
Created an attachment (id=40023)
--> (https://bugs.freedesktop.org/attachment.cgi?id=40023)
Xorg.0.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai
https://bugs.freedesktop.org/show_bug.cgi?id=31364
--- Comment #1 from Tomasz Czapiewski 2010-11-03 13:30:38 PDT ---
Created an attachment (id=40022)
--> (https://bugs.freedesktop.org/attachment.cgi?id=40022)
dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=31364
--- Comment #1 from Tomasz Czapiewski 2010-11-03 13:30:38 PDT
---
Created an attachment (id=40022)
--> (https://bugs.freedesktop.org/attachment.cgi?id=40022)
dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=31364
Summary: [r300g] CS section size missmatch start at
(../../src/radeon_textured_videofuncs.c,R300PrepareTex
turedVideoCP,2184) 66 vs 62
Product: Mesa
Version: git
Pl
https://bugs.freedesktop.org/show_bug.cgi?id=31364
Summary: [r300g] CS section size missmatch start at
(../../src/radeon_textured_videofuncs.c,R300PrepareTex
turedVideoCP,2184) 66 vs 62
Product: Mesa
Version: git
Pl
Hi all , please sombody tell me is egl_dri2 capable of working without x
window ?!
i set the EGL_PLATFORM=drm , EGL_DRIVER=/usr/lib/egl/egl_dri2.so
when i want to run screen demos from mesa egl , opengl es 1 , i got
following errors :
libEGL debug: dlopen(/usr/local/lib/egl/egl_dri2.so)
libEGL d
Hi, Lee,
Sorry I missed this thread.
On Wed, 2010-10-20 at 13:51 +0800, Lee, Chun-Yi wrote:
> Currently, there have no GMA500(Poulsbo) native video driver to support
> intel opregion. So, use this stub driver to enable the acpi backlight
> control sysfs entry files by requrest acpi_video_register
https://bugs.freedesktop.org/show_bug.cgi?id=31152
--- Comment #3 from Alexei 2010-11-03 09:00:45 PDT ---
Alex, I'm also still getting this error on Radeon X1650.
$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV535 [Radeon
X1650 Series] [1002:71c7] (rev 9e
https://bugs.freedesktop.org/show_bug.cgi?id=31152
--- Comment #3 from Alexei 2010-11-03 09:00:45 PDT ---
Alex, I'm also still getting this error on Radeon X1650.
$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV535 [Radeon
X1650 Series] [1002:71c7] (rev 9e
On Tue, Nov 2, 2010 at 3:21 AM, Pavel Machek wrote:
> Hi!
>
>> @@ -79,6 +79,10 @@ static struct drm_driver driver = {
>>
>> ?static int __init i810_init(void)
>> ?{
>> + ? ? if (num_present_cpus() > 1) {
>> + ? ? ? ? ? ? pr_err("drm/i810 does not support SMP\n");
>> + ? ? ? ? ? ? return -EINVAL;
>
https://bugs.freedesktop.org/show_bug.cgi?id=29928
ISHIKAWA Mutsumi changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29928
ISHIKAWA Mutsumi changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=5353
Michel Dänzer changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=5353
Michel D?nzer changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=31154
--- Comment #4 from sam tygier 2010-11-03 04:37:52 PDT
---
https://bugs.launchpad.net/linux/+bug/601376/comments/44 seems to be the same
issue on nvidia card, with a different monitor
--
Configure bugmail: https://bugs.freedesktop.org/userpref
https://bugs.freedesktop.org/show_bug.cgi?id=31154
--- Comment #4 from sam tygier 2010-11-03 04:37:52
PDT ---
https://bugs.launchpad.net/linux/+bug/601376/comments/44 seems to be the same
issue on nvidia card, with a different monitor
--
Configure bugmail: https://bugs.freedesktop.org/userpref
https://bugs.freedesktop.org/show_bug.cgi?id=29703
--- Comment #8 from Michal Suchanek 2010-11-03 04:04:04
PDT ---
draw-vertices now works reliably with r600c from 7.9 and r600g from git.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this
https://bugs.freedesktop.org/show_bug.cgi?id=29703
--- Comment #8 from Michal Suchanek 2010-11-03
04:04:04 PDT ---
draw-vertices now works reliably with r600c from 7.9 and r600g from git.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this
Hi!
> @@ -79,6 +79,10 @@ static struct drm_driver driver = {
>
> static int __init i810_init(void)
> {
> + if (num_present_cpus() > 1) {
> + pr_err("drm/i810 does not support SMP\n");
> + return -EINVAL;
> + }
> driver.num_ioctls = i810_max_ioctl;
>
On Tue, Nov 2, 2010 at 3:21 AM, Pavel Machek wrote:
> Hi!
>
>> @@ -79,6 +79,10 @@ static struct drm_driver driver = {
>>
>> static int __init i810_init(void)
>> {
>> + if (num_present_cpus() > 1) {
>> + pr_err("drm/i810 does not support SMP\n");
>> + return -EINVAL;
>
Hi, Lee,
Sorry I missed this thread.
On Wed, 2010-10-20 at 13:51 +0800, Lee, Chun-Yi wrote:
> Currently, there have no GMA500(Poulsbo) native video driver to support
> intel opregion. So, use this stub driver to enable the acpi backlight
> control sysfs entry files by requrest acpi_video_register
32 matches
Mail list logo