diff options
author | [email protected] <[email protected]> | 2016-06-03 06:34:33 +0100 |
---|---|---|
committer | Tvrtko Ursulin <[email protected]> | 2016-06-14 10:42:35 +0100 |
commit | 33e141ed1cf74cd8ef26e5f175e43e378157a649 (patch) | |
tree | 95c5153c0d7a1df63b5e22059c2d0377a081492e /tools/perf/scripts/python/netdev-times.py | |
parent | beffa5176fa26494039f9f83e445362494ebe908 (diff) |
drm/i915:bxt: Enable Pooled EU support
This mode allows to assign EUs to pools which can process work collectively.
The command to enable this mode should be issued as part of context initialization.
The pooled mode is global, once enabled it has to stay the same across all
contexts until HW reset hence this is sent in auxiliary golden context batch.
Thanks to Mika for the preliminary review and comments.
v2: explain why this is enabled in golden context, use feature flag while
enabling the support (Chris)
v3: Include only kernel support as userspace support is not available yet.
User space clients need to know when the pooled EU feature is present
and enabled on the hardware so that they can adapt work submissions.
Create a new device info flag for this purpose.
Set has_pooled_eu to true in the Broxton static device info - Broxton
supports the feature in hardware and the driver will enable it by
default.
We need to add getparam ioctls to enable userspace to query availability of
this feature and to retrieve min. no of eus in a pool but we will expose
them once userspace support is available. Opensource users for this feature
are mesa, libva and beignet.
Beignet team is currently working on adding userspace support.
Reviewed-by: Chris Wilson <[email protected]> (v2)
Cc: Winiarski, Michal <[email protected]>
Cc: Zou, Nanhai <[email protected]>
Cc: Yang, Rong R <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Armin Reese <[email protected]>
Cc: Tim Gore <[email protected]>
Signed-off-by: Jeff McGee <[email protected]>
Signed-off-by: Arun Siluvery <[email protected]>
Reviewed-by: MichaĆ Winiarski <[email protected]>
Signed-off-by: Tvrtko Ursulin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions