Re: ASpeed Technologies KMS VGA Driver error in log

2012-10-09 Thread David Airlie
> > > 
> > 
> > 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 
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 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: ASpeed Technologies KMS VGA Driver error in log

2012-10-09 Thread thekingmen
> - Original Message -
> > From: "Keven" 
> > To: linux-kernel@vger.kernel.org, airl...@redhat.com
> > 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 ? 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: ASpeed Technologies KMS VGA Driver error in log

2012-10-09 Thread thekingmen
 - Original Message -
  From: Keven theking...@gmail.com
  To: linux-kernel@vger.kernel.org, airl...@redhat.com
  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 ? 

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: ASpeed Technologies KMS VGA Driver error in log

2012-10-09 Thread David Airlie
   
  
  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 airl...@gmail.com
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 airl...@redhat.com

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: ASpeed Technologies KMS VGA Driver error in log

2012-09-02 Thread David Airlie


- Original Message -
> From: "Keven" 
> To: linux-kernel@vger.kernel.org, airl...@redhat.com
> 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


ASpeed Technologies KMS VGA Driver error in log

2012-09-02 Thread Keven
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

When I start my machine, I receive these messages from the component.

[7.515770] ast :01:01.0: enabling device ( -> 0003)
[7.516711] [drm] AST 1100 detected
[7.516764] [drm] dram 32400 0 32 0400
**
[7.518793] [drm:ast_cursor_init] *ERROR* pinned cursor cache at 0
**
[   23.703894] fb1: astdrmfb frame buffer device
[   23.703897] drm: registered panic notifier
[   23.703902] [drm] Initialized ast 0.1.0 20120228 for :01:01.0 on
minor 0



This can be traced back to the function
int ast_cursor_init(struct drm_device *dev)
and 
DRM_ERROR("pinned cursor cache at %llx\n", ast->cursor_cache_gpu_addr);

So.. is this normal ? ? ?

3. /proc/version Linux version 3.5.3-1-ARCH (tobias@T-POWA-LX) (gcc
version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Aug 26
09:14:51 CEST 2012

7.lspci -
01:01.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED
Graphics Family (rev 10) (prog-if 00 [VGA controller])
Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
SERR- http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


ASpeed Technologies KMS VGA Driver error in log

2012-09-02 Thread Keven
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

When I start my machine, I receive these messages from the component.

[7.515770] ast :01:01.0: enabling device ( - 0003)
[7.516711] [drm] AST 1100 detected
[7.516764] [drm] dram 32400 0 32 0400
**
[7.518793] [drm:ast_cursor_init] *ERROR* pinned cursor cache at 0
**
[   23.703894] fb1: astdrmfb frame buffer device
[   23.703897] drm: registered panic notifier
[   23.703902] [drm] Initialized ast 0.1.0 20120228 for :01:01.0 on
minor 0



This can be traced back to the function
int ast_cursor_init(struct drm_device *dev)
and 
DRM_ERROR(pinned cursor cache at %llx\n, ast-cursor_cache_gpu_addr);

So.. is this normal ? ? ?

3. /proc/version Linux version 3.5.3-1-ARCH (tobias@T-POWA-LX) (gcc
version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Aug 26
09:14:51 CEST 2012

7.lspci -
01:01.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED
Graphics Family (rev 10) (prog-if 00 [VGA controller])
Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Interrupt: pin A routed to IRQ 17
Region 0: Memory at f700 (32-bit, non-prefetchable) [size=8M]
Region 1: Memory at f6fe (32-bit, non-prefetchable) [size=128K]
Region 2: I/O ports at b000 [size=128]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot
+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ast

Motherboard
Asus Z8NA-D6C

Also, I do *not* use the inboard graphical card. I plugged an external
card in the pci-express slow on this board. There is no options in the
bios to deactive the external card and check if the message is
different. As I am using another card, the system does work.

Please advise. 





--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: ASpeed Technologies KMS VGA Driver error in log

2012-09-02 Thread David Airlie


- Original Message -
 From: Keven theking...@gmail.com
 To: linux-kernel@vger.kernel.org, airl...@redhat.com
 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.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/