repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git]
/
tools
/
build
/
feature
/
test-libpfm4.c
blob
af49b259459e1341f11b2b69cf32e2588da413e8
1
// SPDX-License-Identifier: GPL-2.0
2
#include <sys/types.h>
3
#include <perfmon/pfmlib.h>
4
5
int
main
(
void
)
6
{
7
pfm_initialize
();
8
return
0
;
9
}