All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen VGA graphics passthru wiki page
@ 2010-03-13  0:22 Pasi Kärkkäinen
  2010-03-15  2:25 ` Han, Weidong
  2010-03-15 10:24 ` [Xen-devel] " Sergey Tovpeko
  0 siblings, 2 replies; 14+ messages in thread
From: Pasi Kärkkäinen @ 2010-03-13  0:22 UTC (permalink / raw)
  To: xen-devel; +Cc: weidong.han, Mr. Teo En Ming (Zhang Enming), xen-users

Hello,

I just created this wiki page:
http://wiki.xensource.com/xenwiki/XenVGAPassthrough

Feel free to add/edit to make it better!

I haven't tested VGA passthru myself (yet), so there 
might be some not-so-accurate information there.

-- Pasi

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: Xen VGA graphics passthru wiki page
  2010-03-13  0:22 Xen VGA graphics passthru wiki page Pasi Kärkkäinen
@ 2010-03-15  2:25 ` Han, Weidong
  2010-03-15 10:24 ` [Xen-devel] " Sergey Tovpeko
  1 sibling, 0 replies; 14+ messages in thread
From: Han, Weidong @ 2010-03-15  2:25 UTC (permalink / raw)
  To: Pasi Kärkkäinen, xen-devel
  Cc: Mr. Teo En Ming (Zhang Enming), xen-users

Pasi,

The wiki looks great!

I have a minor correction on "Where X is 1 for IGD (Integrated Graphics Device) passthru, and 2 for discrete graphics card passthru." I wanted to use different values for IGD and discrete gfx, but actually it is not necessary, it can detect if it's IGD or not in code. When it's set, it enables gfx passthru for both IGD and discrete gfx. The default value is 0 (no gfx passthru). I already edited the wiki page. 

Regards,
Weidong

-----Original Message-----
From: Pasi Kärkkäinen [mailto:pasik@iki.fi] 
Sent: Saturday, March 13, 2010 8:23 AM
To: xen-devel@lists.xensource.com
Cc: xen-users@lists.xensource.com; Mr. Teo En Ming (Zhang Enming); Han, Weidong
Subject: Xen VGA graphics passthru wiki page

Hello,

I just created this wiki page:
http://wiki.xensource.com/xenwiki/XenVGAPassthrough

Feel free to add/edit to make it better!

I haven't tested VGA passthru myself (yet), so there 
might be some not-so-accurate information there.

-- Pasi

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Xen VGA graphics passthru wiki page
  2010-03-13  0:22 Xen VGA graphics passthru wiki page Pasi Kärkkäinen
  2010-03-15  2:25 ` Han, Weidong
@ 2010-03-15 10:24 ` Sergey Tovpeko
  2010-03-16 16:45   ` Pasi Kärkkäinen
  1 sibling, 1 reply; 14+ messages in thread
From: Sergey Tovpeko @ 2010-03-15 10:24 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: Mr. Teo En Ming (Zhang Enming), xen-devel, weidong.han, xen-users

Good idea, about wiki!

I'm experimenting with AMD (Six-Core Opteron CPU, RD890 Chipset) with 
NVIDIA 8400 GS.
All i did were
* set 1:1 mapping between vBar and pBar
* load nvidia's VGA BIOS from the binary file, flushed with nvflash.exe 
utility.

And the video works in guest, i didn't see any special ussues related to 
IOMMU-part.

And i didn't see any mail, complaining that AMD hardware doesn't work 
with GFX passthrough.
> Hello,
>
> I just created this wiki page:
> http://wiki.xensource.com/xenwiki/XenVGAPassthrough
>
> Feel free to add/edit to make it better!
>
> I haven't tested VGA passthru myself (yet), so there 
> might be some not-so-accurate information there.
>
> -- Pasi
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>   

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Xen VGA graphics passthru wiki page
  2010-03-15 10:24 ` [Xen-devel] " Sergey Tovpeko
@ 2010-03-16 16:45   ` Pasi Kärkkäinen
  2010-03-16 17:38     ` Sander Eikelenboom
  0 siblings, 1 reply; 14+ messages in thread
From: Pasi Kärkkäinen @ 2010-03-16 16:45 UTC (permalink / raw)
  To: Sergey Tovpeko
  Cc: Mr. Teo En Ming (Zhang Enming), xen-devel, weidong.han, xen-users

On Mon, Mar 15, 2010 at 01:24:09PM +0300, Sergey Tovpeko wrote:
> Good idea, about wiki!
>
> I'm experimenting with AMD (Six-Core Opteron CPU, RD890 Chipset) with  
> NVIDIA 8400 GS.
> All i did were
> * set 1:1 mapping between vBar and pBar
> * load nvidia's VGA BIOS from the binary file, flushed with nvflash.exe  
> utility.
>

Could you send the extra patches you used? Or was it the old patch from the
xen-devel archives? iirc vBar=pBar stuff still requires additional patch.

> And the video works in guest, i didn't see any special ussues related to  
> IOMMU-part.
>
> And i didn't see any mail, complaining that AMD hardware doesn't work  
> with GFX passthrough.

Ok. I have to update the wiki page.
Do you know what other available AMD chipsets support IOMMU?

-- Pasi

>> Hello,
>>
>> I just created this wiki page:
>> http://wiki.xensource.com/xenwiki/XenVGAPassthrough
>>
>> Feel free to add/edit to make it better!
>>
>> I haven't tested VGA passthru myself (yet), so there might be some 
>> not-so-accurate information there.
>>
>> -- Pasi
>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>   
>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Xen VGA graphics passthru wiki page
  2010-03-16 16:45   ` Pasi Kärkkäinen
@ 2010-03-16 17:38     ` Sander Eikelenboom
  2010-03-17 10:33       ` [Xen-devel] " Sergey Tovpeko
  0 siblings, 1 reply; 14+ messages in thread
From: Sander Eikelenboom @ 2010-03-16 17:38 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: weidong.han, Sergey Tovpeko, Mr. Teo En Ming (Zhang Enming),
	xen-devel, xen-users

Hi Sergey and Pasi,

AMD RD-890 series chipset should be the first desktop chipsets to support an IOMMU,
if and which server chipsets also support it i don't know.

Good to know it seems to work ok, was considering to purchase that platform as well.

Sergey, what specific brand/type mobo do you use ?

--

Sander



Tuesday, March 16, 2010, 5:45:04 PM, you wrote

> On Mon, Mar 15, 2010 at 01:24:09PM +0300, Sergey Tovpeko wrote:
>> Good idea, about wiki!
>>
>> I'm experimenting with AMD (Six-Core Opteron CPU, RD890 Chipset) with  
>> NVIDIA 8400 GS.
>> All i did were
>> * set 1:1 mapping between vBar and pBar
>> * load nvidia's VGA BIOS from the binary file, flushed with nvflash.exe  
>> utility.
>>

> Could you send the extra patches you used? Or was it the old patch from the
> xen-devel archives? iirc vBar=pBar stuff still requires additional patch.

>> And the video works in guest, i didn't see any special ussues related to  
>> IOMMU-part.
>>
>> And i didn't see any mail, complaining that AMD hardware doesn't work  
>> with GFX passthrough.

> Ok. I have to update the wiki page.
> Do you know what other available AMD chipsets support IOMMU?

> -- Pasi

>>> Hello,
>>>
>>> I just created this wiki page:
>>> http://wiki.xensource.com/xenwiki/XenVGAPassthrough
>>>
>>> Feel free to add/edit to make it better!
>>>
>>> I haven't tested VGA passthru myself (yet), so there might be some 
>>> not-so-accurate information there.
>>>
>>> -- Pasi
>>>
>>>
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@lists.xensource.com
>>> http://lists.xensource.com/xen-devel
>>>   
>>





-- 
Best regards,
 Sander                            mailto:linux@eikelenboom.it

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Xen VGA graphics passthru wiki page
  2010-03-16 17:38     ` Sander Eikelenboom
@ 2010-03-17 10:33       ` Sergey Tovpeko
  2010-03-17 10:47         ` Sander Eikelenboom
  0 siblings, 1 reply; 14+ messages in thread
From: Sergey Tovpeko @ 2010-03-17 10:33 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: weidong.han, xen-devel, Mr. Teo En Ming (Zhang Enming), xen-users

Hello, Sander,
> Sergey, what specific brand/type mobo do you use ?
>
>   
The motherboard is TYAN s8212.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Xen VGA graphics passthru wiki page
  2010-03-17 10:33       ` [Xen-devel] " Sergey Tovpeko
@ 2010-03-17 10:47         ` Sander Eikelenboom
  2010-03-17 14:02           ` Pasi Kärkkäinen
  0 siblings, 1 reply; 14+ messages in thread
From: Sander Eikelenboom @ 2010-03-17 10:47 UTC (permalink / raw)
  To: Sergey Tovpeko
  Cc: weidong.han, xen-devel, Mr. Teo En Ming (Zhang Enming), xen-users

Hello Sergey,

Ah if i look at the spec sheets it's not a RD-890 chipset, but a opteron server chipset.
http://www.tyan.com/datasheets/d_S8212.pdf

Chipset:
AMD SR5690 + SP5100 (S8212WGM3NR/S8212GM3NR)
AMD SR5670 + SP5100 (S8212GM3NRLE/S8212GM3NR-LE))

Nevertheless good to hear vga passthrough works for you.

--

Sander



Wednesday, March 17, 2010, 11:33:21 AM, you wrote:

> Hello, Sander,
>> Sergey, what specific brand/type mobo do you use ?
>>
>>   
> The motherboard is TYAN s8212.




-- 
Best regards,
 Sander                            mailto:linux@eikelenboom.it

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Xen VGA graphics passthru wiki page
  2010-03-17 10:47         ` Sander Eikelenboom
@ 2010-03-17 14:02           ` Pasi Kärkkäinen
  2010-03-17 14:05             ` [Xen-devel] " Sander Eikelenboom
  0 siblings, 1 reply; 14+ messages in thread
From: Pasi Kärkkäinen @ 2010-03-17 14:02 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: weidong.han, Sergey Tovpeko, Mr. Teo En Ming (Zhang Enming),
	xen-devel, xen-users

On Wed, Mar 17, 2010 at 11:47:22AM +0100, Sander Eikelenboom wrote:
> Hello Sergey,
> 
> Ah if i look at the spec sheets it's not a RD-890 chipset, but a opteron server chipset.
>

So is RD-890 still ok, aka it has IOMMU support? Has anyone tested it with Xen? 
Should I remove RD-890 from the wiki pages?

> http://www.tyan.com/datasheets/d_S8212.pdf
> 
> Chipset:
> AMD SR5690 + SP5100 (S8212WGM3NR/S8212GM3NR)
> AMD SR5670 + SP5100 (S8212GM3NRLE/S8212GM3NR-LE))
> 
> Nevertheless good to hear vga passthrough works for you.
> 

Ok so I should add this one.. which one of the various models above is your mb? 

-- Pasi

> --
> 
> Sander
> 
> 
> 
> Wednesday, March 17, 2010, 11:33:21 AM, you wrote:
> 
> > Hello, Sander,
> >> Sergey, what specific brand/type mobo do you use ?
> >>
> >>   
> > The motherboard is TYAN s8212.
> 
> 
> 
> 
> -- 
> Best regards,
>  Sander                            mailto:linux@eikelenboom.it
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Xen VGA graphics passthru wiki page
  2010-03-17 14:02           ` Pasi Kärkkäinen
@ 2010-03-17 14:05             ` Sander Eikelenboom
  2010-03-17 15:59               ` Sergey Tovpeko
  0 siblings, 1 reply; 14+ messages in thread
From: Sander Eikelenboom @ 2010-03-17 14:05 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: weidong.han, Sergey Tovpeko, Mr. Teo En Ming (Zhang Enming),
	xen-devel, xen-users

Hello Pasi,

It should have an iommu, but the mobo's are just on the market, haven't tested it myself.

--
Sander

Wednesday, March 17, 2010, 3:02:31 PM, you wrote:

> On Wed, Mar 17, 2010 at 11:47:22AM +0100, Sander Eikelenboom wrote:
>> Hello Sergey,
>> 
>> Ah if i look at the spec sheets it's not a RD-890 chipset, but a opteron server chipset.
>>

> So is RD-890 still ok, aka it has IOMMU support? Has anyone tested it with Xen? 
> Should I remove RD-890 from the wiki pages?

>> http://www.tyan.com/datasheets/d_S8212.pdf
>> 
>> Chipset:
>> AMD SR5690 + SP5100 (S8212WGM3NR/S8212GM3NR)
>> AMD SR5670 + SP5100 (S8212GM3NRLE/S8212GM3NR-LE))
>> 
>> Nevertheless good to hear vga passthrough works for you.
>> 

> Ok so I should add this one.. which one of the various models above is your mb? 

> -- Pasi

>> --
>> 
>> Sander
>> 
>> 
>> 
>> Wednesday, March 17, 2010, 11:33:21 AM, you wrote:
>> 
>> > Hello, Sander,
>> >> Sergey, what specific brand/type mobo do you use ?
>> >>
>> >>   
>> > The motherboard is TYAN s8212.
>> 
>> 
>> 
>> 
>> -- 
>> Best regards,
>>  Sander                            mailto:linux@eikelenboom.it
>> 



-- 
Best regards,
 Sander                            mailto:linux@eikelenboom.it

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Xen VGA graphics passthru wiki page
  2010-03-17 14:05             ` [Xen-devel] " Sander Eikelenboom
@ 2010-03-17 15:59               ` Sergey Tovpeko
  2010-03-18 16:18                 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 14+ messages in thread
From: Sergey Tovpeko @ 2010-03-17 15:59 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: weidong.han, xen-devel, Mr. Teo En Ming (Zhang Enming), xen-users

In fact, we got an engineer sample sometime ago with RD890 chipset

lspci output:

00:00.0 Host bridge: ATI Technologies Inc RD890 Northbridge only dual 
slot (2x16) PCI-e GFX Hydra part (rev 02)

And i tested VGA passthrough on RD890, not on SR5690/SR5670.  And it has 
IOMMU inside.

> Hello Pasi,
>
> It should have an iommu, but the mobo's are just on the market, haven't tested it myself.
>
> --
> Sander
>
> Wednesday, March 17, 2010, 3:02:31 PM, you wrote:
>
>   
>> On Wed, Mar 17, 2010 at 11:47:22AM +0100, Sander Eikelenboom wrote:
>>     
>>> Hello Sergey,
>>>
>>> Ah if i look at the spec sheets it's not a RD-890 chipset, but a opteron server chipset.
>>>
>>>       
>
>   
>> So is RD-890 still ok, aka it has IOMMU support? Has anyone tested it with Xen? 
>> Should I remove RD-890 from the wiki pages?
>>     
>
>   
>>> http://www.tyan.com/datasheets/d_S8212.pdf
>>>
>>> Chipset:
>>> AMD SR5690 + SP5100 (S8212WGM3NR/S8212GM3NR)
>>> AMD SR5670 + SP5100 (S8212GM3NRLE/S8212GM3NR-LE))
>>>
>>> Nevertheless good to hear vga passthrough works for you.
>>>
>>>       
>
>   
>> Ok so I should add this one.. which one of the various models above is your mb? 
>>     
>
>   
>> -- Pasi
>>     
>
>   
>>> --
>>>
>>> Sander
>>>
>>>
>>>
>>> Wednesday, March 17, 2010, 11:33:21 AM, you wrote:
>>>
>>>       
>>>> Hello, Sander,
>>>>         
>>>>> Sergey, what specific brand/type mobo do you use ?
>>>>>
>>>>>   
>>>>>           
>>>> The motherboard is TYAN s8212.
>>>>         
>>>
>>>
>>> -- 
>>> Best regards,
>>>  Sander                            mailto:linux@eikelenboom.it
>>>
>>>       
>
>
>
>   

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Xen VGA graphics passthru wiki page
  2010-03-17 15:59               ` Sergey Tovpeko
@ 2010-03-18 16:18                 ` Pasi Kärkkäinen
  2010-03-19 10:15                   ` [Xen-devel] " Sergey Tovpeko
  0 siblings, 1 reply; 14+ messages in thread
From: Pasi Kärkkäinen @ 2010-03-18 16:18 UTC (permalink / raw)
  To: Sergey Tovpeko
  Cc: Sander Eikelenboom, xen-devel, Mr. Teo En Ming (Zhang Enming),
	xen-users, weidong.han

On Wed, Mar 17, 2010 at 06:59:59PM +0300, Sergey Tovpeko wrote:
> In fact, we got an engineer sample sometime ago with RD890 chipset
>
> lspci output:
>
> 00:00.0 Host bridge: ATI Technologies Inc RD890 Northbridge only dual  
> slot (2x16) PCI-e GFX Hydra part (rev 02)
>
> And i tested VGA passthrough on RD890, not on SR5690/SR5670.  And it has  
> IOMMU inside.
>

Now I'm confused.. so SR5690/SR5670 wasn't tested after all? 

-- Pasi

>> Hello Pasi,
>>
>> It should have an iommu, but the mobo's are just on the market, haven't tested it myself.
>>
>> --
>> Sander
>>
>> Wednesday, March 17, 2010, 3:02:31 PM, you wrote:
>>
>>   
>>> On Wed, Mar 17, 2010 at 11:47:22AM +0100, Sander Eikelenboom wrote:
>>>     
>>>> Hello Sergey,
>>>>
>>>> Ah if i look at the spec sheets it's not a RD-890 chipset, but a opteron server chipset.
>>>>
>>>>       
>>
>>   
>>> So is RD-890 still ok, aka it has IOMMU support? Has anyone tested it 
>>> with Xen? Should I remove RD-890 from the wiki pages?
>>>     
>>
>>   
>>>> http://www.tyan.com/datasheets/d_S8212.pdf
>>>>
>>>> Chipset:
>>>> AMD SR5690 + SP5100 (S8212WGM3NR/S8212GM3NR)
>>>> AMD SR5670 + SP5100 (S8212GM3NRLE/S8212GM3NR-LE))
>>>>
>>>> Nevertheless good to hear vga passthrough works for you.
>>>>
>>>>       
>>
>>   
>>> Ok so I should add this one.. which one of the various models above 
>>> is your mb?     
>>
>>   
>>> -- Pasi
>>>     
>>
>>   
>>>> --
>>>>
>>>> Sander
>>>>
>>>>
>>>>
>>>> Wednesday, March 17, 2010, 11:33:21 AM, you wrote:
>>>>
>>>>       
>>>>> Hello, Sander,
>>>>>         
>>>>>> Sergey, what specific brand/type mobo do you use ?
>>>>>>
>>>>>>             
>>>>> The motherboard is TYAN s8212.
>>>>>         
>>>>
>>>>
>>>> -- 
>>>> Best regards,
>>>>  Sander                            mailto:linux@eikelenboom.it
>>>>
>>>>       
>>
>>
>>
>>   
>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Xen VGA graphics passthru wiki page
  2010-03-18 16:18                 ` Pasi Kärkkäinen
@ 2010-03-19 10:15                   ` Sergey Tovpeko
  2010-03-19 10:27                     ` Sander Eikelenboom
  0 siblings, 1 reply; 14+ messages in thread
From: Sergey Tovpeko @ 2010-03-19 10:15 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: Sander Eikelenboom, xen-devel, Mr. Teo En Ming (Zhang Enming),
	xen-users, weidong.han

Pasi Kärkkäinen wrote:
> On Wed, Mar 17, 2010 at 06:59:59PM +0300, Sergey Tovpeko wrote:
>   
>> In fact, we got an engineer sample sometime ago with RD890 chipset
>>
>> lspci output:
>>
>> 00:00.0 Host bridge: ATI Technologies Inc RD890 Northbridge only dual  
>> slot (2x16) PCI-e GFX Hydra part (rev 02)
>>
>> And i tested VGA passthrough on RD890, not on SR5690/SR5670.  And it has  
>> IOMMU inside.
>>
>>     
>
> Now I'm confused.. so SR5690/SR5670 wasn't tested after all? 
>   
Hello, Pasi!

As wikipedia says (http://en.wikipedia.org/wiki/AMD_800_chipset_series) :
The codenames of the chipsets "RD890S", "RD870S" and "SB700S" has also 
changed to "SR5690", "SR5670" and "SP5100 
<http://en.wikipedia.org/wiki/AMD_700_chipset_series#SP5100>".^
<http://en.wikipedia.org/wiki/AMD_800_chipset_series#cite_note-2>
Seems, that RD890 and SR5690 are the same chipset with different codenames.







>>> Hello Pasi,
>>>
>>> It should have an iommu, but the mobo's are just on the market, haven't tested it myself.
>>>
>>> --
>>> Sander
>>>
>>> Wednesday, March 17, 2010, 3:02:31 PM, you wrote:
>>>
>>>   
>>>       
>>>> On Wed, Mar 17, 2010 at 11:47:22AM +0100, Sander Eikelenboom wrote:
>>>>     
>>>>         
>>>>> Hello Sergey,
>>>>>
>>>>> Ah if i look at the spec sheets it's not a RD-890 chipset, but a opteron server chipset.
>>>>>
>>>>>       
>>>>>           
>>>   
>>>       
>>>> So is RD-890 still ok, aka it has IOMMU support? Has anyone tested it 
>>>> with Xen? Should I remove RD-890 from the wiki pages?
>>>>     
>>>>         
>>>   
>>>       
>>>>> http://www.tyan.com/datasheets/d_S8212.pdf
>>>>>
>>>>> Chipset:
>>>>> AMD SR5690 + SP5100 (S8212WGM3NR/S8212GM3NR)
>>>>> AMD SR5670 + SP5100 (S8212GM3NRLE/S8212GM3NR-LE))
>>>>>
>>>>> Nevertheless good to hear vga passthrough works for you.
>>>>>
>>>>>       
>>>>>           
>>>   
>>>       
>>>> Ok so I should add this one.. which one of the various models above 
>>>> is your mb?     
>>>>         
>>>   
>>>       
>>>> -- Pasi
>>>>     
>>>>         
>>>   
>>>       
>>>>> --
>>>>>
>>>>> Sander
>>>>>
>>>>>
>>>>>
>>>>> Wednesday, March 17, 2010, 11:33:21 AM, you wrote:
>>>>>
>>>>>       
>>>>>           
>>>>>> Hello, Sander,
>>>>>>         
>>>>>>             
>>>>>>> Sergey, what specific brand/type mobo do you use ?
>>>>>>>
>>>>>>>             
>>>>>>>               
>>>>>> The motherboard is TYAN s8212.
>>>>>>         
>>>>>>             
>>>>> -- 
>>>>> Best regards,
>>>>>  Sander                            mailto:linux@eikelenboom.it
>>>>>
>>>>>       
>>>>>           
>>>
>>>   
>>>       

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Xen VGA graphics passthru wiki page
  2010-03-19 10:15                   ` [Xen-devel] " Sergey Tovpeko
@ 2010-03-19 10:27                     ` Sander Eikelenboom
  2010-03-19 17:40                       ` Pasi Kärkkäinen
  0 siblings, 1 reply; 14+ messages in thread
From: Sander Eikelenboom @ 2010-03-19 10:27 UTC (permalink / raw)
  To: Sergey Tovpeko; +Cc: xen-devel, xen-users

Hmm from what i read before, the 890 series should all have a iommu.
But reading the wiki and http://www.amdzone.com/phpbb3/viewtopic.php?f=52&t=137489&p=178270 leaves me in doubt now :(
Seems it's only the server variants of the chipset.

--
Sander


Friday, March 19, 2010, 11:15:07 AM, you wrote:

> Pasi Kärkkäinen wrote:
>> On Wed, Mar 17, 2010 at 06:59:59PM +0300, Sergey Tovpeko wrote:
>>   
>>> In fact, we got an engineer sample sometime ago with RD890 chipset
>>>
>>> lspci output:
>>>
>>> 00:00.0 Host bridge: ATI Technologies Inc RD890 Northbridge only dual  
>>> slot (2x16) PCI-e GFX Hydra part (rev 02)
>>>
>>> And i tested VGA passthrough on RD890, not on SR5690/SR5670.  And it has  
>>> IOMMU inside.
>>>
>>>     
>>
>> Now I'm confused.. so SR5690/SR5670 wasn't tested after all? 
>>   
> Hello, Pasi!

> As wikipedia says (http://en.wikipedia.org/wiki/AMD_800_chipset_series) :
> The codenames of the chipsets "RD890S", "RD870S" and "SB700S" has also 
> changed to "SR5690", "SR5670" and "SP5100 
> <http://en.wikipedia.org/wiki/AMD_700_chipset_series#SP5100>".^
> <http://en.wikipedia.org/wiki/AMD_800_chipset_series#cite_note-2>
> Seems, that RD890 and SR5690 are the same chipset with different codenames.







>>>> Hello Pasi,
>>>>
>>>> It should have an iommu, but the mobo's are just on the market, haven't tested it myself.
>>>>
>>>> --
>>>> Sander
>>>>
>>>> Wednesday, March 17, 2010, 3:02:31 PM, you wrote:
>>>>
>>>>   
>>>>       
>>>>> On Wed, Mar 17, 2010 at 11:47:22AM +0100, Sander Eikelenboom wrote:
>>>>>     
>>>>>         
>>>>>> Hello Sergey,
>>>>>>
>>>>>> Ah if i look at the spec sheets it's not a RD-890 chipset, but a opteron server chipset.
>>>>>>
>>>>>>       
>>>>>>           
>>>>   
>>>>       
>>>>> So is RD-890 still ok, aka it has IOMMU support? Has anyone tested it 
>>>>> with Xen? Should I remove RD-890 from the wiki pages?
>>>>>     
>>>>>         
>>>>   
>>>>       
>>>>>> http://www.tyan.com/datasheets/d_S8212.pdf
>>>>>>
>>>>>> Chipset:
>>>>>> AMD SR5690 + SP5100 (S8212WGM3NR/S8212GM3NR)
>>>>>> AMD SR5670 + SP5100 (S8212GM3NRLE/S8212GM3NR-LE))
>>>>>>
>>>>>> Nevertheless good to hear vga passthrough works for you.
>>>>>>
>>>>>>       
>>>>>>           
>>>>   
>>>>       
>>>>> Ok so I should add this one.. which one of the various models above 
>>>>> is your mb?     
>>>>>         
>>>>   
>>>>       
>>>>> -- Pasi
>>>>>     
>>>>>         
>>>>   
>>>>       
>>>>>> --
>>>>>>
>>>>>> Sander
>>>>>>
>>>>>>
>>>>>>
>>>>>> Wednesday, March 17, 2010, 11:33:21 AM, you wrote:
>>>>>>
>>>>>>       
>>>>>>           
>>>>>>> Hello, Sander,
>>>>>>>         
>>>>>>>             
>>>>>>>> Sergey, what specific brand/type mobo do you use ?
>>>>>>>>
>>>>>>>>             
>>>>>>>>               
>>>>>>> The motherboard is TYAN s8212.
>>>>>>>         
>>>>>>>             
>>>>>> -- 
>>>>>> Best regards,
>>>>>>  Sander                            mailto:linux@eikelenboom.it
>>>>>>
>>>>>>       
>>>>>>           
>>>>
>>>>   
>>>>       




-- 
Best regards,
 Sander                            mailto:linux@eikelenboom.it

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Xen VGA graphics passthru wiki page
  2010-03-19 10:27                     ` Sander Eikelenboom
@ 2010-03-19 17:40                       ` Pasi Kärkkäinen
  0 siblings, 0 replies; 14+ messages in thread
From: Pasi Kärkkäinen @ 2010-03-19 17:40 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: Sergey Tovpeko, xen-devel, xen-users

On Fri, Mar 19, 2010 at 11:27:54AM +0100, Sander Eikelenboom wrote:
> Hmm from what i read before, the 890 series should all have a iommu.
> But reading the wiki and http://www.amdzone.com/phpbb3/viewtopic.php?f=52&t=137489&p=178270 leaves me in doubt now :(
> Seems it's only the server variants of the chipset.
>

Ok, so I remove the 890 from the wiki pages.

-- Pasi
 
> --
> Sander
> 
> 
> Friday, March 19, 2010, 11:15:07 AM, you wrote:
> 
> > Pasi Kärkkäinen wrote:
> >> On Wed, Mar 17, 2010 at 06:59:59PM +0300, Sergey Tovpeko wrote:
> >>   
> >>> In fact, we got an engineer sample sometime ago with RD890 chipset
> >>>
> >>> lspci output:
> >>>
> >>> 00:00.0 Host bridge: ATI Technologies Inc RD890 Northbridge only dual  
> >>> slot (2x16) PCI-e GFX Hydra part (rev 02)
> >>>
> >>> And i tested VGA passthrough on RD890, not on SR5690/SR5670.  And it has  
> >>> IOMMU inside.
> >>>
> >>>     
> >>
> >> Now I'm confused.. so SR5690/SR5670 wasn't tested after all? 
> >>   
> > Hello, Pasi!
> 
> > As wikipedia says (http://en.wikipedia.org/wiki/AMD_800_chipset_series) :
> > The codenames of the chipsets "RD890S", "RD870S" and "SB700S" has also 
> > changed to "SR5690", "SR5670" and "SP5100 
> > <http://en.wikipedia.org/wiki/AMD_700_chipset_series#SP5100>".^
> > <http://en.wikipedia.org/wiki/AMD_800_chipset_series#cite_note-2>
> > Seems, that RD890 and SR5690 are the same chipset with different codenames.
> 
> 
> 
> 
> 
> 
> 
> >>>> Hello Pasi,
> >>>>
> >>>> It should have an iommu, but the mobo's are just on the market, haven't tested it myself.
> >>>>
> >>>> --
> >>>> Sander
> >>>>
> >>>> Wednesday, March 17, 2010, 3:02:31 PM, you wrote:
> >>>>
> >>>>   
> >>>>       
> >>>>> On Wed, Mar 17, 2010 at 11:47:22AM +0100, Sander Eikelenboom wrote:
> >>>>>     
> >>>>>         
> >>>>>> Hello Sergey,
> >>>>>>
> >>>>>> Ah if i look at the spec sheets it's not a RD-890 chipset, but a opteron server chipset.
> >>>>>>
> >>>>>>       
> >>>>>>           
> >>>>   
> >>>>       
> >>>>> So is RD-890 still ok, aka it has IOMMU support? Has anyone tested it 
> >>>>> with Xen? Should I remove RD-890 from the wiki pages?
> >>>>>     
> >>>>>         
> >>>>   
> >>>>       
> >>>>>> http://www.tyan.com/datasheets/d_S8212.pdf
> >>>>>>
> >>>>>> Chipset:
> >>>>>> AMD SR5690 + SP5100 (S8212WGM3NR/S8212GM3NR)
> >>>>>> AMD SR5670 + SP5100 (S8212GM3NRLE/S8212GM3NR-LE))
> >>>>>>
> >>>>>> Nevertheless good to hear vga passthrough works for you.
> >>>>>>
> >>>>>>       
> >>>>>>           
> >>>>   
> >>>>       
> >>>>> Ok so I should add this one.. which one of the various models above 
> >>>>> is your mb?     
> >>>>>         
> >>>>   
> >>>>       
> >>>>> -- Pasi
> >>>>>     
> >>>>>         
> >>>>   
> >>>>       
> >>>>>> --
> >>>>>>
> >>>>>> Sander
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> Wednesday, March 17, 2010, 11:33:21 AM, you wrote:
> >>>>>>
> >>>>>>       
> >>>>>>           
> >>>>>>> Hello, Sander,
> >>>>>>>         
> >>>>>>>             
> >>>>>>>> Sergey, what specific brand/type mobo do you use ?
> >>>>>>>>
> >>>>>>>>             
> >>>>>>>>               
> >>>>>>> The motherboard is TYAN s8212.
> >>>>>>>         
> >>>>>>>             
> >>>>>> -- 
> >>>>>> Best regards,
> >>>>>>  Sander                            mailto:linux@eikelenboom.it
> >>>>>>
> >>>>>>       
> >>>>>>           
> >>>>
> >>>>   
> >>>>       
> 
> 
> 
> 
> -- 
> Best regards,
>  Sander                            mailto:linux@eikelenboom.it
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-03-19 17:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-13  0:22 Xen VGA graphics passthru wiki page Pasi Kärkkäinen
2010-03-15  2:25 ` Han, Weidong
2010-03-15 10:24 ` [Xen-devel] " Sergey Tovpeko
2010-03-16 16:45   ` Pasi Kärkkäinen
2010-03-16 17:38     ` Sander Eikelenboom
2010-03-17 10:33       ` [Xen-devel] " Sergey Tovpeko
2010-03-17 10:47         ` Sander Eikelenboom
2010-03-17 14:02           ` Pasi Kärkkäinen
2010-03-17 14:05             ` [Xen-devel] " Sander Eikelenboom
2010-03-17 15:59               ` Sergey Tovpeko
2010-03-18 16:18                 ` Pasi Kärkkäinen
2010-03-19 10:15                   ` [Xen-devel] " Sergey Tovpeko
2010-03-19 10:27                     ` Sander Eikelenboom
2010-03-19 17:40                       ` Pasi Kärkkäinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.