https://bugzilla.kernel.org/show_bug.cgi?id=32982
Alex Deucher <alexdeucher(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexdeucher(a)gmail.com
--- Comment #1 from Alex Deucher <alexdeucher(a)gmail.com> 2011-04-11 23:14:27 ---
Is this a regression? Did previous kernels work ok? If so, can you bisect?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
--
_______________________________________________
Dri-devel mailing list
Dri-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=32982
Rafael J. Wysocki <rjw(a)sisk.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |florian(a)mickler.org,
| |maciej.rutecki(a)gmail.com,
| |rjw(a)sisk.pl
Blocks| |32012
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
--
_______________________________________________
Dri-devel mailing list
Dri-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=32982
Andrew Morton <akpm(a)linux-foundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |akpm(a)linux-foundation.org
Component|Video(Other) |Video(DRI - non Intel)
AssignedTo|drivers_video-other@kernel- |drivers_video-dri@kernel-bu
|bugs.osdl.org |gs.osdl.org
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
--
_______________________________________________
Dri-devel mailing list
Dri-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=36131
Summary: r600: unknown param 45
(PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROL)
Product: Mesa
Version: git
Platform: All
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: b.bellec(a)gmail.com
Since some days I get an error each time I run the GL stack (3D apps or glxinfo
for instance)
I am on Fedora 15, kernel 2.6.39-rc2, Mesa git (happens also with the Mesa
packaged for F15).
The error is :
EE r600_pipe.c:431 r600_get_param - r600: unknown param 45
For instance :
$ glxinfo | grep "OpenGL version string"
EE r600_pipe.c:431 r600_get_param - r600: unknown param 45
OpenGL version string: 2.1 Mesa 7.11-devel (git-a26121f)
Brian Paterni (https://bugs.freedesktop.org/show_bug.cgi?id=35434) looks at the
code, it seems that '45' is mapped to PIPE_CAP_FRAGMENT_COLOR_CLAMP_CONTROL.
Perhaps this is related to this recent patch
http://lists.freedesktop.org/archives/mesa-dev/2011-March/006218.html (gallium:
remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROL)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
My need for releasing libdrm at this moment is to get the bug fix out for
running current Intel Mesa drivers with older kernels.
But 2.4.25 looks to be an exciting release in its own right! Dave Airlie
has added his dumb fb interface so that plymouth and friends can use a
generic kms/fb backend, moving the complexity out of plymouth and down
into the kernel where it already existed. And from Ilija Hadzic we an
improvement to handle vblanks on more than 2 monitors.
-Chris
Ben Skeggs (1):
Implement drmGetCap() to query device/driver capabilities
Chris Wilson (2):
intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDER
configure: version bump for 2.4.25 release
Daniel Vetter (1):
Cleanup gen2 tiling confusion
Dave Airlie (4):
drm: add dumb interface
libkms: add dumb support
libdrm: oops fix get cap return value.
drm_mode: fix types on recently added ioctls
Ilija Hadzic (1):
libdrm: (revised) vblank wait on crtc > 1
Javier Jardón (1):
build: Update autotools configuration
Kristian Høgsberg (1):
Build modetest for all chipsets, always build modeprint
Matt Turner (1):
don't try to build modetest without libkms
git tag: 2.4.25
http://dri.freedesktop.org/libdrm/libdrm-2.4.25.tar.bz2
MD5: f53dc4c72109b17908e4113c3b8addfe libdrm-2.4.25.tar.bz2
SHA1: b950f29cd1c4bb9f1c98a926486a47256b0a4194 libdrm-2.4.25.tar.bz2
http://dri.freedesktop.org/libdrm/libdrm-2.4.25.tar.gz
MD5: e9636c60e67ed0f90b327b599e833514 libdrm-2.4.25.tar.gz
SHA1: 3b90c39946aaf14af0e97956306e7e908327a629 libdrm-2.4.25.tar.gz
--
Chris Wilson, Intel Open Source Technology Centre
https://bugs.freedesktop.org/show_bug.cgi?id=34618
Summary: Slow text scrolling on tty after suspend-cycle
Product: DRI
Version: XOrg CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: DRM/Radeon
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: peterle(a)hottemptation.org
Hello,
I upgraded from kernel-2.6.37 to kernel-2.6.38-rc6 today, before that upgrade
the bug was also present but only sometimes (1 in 10). Because this now happens
while after every suspsend-cycle this is definitely reproduceable. When I
suspend with "pm-suspend" and resume the computer from suspend, the scrolling
on the tty windows is extremly slow.
Reproduce:
1. Use a tty with KMS
2. #pm-suspend
3. resume from suspend
4. launch a command which requires to scroll the output on the tty, like
"dmesg"
Other applications also draw "slow" like fbi (part of fbida, a imageviewer for
the framebuffer).
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=33002
Andrew Morton <akpm(a)linux-foundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |akpm(a)linux-foundation.org
Component|Video(Other) |Video(DRI - non Intel)
AssignedTo|drivers_video-other@kernel- |drivers_video-dri@kernel-bu
|bugs.osdl.org |gs.osdl.org
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
--
_______________________________________________
Dri-devel mailing list
Dri-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
when i built a new kernel based on the latest git tree, i once again
got the black screen of death on my gateway laptop with an integrated
intel graphics controller.
and as i did not that long ago, i got around it by applying the
following tweak to the source tree before rebuilding:
diff --git a/drivers/gpu/drm/i915/intel_opregion.c b/drivers/gpu/drm/i915/intel_opregion.c
index d2c7104..a1a5d03 100644
--- a/drivers/gpu/drm/i915/intel_opregion.c
+++ b/drivers/gpu/drm/i915/intel_opregion.c
@@ -152,6 +152,8 @@ static u32 asle_set_backlight(struct drm_device
*dev, u32 bclp)
struct opregion_asle *asle = dev_priv->opregion.asle;
u32 max;
+return ASLE_BACKLIGHT_FAILED; // rday
+
if (!(bclp & ASLE_BCLP_VALID))
return ASLE_BACKLIGHT_FAILED;
so if this issue was resolved, it seems to have regressed.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================