Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Does GVT-g need special hardware capabilites? #6

Open
Thomas12 opened this issue Aug 1, 2015 · 6 comments
Open

Does GVT-g need special hardware capabilites? #6

Thomas12 opened this issue Aug 1, 2015 · 6 comments

Comments

@Thomas12
Copy link

Thomas12 commented Aug 1, 2015

All intel graphics drivers seem to share the same i915 codebase on Linux, of course with different capabilities for each hardware generation.

Does GVT-g depend on special hardware capabilities or is it a pure software / driver solution?
I ask because I would like to know what is for example Sandy Bridge lacking that GVT-g doesn't work?

Or is the limiting factor the expectation that there will be no new Windows 8/10 driver for Sandy Bridge released and hence no built-in GVT-g support on the "client side" (in case you want to setup a Linux host with a Windows guest)?

Thank you very much!

@l1viathan
Copy link
Contributor

Not special HW. GVT-g once had IVB supported several years ago, but we don't have enough resources to maintain a long list of supported CPUs/GPUs, so ...

@Thomas12
Copy link
Author

Thomas12 commented Aug 3, 2015

Can't these functions be abstracted in a way that it is no real problem to support more/older Intel GPUs?

Example:

On the one hand you have the GVT-g main functionality source-code.

And on the other hand you have several "bridges" to GVT-g for each GPU-generation that have to be built once per generation.

Especially as all Intel GPUs are related to each other, they mostly share the same ideas, interfaces, etc.

@l1viathan
Copy link
Contributor

Supporting a particular CPU/GPU is not that easy :)
To do that, you need to care about tuns of things :)

@igsol
Copy link

igsol commented May 16, 2017

@jikesong

GVT-g once had IVB supported several years ago

Does it mean that currently GVT-g in the mainstream vanilla kernels support e.g. i7-3770K ?

@l1viathan
Copy link
Contributor

l1viathan commented May 17, 2017 via email

@igsol
Copy link

igsol commented May 17, 2017

@jikesong Thanks for prompt answer!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants