Home | History | Annotate | Download | only in etnaviv
      1 Notes for the etnaviv gallium driver
      2 ------------------------------------
      3 
      4 There are two ways how this driver might get used:
      5 
      6 - application opens kms device (kmscube, weston, ..)
      7 - X via xf86-video-armada
      8 
      9 For the kms device case we provide a renderonly based driver like
     10 imx where all the magic for buffer import and export between kms
     11 and renderonly GPU is handled automaticly.
     12 
     13 For X/xf86-video-armada we need to provide etnaviv_dri.so.
     14