If clock_gettime did fail, it would return -1 and set errno.
What we really want to strerror() is the errno.
Signed-off-by: Daniel Kurtz
---
xf86drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xf86drm.c b/xf86drm.c
index 2a74c80..4791a05 100644
--- a/xf86drm.c
+++ b/xf8
https://bugs.freedesktop.org/show_bug.cgi?id=42373
--- Comment #42 from Alexandre Demers ---
Was attachment 64759 ever applied to kernel's git? While I don't know if the
current bug is still happening for radeon HD 6450 cards, it was fixing bug
43655 (which was considered as a duplicate, but it
https://bugs.freedesktop.org/show_bug.cgi?id=9379
Miroslav Šustek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Hi Dave,
I've figured I'll flush my -fixes queue before I head off to an extended
w/e. All just really small stuff: 3 small regression fixes plus a build
fix for especially dense gcc versions.
Cheers, Daniel
The following changes since commit b1289371fcd580b4c412e6d05c4cb8ac8d277239:
Revert "
On Wed, Mar 27, 2013 at 09:45:35PM +0100, Daniel Vetter wrote:
> We don't grab the modeset locks any more since
>
> commit 468174f748603497e73dba9b5c6d1d9f71121486
> Author: Daniel Vetter
> Date: Tue Dec 11 00:09:12 2012 +0100
>
> drm: push modeset_lock_all into ->fb_create driver callback
On Thu, Mar 28, 2013 at 01:16:09AM +0100, Laurent Pinchart wrote:
> Hi Ville,
>
> On Wednesday 27 March 2013 19:15:31 Ville Syrjälä wrote:
> > On Wed, Mar 27, 2013 at 05:57:20PM +0200, Ville Syrjälä wrote:
> > > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote:
> > > > Extend the -
Hi,
Well, the ACPI spec says this (section B.5.2):
"
The OEM may define the number 0 as "Zero brightness" that can mean
to turn off the lighting (e.g. LCD panel backlight) in the device.
This may be useful in the case of an output device that can still be
viewed using only ambient light, for ex
From: "Luis R. Rodriguez"
I maintain the the compat-drivers project [0] which aims at backporting the
Linux kernel drivers down to older kernels, automatically [1]. Thanks to
Ozan Caglayan as a GSoC project we now backport DRM drivers.
The initial framework we had set up to help with the automat
From: "Luis R. Rodriguez"
Commit 3cf2667 as of next-20130301 extended the struct fb_info
with a skip_vt_switch to allow drivers to skip the VT switch
at suspend/resume time. For older kernels we can skip this
as all this switch does is call pm_vt_switch_required() with true
or false depending on
From: "Luis R. Rodriguez"
Commit 3cf2667 as of next-20130301 extended the struct fb_info
with a skip_vt_switch to allow drivers to skip the VT switch
at suspend/resume time. For older kernels we can skip this
as all this switch does is call pm_vt_switch_required() with true
or false depending on
From: "Luis R. Rodriguez"
The collateral evolution (CE) on the fb_info data structure
that added the skip_vt_switch element can be simplified
further by replacing the #ifdef hell with a static inline.
Furthermore, if the static inline is added upstream it'd mean
we can get rid of all these stati
From: "Luis R. Rodriguez"
This adds helpers to enable and test for the skip_vt_switch.
This gets us two things:
1) It allows us to require less collateral evolutions
should we need changes on the fb_info data structure
later (perhaps a bitmap flag).
2) Allows this feature to be backported
On Tuesday 19 March 2013 15:55:49 Laurent Pinchart wrote:
> The -w parameter can be used to set a property value from the command
> line, using the target object ID and the property name.
>
> Signed-off-by: Laurent Pinchart
> ---
> tests/modetest/modetest.c | 108
AGHHhhh!
Signed-off-by: Maarten Lankhorst
---
diff --git a/drivers/gpu/drm/nouveau/core/core/event.c
b/drivers/gpu/drm/nouveau/core/core/event.c
index 6d01e0f..f56bd56 100644
--- a/drivers/gpu/drm/nouveau/core/core/
Hi Dave,
Could you please pick this patch for v3.10 ?
On Tuesday 12 March 2013 15:38:43 Laurent Pinchart wrote:
> The page flip handler stores the page flip event pointer and then calls
> drm_vblank_get() to enable the vblank interrupt. Due to the vblank off
> delay, the vblank interrupt can be e
Hello,
On Thursday 14 March 2013 15:05:29 Laurent Pinchart wrote:
> On Tuesday 12 March 2013 15:45:36 Laurent Pinchart wrote:
> > Hello,
> >
> > This two patches add support for GEM CMA objects import and export as
> > dma-buf file handles.
> >
> > There's not much to be added about the patches
On Thursday 23 August 2012 12:05:27 Laurent Pinchart wrote:
> On Thursday 19 July 2012 13:55:37 Laurent Pinchart wrote:
> > On Thursday 31 May 2012 18:26:14 Laurent Pinchart wrote:
> > > Hi everybody,
> > >
> > > Here are two small fixes that disallow format changes in page flip
> > > operations,
Signed-off-by: Maarten Lankhorst
---
Oops, fixed to apply this time..
diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c
b/drivers/gpu/drm/nouveau/nouveau_display.c
index 4610c3a..020542e 100644
--- a/drivers/gpu/drm/nouveau/nouveau_display.c
+++ b/drivers/gpu/drm/nouveau/nouveau_display.c
@
On Thu, 28 Mar 2013 14:05:40 +0800
Daniel Kurtz wrote:
> If clock_gettime did fail, it would return -1 and set errno.
> What we really want to strerror() is the errno.
>
> Signed-off-by: Daniel Kurtz
> ---
> xf86drm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xf
https://bugzilla.kernel.org/show_bug.cgi?id=43276
Lan Tianyu changed:
What|Removed |Added
Component|Power-Sleep-Wake|Video(DRI - non Intel)
AssignedTo|t
On Thu, 28 Mar 2013 05:04:26 -0700
"Luis R. Rodriguez" wrote:
> The new commit by Jesse that extended the fb_info with a skip_vt_switch
> element is the simplest example of a data structure expansion. We'd backport
> this by adding a static inline to compat so that new kernels muck with the
> new
On Thu, 28 Mar 2013, Jesse Barnes wrote:
> On Thu, 28 Mar 2013 05:04:26 -0700
> "Luis R. Rodriguez" wrote:
>
> > The new commit by Jesse that extended the fb_info with a skip_vt_switch
> > element is the simplest example of a data structure expansion. We'd backport
> > this by adding a static inl
https://bugs.freedesktop.org/show_bug.cgi?id=42373
--- Comment #43 from Jonathan Hamilton ---
I do not know if this is relevant, but I recently purchased a radeon 6450 and
had similar issues - corruption when KMS is started and lockups when X starts.
I did not get these issues in fglrx or the win
https://bugs.freedesktop.org/show_bug.cgi?id=62882
Priority: medium
Bug ID: 62882
Assignee: dri-devel@lists.freedesktop.org
Summary: Lockup after attempt to enable discrete Radeon GPU on
Linux 3.9rc4
Severity: normal
Clas
https://bugs.freedesktop.org/show_bug.cgi?id=62882
--- Comment #1 from Alex Deucher ---
Your dGPU is not powering up for some reason.
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.
https://bugs.freedesktop.org/show_bug.cgi?id=57919
--- Comment #8 from Thilo Cestonaro ---
Finally I found some time do reinstall Ubuntu and compile the kernel with the
patch. Sadly it doesn't fix the issue. :(
Greetings
Thilo
--
You are receiving this mail because:
You are the assignee for th
https://bugs.freedesktop.org/show_bug.cgi?id=42373
--- Comment #44 from Alexandre Demers ---
(In reply to comment #43)
> I do not know if this is relevant, but I recently purchased a radeon 6450
> and had similar issues - corruption when KMS is started and lockups when X
> starts. I did not get t
On Fri, Mar 29, 2013 at 7:33 AM, Peter Hurley wrote:
> On Thu, 2013-03-28 at 16:16 +0100, Maarten Lankhorst wrote:
>> Signed-off-by: Maarten Lankhorst
>> ---
>> Oops, fixed to apply this time..
>>
>> diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c
>> b/drivers/gpu/drm/nouveau/nouveau_disp
https://bugs.freedesktop.org/show_bug.cgi?id=43655
Alexandre Demers changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|DUPLICATE
https://bugs.freedesktop.org/show_bug.cgi?id=62889
Priority: medium
Bug ID: 62889
Assignee: dri-devel@lists.freedesktop.org
Summary: ColorTiling results in glitches on Radeon HD 7970 +
Glamor
Severity: normal
Classificati
https://bugs.freedesktop.org/show_bug.cgi?id=62889
--- Comment #1 from Alexander von Gluck ---
Created attachment 77180
--> https://bugs.freedesktop.org/attachment.cgi?id=77180&action=edit
xorglog wcolortile stable software version
--
You are receiving this mail because:
You are the assigne
https://bugs.freedesktop.org/show_bug.cgi?id=62889
--- Comment #2 from Alexander von Gluck ---
Created attachment 77181
--> https://bugs.freedesktop.org/attachment.cgi?id=77181&action=edit
xorgconf wcolortile stable software version
--
You are receiving this mail because:
You are the assign
https://bugs.freedesktop.org/show_bug.cgi?id=62889
--- Comment #3 from Alexander von Gluck ---
Created attachment 77182
--> https://bugs.freedesktop.org/attachment.cgi?id=77182&action=edit
dmesg wcolortile stable software version
--
You are receiving this mail because:
You are the assignee
https://bugs.freedesktop.org/show_bug.cgi?id=62889
--- Comment #4 from Alexander von Gluck ---
Created attachment 77183
--> https://bugs.freedesktop.org/attachment.cgi?id=77183&action=edit
Example of corruption
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=62889
--- Comment #5 from Alexander von Gluck ---
If I disable ColorTiling, Gnome doesn't load completely only showing the
desktop wallpaper Errors about unable to find displaybuffer (or something like
that... not sure of exact error)
While the displa
Hi Ville,
On Wednesday 27 March 2013 19:15:31 Ville Syrj?l? wrote:
> On Wed, Mar 27, 2013 at 05:57:20PM +0200, Ville Syrj?l? wrote:
> > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote:
> > > Extend the -P option to allow specifying the plane x and y offsets. The
> > > position is
Hi Ville,
On Wednesday 27 March 2013 17:57:20 Ville Syrj?l? wrote:
> On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote:
> > Extend the -P option to allow specifying the plane x and y offsets. The
> > position is optional, if not specified the plane will be positioned at
> > the cent
If clock_gettime did fail, it would return -1 and set errno.
What we really want to strerror() is the errno.
Signed-off-by: Daniel Kurtz
---
xf86drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xf86drm.c b/xf86drm.c
index 2a74c80..4791a05 100644
--- a/xf86drm.c
+++ b/xf8
e about 3.8, definitively not on 3.9).
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/de95b8dc/attachment.html>
tear ***
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/1a6dce02/attachment.html>
Hi Dave,
I've figured I'll flush my -fixes queue before I head off to an extended
w/e. All just really small stuff: 3 small regression fixes plus a build
fix for especially dense gcc versions.
Cheers, Daniel
The following changes since commit b1289371fcd580b4c412e6d05c4cb8ac8d277239:
Revert "
On Wed, Mar 27, 2013 at 09:45:35PM +0100, Daniel Vetter wrote:
> We don't grab the modeset locks any more since
>
> commit 468174f748603497e73dba9b5c6d1d9f71121486
> Author: Daniel Vetter
> Date: Tue Dec 11 00:09:12 2012 +0100
>
> drm: push modeset_lock_all into ->fb_create driver callback
On Thu, Mar 28, 2013 at 01:16:09AM +0100, Laurent Pinchart wrote:
> Hi Ville,
>
> On Wednesday 27 March 2013 19:15:31 Ville Syrj?l? wrote:
> > On Wed, Mar 27, 2013 at 05:57:20PM +0200, Ville Syrj?l? wrote:
> > > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote:
> > > > Extend the -
From: "Luis R. Rodriguez"
I maintain the the compat-drivers project [0] which aims at backporting the
Linux kernel drivers down to older kernels, automatically [1]. Thanks to
Ozan Caglayan as a GSoC project we now backport DRM drivers.
The initial framework we had set up to help with the automat
From: "Luis R. Rodriguez"
Commit 3cf2667 as of next-20130301 extended the struct fb_info
with a skip_vt_switch to allow drivers to skip the VT switch
at suspend/resume time. For older kernels we can skip this
as all this switch does is call pm_vt_switch_required() with true
or false depending on
From: "Luis R. Rodriguez"
Commit 3cf2667 as of next-20130301 extended the struct fb_info
with a skip_vt_switch to allow drivers to skip the VT switch
at suspend/resume time. For older kernels we can skip this
as all this switch does is call pm_vt_switch_required() with true
or false depending on
From: "Luis R. Rodriguez"
The collateral evolution (CE) on the fb_info data structure
that added the skip_vt_switch element can be simplified
further by replacing the #ifdef hell with a static inline.
Furthermore, if the static inline is added upstream it'd mean
we can get rid of all these stati
From: "Luis R. Rodriguez"
This adds helpers to enable and test for the skip_vt_switch.
This gets us two things:
1) It allows us to require less collateral evolutions
should we need changes on the fb_info data structure
later (perhaps a bitmap flag).
2) Allows this feature to be backported
On Tuesday 19 March 2013 15:55:49 Laurent Pinchart wrote:
> The -w parameter can be used to set a property value from the command
> line, using the target object ID and the property name.
>
> Signed-off-by: Laurent Pinchart
> ---
> tests/modetest/modetest.c | 108
AGHHhhh!
Signed-off-by: Maarten Lankhorst
---
diff --git a/drivers/gpu/drm/nouveau/core/core/event.c
b/drivers/gpu/drm/nouveau/core/core/event.c
index 6d01e0f..f56bd56 100644
--- a/drivers/gpu/drm/nouveau/core/core/
Hi Dave,
Could you please pick this patch for v3.10 ?
On Tuesday 12 March 2013 15:38:43 Laurent Pinchart wrote:
> The page flip handler stores the page flip event pointer and then calls
> drm_vblank_get() to enable the vblank interrupt. Due to the vblank off
> delay, the vblank interrupt can be e
Hello,
On Thursday 14 March 2013 15:05:29 Laurent Pinchart wrote:
> On Tuesday 12 March 2013 15:45:36 Laurent Pinchart wrote:
> > Hello,
> >
> > This two patches add support for GEM CMA objects import and export as
> > dma-buf file handles.
> >
> > There's not much to be added about the patches
On Thursday 23 August 2012 12:05:27 Laurent Pinchart wrote:
> On Thursday 19 July 2012 13:55:37 Laurent Pinchart wrote:
> > On Thursday 31 May 2012 18:26:14 Laurent Pinchart wrote:
> > > Hi everybody,
> > >
> > > Here are two small fixes that disallow format changes in page flip
> > > operations,
Signed-off-by: Maarten Lankhorst
---
Oops, fixed to apply this time..
diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c
b/drivers/gpu/drm/nouveau/nouveau_display.c
index 4610c3a..020542e 100644
--- a/drivers/gpu/drm/nouveau/nouveau_display.c
+++ b/drivers/gpu/drm/nouveau/nouveau_display.c
@
On Thu, 28 Mar 2013 14:05:40 +0800
Daniel Kurtz wrote:
> If clock_gettime did fail, it would return -1 and set errno.
> What we really want to strerror() is the errno.
>
> Signed-off-by: Daniel Kurtz
> ---
> xf86drm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xf
https://bugzilla.kernel.org/show_bug.cgi?id=43276
Lan Tianyu changed:
What|Removed |Added
Component|Power-Sleep-Wake|Video(DRI - non Intel)
AssignedTo|t
On Thu, 28 Mar 2013 05:04:26 -0700
"Luis R. Rodriguez" wrote:
> The new commit by Jesse that extended the fb_info with a skip_vt_switch
> element is the simplest example of a data structure expansion. We'd backport
> this by adding a static inline to compat so that new kernels muck with the
> new
On Thu, 28 Mar 2013, Jesse Barnes wrote:
> On Thu, 28 Mar 2013 05:04:26 -0700
> "Luis R. Rodriguez" wrote:
>
> > The new commit by Jesse that extended the fb_info with a skip_vt_switch
> > element is the simplest example of a data structure expansion. We'd backport
> > this by adding a static inl
s editor (http://www.techpowerup.com/rbe/) fixed
these problems for me.
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/8fcc8880/attachment.html>
uts: 0 associated providers: 1 name:radeon
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/278aee42/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130328/14bcc911/attachment.html>
e for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/ab1eb2b6/attachment.html>
be
Kunal could tell us more about some similar observations.
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/e54cfad6/attachment.html>
Hi,
I'm trying to use tilcdc driver for KWH050TG08 LCD panel connected to AM335x
processor (3.9 rc1 kernel). I have prepared DT bindings for that (listed
bellow). I see fb0 device but I have no clocks going from cpu to LCD. My
clocks for LCD seems not properly to be set ...
virt_2500_ck
On Thu, Mar 28, 2013 at 9:19 AM, Julia Lawall wrote:
> On Thu, 28 Mar 2013, Jesse Barnes wrote:
>> > - info->skip_vt_switch = true;
>> > + fb_enable_skip_vt_switch(info);
>> >
>> > So we'd then have to just add this static inline change for each new
>> > driver...
>> > There may
On Thu, 28 Mar 2013, Luis R. Rodriguez wrote:
> On Thu, Mar 28, 2013 at 9:19 AM, Julia Lawall wrote:
> > On Thu, 28 Mar 2013, Jesse Barnes wrote:
> >> > - info->skip_vt_switch = true;
> >> > + fb_enable_skip_vt_switch(info);
> >> >
> >> > So we'd then have to just add this sta
On Thu, Mar 28, 2013 at 11:10 AM, Julia Lawall wrote:
> On Thu, 28 Mar 2013, Luis R. Rodriguez wrote:
>>
>> Thanks Julia! I'll be sure to try to add this to compat-drivers if the
>> upstream fb patch is not accepted. If it is accepted we would not need
>> this at all!
>>
>> > Then I guess there wo
On Thu, 2013-03-28 at 16:16 +0100, Maarten Lankhorst wrote:
> Signed-off-by: Maarten Lankhorst
> ---
> Oops, fixed to apply this time..
>
> diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c
> b/drivers/gpu/drm/nouveau/nouveau_display.c
> index 4610c3a..020542e 100644
> --- a/drivers/gpu/drm
On Thu, 28 Mar 2013, Luis R. Rodriguez wrote:
> On Thu, Mar 28, 2013 at 11:10 AM, Julia Lawall
> wrote:
> > On Thu, 28 Mar 2013, Luis R. Rodriguez wrote:
> >>
> >> Thanks Julia! I'll be sure to try to add this to compat-drivers if the
> >> upstream fb patch is not accepted. If it is accepted we
On Thu, Mar 28, 2013 at 3:29 PM, Julia Lawall wrote:
> On Thu, 28 Mar 2013, Luis R. Rodriguez wrote:
>
>> On Thu, Mar 28, 2013 at 11:10 AM, Julia Lawall
>> wrote:
>> > On Thu, 28 Mar 2013, Luis R. Rodriguez wrote:
>> >>
>> >> Thanks Julia! I'll be sure to try to add this to compat-drivers if the
70 matches
Mail list logo