3.3-rc7: Reported regressions 3.1 -> 3.2

2012-03-11 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

3.3-rc7: Reported regressions from 3.2

2012-03-11 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.2, please let us know either and we'll add them to

[PATCH 1/3] drivers-gpu-drm-allow-to-load-edid-firmware.patch

2012-03-11 Thread Carsten Emde
On 03/11/2012 02:44 PM, Alan Cox wrote: >> This patch allows to load an EDID data set via the firmware interface. >> It contains data sets of frequently used screen resolutions (1024x768, >> 1280x1024, 1680x1050 and 1920x1080). The requested EDID data are >> specified as a module parameter of the d

[PATCH 2/3] drivers-gpu-drm-add-disable-enable-connector.patch

2012-03-11 Thread Carsten Emde
On 03/11/2012 08:20 AM, Dave Airlie wrote: > On Sat, Mar 10, 2012 at 8:20 PM, Carsten Emde wrote: >> Some recent integrated graphics chipset, notably Intel's "Pineview", also >> provide on-chip LVDS support. As an extra service, the LVDS interface >> supplies >> EDID data - irrespective of whethe

[PATCH 3/3] staging: drm/omap: use current time for page-flip event

2012-03-11 Thread Rob Clark
From: Rob Clark Because we don't have vblank hooked up via drm_irq (which is a bit awkward due to separation between omapdss (which knows the irq #) and omapdrm, for now use gettimeofday to have a semi-sane timestamp in the page-flip event. Otherwise apps like weston drm compositor, which use th

[PATCH 2/3] staging: drm/omap: send page-flip event after endwin

2012-03-11 Thread Rob Clark
From: Rob Clark The endwin irq indicates that DSS has finished scanning out a buffer. Use this to trigger page-flip event to userspace, so this happens only *after* the previous buffer is finished. Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_crtc.c | 27 drive

[PATCH 1/3] staging: drm/omap: avoid multiple planes having same z-order

2012-03-11 Thread Rob Clark
From: Rob Clark Multiple video pipes on same output with same z-order is an undefined behavior. Set a unique z-order value based on overlay number/id. Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_plane.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dr

[PATCH 3/3] staging: drm/omap: use current time for page-flip event

2012-03-11 Thread Rob Clark
From: Rob Clark Because we don't have vblank hooked up via drm_irq (which is a bit awkward due to separation between omapdss (which knows the irq #) and omapdrm, for now use gettimeofday to have a semi-sane timestamp in the page-flip event. Otherwise apps like weston drm compositor, which use th

[PATCH 2/3] staging: drm/omap: send page-flip event after endwin

2012-03-11 Thread Rob Clark
From: Rob Clark The endwin irq indicates that DSS has finished scanning out a buffer. Use this to trigger page-flip event to userspace, so this happens only *after* the previous buffer is finished. Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_crtc.c | 27 drive

[PATCH 1/3] staging: drm/omap: avoid multiple planes having same z-order

2012-03-11 Thread Rob Clark
From: Rob Clark Multiple video pipes on same output with same z-order is an undefined behavior. Set a unique z-order value based on overlay number/id. Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_plane.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dr

[V2 PATCH 2/3] module: avoid exporting module_mutex

2012-03-11 Thread Cong Wang
Avoid exporting internal locks to modules, export two functions lock_modules()/unlock_modules() for them instead. Cc: Rusty Russell Signed-off-by: Cong Wang --- drivers/gpu/drm/drm_fb_helper.c |4 ++-- include/linux/module.h |3 ++- kernel/kprobes.c|4 ++--

[Bug 47201] Absolute modifier does not work with 3-source TGSI instructions

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47201 Tom Stellard changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTABUG

[BUG] inconsistent DPMS settings

2012-03-11 Thread David Herrmann
Hi I was tracing down a bug that made drmModePageFlip() fail and I noticed that the DPMS settings are not correctly restored when switching between xorg-server and vtcon. In fact, when enabling a monitor with xrandr in X while DPMS=off for that monitor, then it will stay blank. Switching back to V

3.3-rc7: Reported regressions 3.1 -> 3.2

2012-03-11 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

3.3-rc7: Reported regressions from 3.2

2012-03-11 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.2, please let us know either and we'll add them to

[PATCH 1/3] drivers-gpu-drm-allow-to-load-edid-firmware.patch

2012-03-11 Thread Alan Cox
> This patch allows to load an EDID data set via the firmware interface. > It contains data sets of frequently used screen resolutions (1024x768, > 1280x1024, 1680x1050 and 1920x1080). The requested EDID data are > specified as a module parameter of the drm_kms_helper module, e.g. > options drm_kms

[Bug 47201] Absolute modifier does not work with 3-source TGSI instructions

2012-03-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=47201 Vic Lee changed: What|Removed |Added Summary|TGSI source register with |Absolute modifier does not |

[Bug 47201] New: TGSI source register with absolute negative modifier does not work correctly

2012-03-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=47201 Bug #: 47201 Summary: TGSI source register with absolute negative modifier does not work correctly Classification: Unclassified Product: Mesa Version: 8.0 Platform: Ot

[PATCH 2/3] drivers-gpu-drm-add-disable-enable-connector.patch

2012-03-11 Thread Dave Airlie
On Sat, Mar 10, 2012 at 8:20 PM, Carsten Emde wrote: > Some recent integrated graphics chipset, notably Intel's "Pineview", also > provide on-chip LVDS support. As an extra service, the LVDS interface supplies > EDID data - irrespective of whether an LVDS panel is connected or not. The > drm_mode_

[Bug 47201] Absolute modifier does not work with 3-source TGSI instructions

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47201 Vic Lee changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 47201] Absolute modifier does not work with 3-source TGSI instructions

2012-03-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=47201 Vic Lee changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [PATCH 1/3] drivers-gpu-drm-allow-to-load-edid-firmware.patch

2012-03-11 Thread Alan Cox
> This patch allows to load an EDID data set via the firmware interface. > It contains data sets of frequently used screen resolutions (1024x768, > 1280x1024, 1680x1050 and 1920x1080). The requested EDID data are > specified as a module parameter of the drm_kms_helper module, e.g. > options drm_kms

[Bug 47201] Absolute modifier does not work with 3-source TGSI instructions

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47201 --- Comment #1 from Vic Lee 2012-03-11 06:24:37 UTC --- The issue might be related to r600_bytecode_alu_build() in r600_asm.c. In the codes below: if (alu->is_op3) { // in this code branch it does not use absolute modifier at all.

[Bug 47201] Absolute modifier does not work with 3-source TGSI instructions

2012-03-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=47201 --- Comment #1 from Vic Lee 2012-03-11 06:24:37 UTC --- The issue might be related to r600_bytecode_alu_build() in r600_asm.c. In the codes below: if (alu->is_op3) { // in this code branch it does not use absolute modifier at all.

[Bug 47201] Absolute modifier does not work with 3-source TGSI instructions

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47201 Vic Lee changed: What|Removed |Added Summary|TGSI source register with |Absolute modifier does not |

[Bug 47201] New: TGSI source register with absolute negative modifier does not work correctly

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47201 Bug #: 47201 Summary: TGSI source register with absolute negative modifier does not work correctly Classification: Unclassified Product: Mesa Version: 8.0 Platform: Ot

[Bug 46796] [X800SE] Mouse cursor corruption when switching users

2012-03-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=46796 --- Comment #9 from jonathan 2012-03-10 17:04:58 PST --- This patch causes my computer to crash at login. However, it's not a super bad crash because I was able to ssh in and check dmesg. The comment did not appear. Just to make sure it wasn't s