|
|
@ -40,10 +40,11 @@ u32 nvhost_ctrl_gpu::ioctl(Ioctl command, const std::vector<u8>& input, |
|
|
return FlushL2(input, output); |
|
|
return FlushL2(input, output); |
|
|
case IoctlCommand::IocGetGpuTime: |
|
|
case IoctlCommand::IocGetGpuTime: |
|
|
return GetGpuTime(input, output); |
|
|
return GetGpuTime(input, output); |
|
|
} |
|
|
|
|
|
|
|
|
default: |
|
|
UNIMPLEMENTED_MSG("Unimplemented ioctl"); |
|
|
UNIMPLEMENTED_MSG("Unimplemented ioctl"); |
|
|
return 0; |
|
|
return 0; |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
u32 nvhost_ctrl_gpu::GetCharacteristics(const std::vector<u8>& input, std::vector<u8>& output, |
|
|
u32 nvhost_ctrl_gpu::GetCharacteristics(const std::vector<u8>& input, std::vector<u8>& output, |
|
|
std::vector<u8>& output2, IoctlVersion version) { |
|
|
std::vector<u8>& output2, IoctlVersion version) { |
|
|
|