summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
blob: c28bef2f8778ebd024c783d6af13c7149faba9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
noinst_PROGRAMS =		\
	hsw_compute_wrpll	\
	skl_compute_wrpll	\
	skl_ddb_allocation	\
	cnl_compute_wrpll 	\
	$(NULL)

tools_prog_lists =		\
	igt_stats		\
	dpcd_reg		\
	intel_audio_dump	\
	intel_reg		\
	intel_backlight		\
	intel_bios_dumper	\
	intel_display_crc	\
	intel_display_poller	\
	intel_forcewaked	\
	intel_gpu_frequency	\
	intel_firmware_decode	\
	intel_gpu_time		\
	intel_gpu_top		\
	intel_gtt		\
	intel_guc_logger        \
	intel_infoframes	\
	intel_l3_parity		\
	intel_lid		\
	intel_opregion_decode	\
	intel_panel_fitter	\
	intel_reg_checker	\
	intel_residency		\
	intel_stepping		\
	intel_vbt_decode	\
	intel_watermark		\
	intel_gem_info		\
	intel_gvtg_test     \
	lsgpu			\
	$(NULL)

dist_bin_SCRIPTS = intel_gpu_abrt

LIBDRM_INTEL_BIN =		\
	intel_dump_decode	\
	intel_error_decode	\
	intel_framebuffer_dump	\
	intel_perf_counters	\
	$(NULL)

intel_reg_SOURCES =		\
	intel_reg.c		\
	intel_reg_decode.c	\
	intel_reg_spec.c	\
	intel_reg_spec.h

intel_vbt_decode_SOURCES =	\
	intel_vbt_decode.c	\
	intel_vbt_defs.h \
	intel_bios.h

intel_l3_parity_SOURCES =	\
	intel_l3_parity.c	\
	intel_l3_parity.h	\
	intel_l3_udev_listener.c

intel_dp_compliance_SOURCES = \
        intel_dp_compliance.c \
        igt_dp_compliance.h \
        igt_dp_compliance_hotplug.c \
        $(NULL)

amd_hdmi_compliance_SOURCES = \
        amd_hdmi_compliance.c \
		$(NULL)