Searched hist:11349 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dgpu_nomali.hh11349:9e46b77e5e56 Tue Feb 23 06:49:00 EST 2016 Andreas Sandberg <andreas.sandberg@arm.com> dev, arm: Refactor the NoMali GPU

Refactor and cleanup the NoMaliGpu class:

* Use a std::map instead of a switch block to map the parameter enum
describing the GPU type to a NoMali type.

* Remove redundant NoMali handle from the interrupt callback.

* Make callbacks and API wrappers protected instead of private to
enable future extensions.

* Wrap remaining NoMali API calls.
H A Dgpu_nomali.cc11349:9e46b77e5e56 Tue Feb 23 06:49:00 EST 2016 Andreas Sandberg <andreas.sandberg@arm.com> dev, arm: Refactor the NoMali GPU

Refactor and cleanup the NoMaliGpu class:

* Use a std::map instead of a switch block to map the parameter enum
describing the GPU type to a NoMali type.

* Remove redundant NoMali handle from the interrupt callback.

* Make callbacks and API wrappers protected instead of private to
enable future extensions.

* Wrap remaining NoMali API calls.

Completed in 8 milliseconds