Skip to content

etnaviv: gc7000 r6204 support

Lucas Stach requested to merge lynxeye/mesa:etnaviv-gc7000-r6204 into main

The GC7000 rev6204 is the GPU found on the i.MX8MP SoC. It's a HALTI5 part, just like the GPU on the i.MX8MQ, but has some meaningful differences:

  1. It doesn't include the BLT engine, but instead the RS engine made a comeback.
  2. It has only a single pixel pipe.
  3. Shader instructions are still limited to one constant source.
  4. It has no compression capabilities.
Edited by Lucas Stach

Merge request reports