Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-22 | devicetree: get opp-v2 freq range for gpu, if available | Burt P | |
* opp-v2 = operating-points-v2, frequency scaling information from device tree that can be used for cpu, gpu, etc. * adds helper function to get the opp-v2 range of frequencies for a node, dtr_get_opp_range() in dt_util.c * adds a freq range in opp-v2 property for a node in dt * reports a gpu's max clock frequency if avaiable via opp-v2 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-26 | gpu: show more dt info | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-05-25 | gpu_util.c: add nvidia specific information from procfs | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-04-24 | [new] gpu_util: functions and data structures for gpu information | Burt P | |
Enumerates GPUs into a list. Currently from PCI and device tree. Signed-off-by: Burt P <pburt0@gmail.com> |