summaryrefslogtreecommitdiff
path: root/tools/power/x86/x86_energy_perf_policy/Makefile
blob: 971c9ffdcb504ad8172758849aa5f0156f010bd9 (plain)
1
2
3
4
5
6
7
8
9
10
DESTDIR ?=

x86_energy_perf_policy : x86_energy_perf_policy.c

clean :
	rm -f x86_energy_perf_policy

install :
	install x86_energy_perf_policy ${DESTDIR}/usr/bin/
	install x86_energy_perf_policy.8 ${DESTDIR}/usr/share/man/man8/
d'>5322942527156178874eec3d3108a4fae148d87d (diff)parent552416c146fadc67cd9b53ef7adf88d3381c43a6 (diff)
Merge tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux into drm-fixes
This pull request brings in fixes for VC4 3D in 4.8, most of which are covered by testcases. * tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux: drm/vc4: Fix oops when userspace hands in a bad BO. drm/vc4: Fix overflow mem unreferencing when the binner runs dry. drm/vc4: Free hang state before destroying BO cache. drm/vc4: Fix handling of a pm_runtime_get_sync() success case. drm/vc4: Use drm_malloc_ab to fix large rendering jobs. drm/vc4: Use drm_free_large() on handles to match its allocation.
Diffstat