intel/perf: specify sseu configuration when supported

Because of functional requirements for Gen11, when perf is enabled we
only power half the EU array.

This change forces it to enable everything.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
Reviewed-by: Mark Janes <mark.a.janes@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4021>
This commit is contained in:
Lionel Landwerlin
2020-03-02 14:43:30 +02:00
committed by Marge Bot
parent 8f152ed101
commit a7998371ed
3 changed files with 14 additions and 6 deletions

View File

@@ -54,11 +54,6 @@
#define OA_REPORT_INVALID_CTX_ID (0xffffffff)
static inline uint64_t to_user_pointer(void *ptr)
{
return (uintptr_t) ptr;
}
static bool
is_dir_or_link(const struct dirent *entry, const char *parent_dir)
{