summaryrefslogtreecommitdiff
path: root/Documentation/ioctl/tegra_vi.txt
blob: d15dd6792dc83995772390a02d92b9eb5ae3e44f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
NVHOST_VI_IOCTL_ENABLE_TPG          enable TPG
usage:
       uint enable;
       ioctl(fd, NVHOST_VI_IOCTL_ENABLE_TPG, &enable);

     inputs:

     Enable/disable TPG

     outputs:      none

     error return:
     EINVAL      Couldn't get clocks value

NVHOST_VI_IOCTL_SET_EMC_INFO          set memory controller bandwith info
usage:
     uint vi_bw;
     ioctl(fd, NVHOST_VI_IOCTL_SET_EMC_INFO , &vi_bw);

     inputs:

     Provide EMC bandwith info

     outputs:      none

     error return:
     ENOMEM      Failed to set la for this bandwith