aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/pm_qos.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* LinuxKPI: Add cpu_latency_qos_request_active stub to linux/pm_qos.hVladimir Kondratyev2022-05-171-0/+6
| | | | | | | | Required by: drm-kmod 5.10 MFC after: 1 week Reviewers: hselasky, manu Differential Revision: https://reviews.freebsd.org/D35049
* LinuxKPI: add linux/pm_qos.hBjoern A. Zeeb2022-02-141-0/+53
Add a linux/pm_qos.h with three dummy functions and a struct as needed by a driver and drm-kmod [1] with no intend to support this for the moment. Submitted by: wulf (drm-kmod bits) [1] Sponsored by: The FreeBSD Foundation (drm-kmod requested updates) MFC after: 3 days Reviewed by: hselasky (earlier version), wulf Differential Revision: https://reviews.freebsd.org/D34234