amd-gpu: remove addtimestamp ioctl as it has no userspace users

(except libkgsl which needs kicking to remove the call)
This commit is contained in:
Matt Sealey
2012-12-03 16:24:51 -06:00
parent e879208842
commit be014d2b24
2 changed files with 12 additions and 11 deletions

View File

@@ -487,13 +487,13 @@ struct kgsl_sharedmem_fromhostpointer {
_IOW(KGSL_IOC_TYPE, 0x38, struct kgsl_sharedmem_fromhostpointer)
/* NQ */
struct kgsl_add_timestamp {
unsigned int device_id;
unsigned int *timestamp;
};
#define IOCTL_KGSL_ADD_TIMESTAMP \
_IOWR(KGSL_IOC_TYPE, 0x39, struct kgsl_add_timestamp)
//struct kgsl_add_timestamp {
// unsigned int device_id;
// unsigned int *timestamp;
//};
//
//#define IOCTL_KGSL_ADD_TIMESTAMP \
// _IOWR(KGSL_IOC_TYPE, 0x39, struct kgsl_add_timestamp)
/* NQ */
#define IOCTL_KGSL_DRIVER_EXIT \