2012-10-10 01:52:51

by thekingmen

[permalink] [raw]
Subject: Re: ASpeed Technologies KMS VGA Driver error in log

> ----- Original Message -----
> > From: "Keven" <[email protected]>
> > To: [email protected], [email protected]
> > Sent: Monday, 3 September, 2012 12:26:05 AM
> > Subject: ASpeed Technologies KMS VGA Driver error in log
> >
> > 1. ASpeed Technologies KMS VGA Driver error in log
> > 2. Hi, I have an error message in my kernel log and I don't know if
> > this
> > need to be taken care of or this is a normal behaviour.
> >
> > The component is [PATCH] drm: Initial KMS driver for AST (ASpeed
> > Technologies) 2000 series
> > This article is related to the new compoent.
> > http://lists.freedesktop.org/archives/dri-devel/2012-April/021578.html
> >
> > The code file should be
> > Linux/drivers/gpu/drm/ast/ast_mode.c
> >
> > The error I have is
> > [ 7.518793] [drm:ast_cursor_init] *ERROR* pinned cursor cache at 0
> >
>
> Oh thanks for pointing this out, its just left over debug, I'll send a patch
> to remove it.
>
> Dave.

Hello,
I see no changes in the current kernel tree. Maybe you forgot about
it ?


2012-10-10 01:59:37

by David Airlie

[permalink] [raw]
Subject: Re: ASpeed Technologies KMS VGA Driver error in log

> > >
> >
> > Oh thanks for pointing this out, its just left over debug, I'll
> > send a patch
> > to remove it.
> >
> > Dave.
>
> Hello,
> I see no changes in the current kernel tree. Maybe you forgot about
> it ?
>
>

Not sure what kernel tree you are looking in, should be in Linus tree upstream now.

commit 0273de08c455031335dbea2630208f66106b0c14
Author: Dave Airlie <[email protected]>
Date: Mon Sep 3 07:22:16 2012 +1000

drm/ast: drop debug level on error printk

This was never an error, drop to a debug print.

Reported-by: Keven Lachance
Signed-off-by: Dave Airlie <[email protected]>