Re: [PATCH] drm/panfrost: Add missing GPU feature registers

2019-10-14 Thread Rob Herring
On Mon, Oct 14, 2019 at 10:15 AM Steven Price wrote: > > Three feature registers were declared but never actually read from the > GPU. Add THREAD_MAX_THREADS, THREAD_MAX_WORKGROUP_SIZE and > THREAD_MAX_BARRIER_SIZE so that the complete set are available. > > Fixes: 4bced8bea094 ("drm/panfrost: Exp

[PATCH] drm/panfrost: Add missing GPU feature registers

2019-10-14 Thread Steven Price
Three feature registers were declared but never actually read from the GPU. Add THREAD_MAX_THREADS, THREAD_MAX_WORKGROUP_SIZE and THREAD_MAX_BARRIER_SIZE so that the complete set are available. Fixes: 4bced8bea094 ("drm/panfrost: Export all GPU feature registers") Signed-off-by: Steven Price ---