mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-24 15:44:22 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user