• Lucas Stach's avatar
    drm/etnaviv: add security handling mode enum · 007ad58d
    Lucas Stach authored
    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: default avatarLucas Stach <l.stach@pengutronix.de>
    007ad58d
etnaviv_gpu.h 4.81 KB