summaryrefslogtreecommitdiff
path: root/include/linux/utime.h
blob: 640be6a1959e8074ad79bce56ef71ecbeb779053 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LINUX_UTIME_H
#define _LINUX_UTIME_H

#include <linux/types.h>

struct utimbuf {
	time_t actime;
	time_t modtime;
};

#endif
dgpu/amdgpu_pm.h?h=DAL-wip&id=c4cacce7850042ad6b65d518d47497c0ae70c8b6'>commitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-13drm/amdgpu: register pm sysfs for sriov (v2)Yintian Tao1-0/+2
2019-06-11drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang1-0/+1
2017-08-15drm/amdgpu: Fix amdgpu_pm_acpi_event_handler warningJean Delvare1-0/+1
2017-01-27drm/amdgpu: add parse clock gating stateHuang Rui1-0/