cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

iva.txt (400B)


      1* TI - IVA (Imaging and Video Accelerator) subsystem
      2
      3The IVA contain various audio, video or imaging HW accelerator
      4depending of the version.
      5
      6Required properties:
      7- compatible : Should be:
      8  - "ti,ivahd" for OMAP4
      9  - "ti,iva2.2" for OMAP3
     10  - "ti,iva2.1" for OMAP2430
     11  - "ti,iva1" for OMAP2420
     12- ti,hwmods: "iva"
     13
     14Examples:
     15
     16iva {
     17    compatible = "ti,ivahd", "ti,iva";
     18    ti,hwmods = "iva";
     19};