summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-02-26 09:41:14 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2013-02-26 09:41:14 +0000
commit13461a18b1605feb17304d52136d100df50ca296 (patch)
tree7a51a90e4dd9eb198d4bdb93757a24e676865a40 /src/sna/sna.h
parent528dbf9ebb2688f476ef283be59d0f2232159dcb (diff)
sna: Print detected CPU features
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r--src/sna/sna.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h
index 77a52bdd..fe31b210 100644
--- a/src/sna/sna.h
+++ b/src/sna/sna.h
@@ -868,6 +868,7 @@ inline static bool is_clipped(const RegionRec *r,
}
unsigned sna_cpu_detect(void);
+char *sna_cpu_features_to_string(unsigned features, char *line);
void sna_threads_init(void);
int sna_use_threads (int width, int height, int threshold);