https://bugs.freedesktop.org/show_bug.cgi?id=31940
--- Comment #2 from Stephen E. Baker 2010-11-26 18:39:42
PST ---
Created an attachment (id=40596)
--> (https://bugs.freedesktop.org/attachment.cgi?id=40596)
wine log showing backtrace for 28ee7561f9e9bac8a76d5f96fe55b890a61a7d04
--
Configure
https://bugs.freedesktop.org/show_bug.cgi?id=31940
--- Comment #2 from Stephen E. Baker 2010-11-26
18:39:42 PST ---
Created an attachment (id=40596)
--> (https://bugs.freedesktop.org/attachment.cgi?id=40596)
wine log showing backtrace for 28ee7561f9e9bac8a76d5f96fe55b890a61a7d04
--
Configure
https://bugs.freedesktop.org/show_bug.cgi?id=31940
--- Comment #1 from Stephen E. Baker 2010-11-26 18:38:49
PST ---
I've done a number of tests with the latest
git:28ee7561f9e9bac8a76d5f96fe55b890a61a7d04
With software rasterizer: Everything works as expected, game resolution changes
With r300c
https://bugs.freedesktop.org/show_bug.cgi?id=31940
--- Comment #1 from Stephen E. Baker 2010-11-26
18:38:49 PST ---
I've done a number of tests with the latest
git:28ee7561f9e9bac8a76d5f96fe55b890a61a7d04
With software rasterizer: Everything works as expected, game resolution changes
With r300c
https://bugs.freedesktop.org/show_bug.cgi?id=31940
Marek Olšák changed:
What|Removed |Added
Product|DRI |Mesa
Version|unspecified
https://bugs.freedesktop.org/show_bug.cgi?id=31940
Marek Ol??k changed:
What|Removed |Added
Product|DRI |Mesa
Version|unspecified
https://bugs.freedesktop.org/show_bug.cgi?id=31940
Summary: Wine crashes on resolution change
Product: DRI
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: med
https://bugs.freedesktop.org/show_bug.cgi?id=31940
Summary: Wine crashes on resolution change
Product: DRI
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: med
[dri people: please have a look at the KMS discussion way below]
On Thursday 25 November 2010 19:00:26 Marcus LORENTZON wrote:
> > -Original Message-
> > From: Arnd Bergmann [mailto:arnd at arndb.de]
> > Sent: den 25 november 2010 17:48
> > To: Marcus LORENTZON
> > Cc: linux-arm-kernel at
On Thu, Nov 25, 2010 at 11:31:04AM -0800, Keith Packard wrote:
> On Thu, 25 Nov 2010 11:10:58 -0500, Nick Bowler
> wrote:
> > On 2010-11-25 16:58 +0100, Michal Hocko wrote:
> > > [Let's add Rafael for regression tracking]
> > >
> > > On Tue 23-11-10 13:32:34, Michal Hocko wrote:
> > > > Hi,
> >
In order to correctly report monitor connected status changes, the
previous monitor status must be recorded in the connector->status
value instead of being discarded.
Signed-off-by: Keith Packard
---
drivers/gpu/drm/drm_crtc_helper.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(
When setting a new crtc configuration, force the DPMS state of all
connectors to ON. Otherwise, they'll be left at OFF and a future mode set
that disables the specified connector will not turn the connector off.
Signed-off-by: Keith Packard
---
drivers/gpu/drm/drm_crtc_helper.c |7 +++
1
In order to correctly report monitor connected status changes, the
previous monitor status must be recorded in the connector->status
value instead of being discarded.
Signed-off-by: Keith Packard
---
drivers/gpu/drm/drm_crtc_helper.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(
When setting a new crtc configuration, force the DPMS state of all
connectors to ON. Otherwise, they'll be left at OFF and a future mode set
that disables the specified connector will not turn the connector off.
Signed-off-by: Keith Packard
---
drivers/gpu/drm/drm_crtc_helper.c |7 +++
1
On Fri, 26 Nov 2010 11:45:38 +0300, Dan Carpenter wrote:
> Where are the patches? I pulled drm-next but I don't see them.
Looks like he hasn't merged them. I'm building drm-intel-next with this
and another patch.
I've pushed my bits to
git://people.freedesktop.org/~keithp/linux-2.6 drm-intel-
top.org/archives/dri-devel/attachments/20101126/3715794c/attachment.pgp>
Ah, having seen the bounce when replying, I now know why Dave didn't see
these...
I've pushed the two patches to
git://people.freedesktop.org/~ickle/linux-2.6 for-airlied
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
Daniel, this is patch you were looking for earlier wrt to screen blanking.
On Tue, 16 Nov 2010 11:10:46 +0800, keithp at keithp.com wrote:
> From: Keith Packard
>
> When setting a new crtc configuration, force the DPMS state of all
> connectors to ON. Otherwise, they'll be left at OFF and a futu
On Thu, 2010-11-25 at 21:40 +, Chris Wilson wrote:
> For a deferred-free cache of unreferenced bound objects, a simple
> reference count is required without the baggage of kref.
eh?
you've just out of lined kref for no real gain.
the whole point of kref is that its standard and doesn't requi
[dri people: please have a look at the KMS discussion way below]
On Thursday 25 November 2010 19:00:26 Marcus LORENTZON wrote:
> > -Original Message-
> > From: Arnd Bergmann [mailto:a...@arndb.de]
> > Sent: den 25 november 2010 17:48
> > To: Marcus LORENTZON
> > Cc: linux-arm-ker...@lists.
Ah, having seen the bounce when replying, I now know why Dave didn't see
these...
I've pushed the two patches to
git://people.freedesktop.org/~ickle/linux-2.6 for-airlied
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
___
dri-devel mailing
Daniel, this is patch you were looking for earlier wrt to screen blanking.
On Tue, 16 Nov 2010 11:10:46 +0800, kei...@keithp.com wrote:
> From: Keith Packard
>
> When setting a new crtc configuration, force the DPMS state of all
> connectors to ON. Otherwise, they'll be left at OFF and a future
On Thu, Nov 25, 2010 at 11:31:04AM -0800, Keith Packard wrote:
> On Thu, 25 Nov 2010 11:10:58 -0500, Nick Bowler
> wrote:
> > On 2010-11-25 16:58 +0100, Michal Hocko wrote:
> > > [Let's add Rafael for regression tracking]
> > >
> > > On Tue 23-11-10 13:32:34, Michal Hocko wrote:
> > > > Hi,
> >
23 matches
Mail list logo