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
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
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
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
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
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
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
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
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
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
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 ++--
https://bugs.freedesktop.org/show_bug.cgi?id=47201
Tom Stellard changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|NOTABUG
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
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
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
> 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
https://bugs.freedesktop.org/show_bug.cgi?id=47201
Vic Lee changed:
What|Removed |Added
Summary|TGSI source register with |Absolute modifier does not
|
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
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_
https://bugs.freedesktop.org/show_bug.cgi?id=47201
Vic Lee changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=47201
Vic Lee changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
> 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
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.
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.
https://bugs.freedesktop.org/show_bug.cgi?id=47201
Vic Lee changed:
What|Removed |Added
Summary|TGSI source register with |Absolute modifier does not
|
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
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
27 matches
Mail list logo