Am Sonntag, den 24.01.2016, 17:35 +0000 schrieb Russell King - ARM Linux:
Here's some updates to etnaviv, which augment the features and GPU specifications which we export to userspace. This will allow us to fix the (currently incorrect) number of varyings that GPUs such as GC880 and GC2000 supposedly have.
While making this change, I'm also increasing the number of feature words we export up to the largest number known from the current Vivante galcore code.
drivers/gpu/drm/etnaviv/common.xml.h | 59 ++++++++++-- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 161 ++++++++++++++++++++++----------- drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 9 ++ drivers/gpu/drm/etnaviv/state_hi.xml.h | 26 +++++- include/uapi/drm/etnaviv_drm.h | 3 + 5 files changed, 196 insertions(+), 62 deletions(-)
I've applied this series with the prefix changed to drm/etnaviv.
Thanks, Lucas