drm/etnaviv: add security handling mode enum
authorLucas Stach <l.stach@pengutronix.de>
Mon, 22 Jan 2018 11:35:14 +0000 (12:35 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Fri, 9 Mar 2018 11:22:37 +0000 (12:22 +0100)
commit007ad58dd3cd77d97b293020989298b09320fe53
tree623e47ee34df69e597dfd61589c2069b1075ab49
parent681c19c8bf34df58e6705ba4c1a1676474ef7799
drm/etnaviv: add security handling mode enum

With the introduction of GPU security we have 3 different modes of
GPU operation:
- GPU core doesn't have security features -> no handling required
- the security related states are handled by the kernel driver
- the security related states are handled by a TrustZone application

Add a enum to differentiate between the different operation modes.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gpu.h