[PATCH 2/2] etnaviv: use stream count from VIVS_HI_CHIP_SPECS_4

2016-01-19 Thread Christian Gmeiner
2016-01-19 8:05 GMT+01:00 Christian Gmeiner : > Freescales v5 kernel driver reads stream count from SPECS_4 register > and if that value is 0 it falls back to the value from CHIP_SPECS. > > Signed-off-by: Christian Gmeiner > --- > drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 11 +-- > 1 file c

[PATCH 2/2] etnaviv: use stream count from VIVS_HI_CHIP_SPECS_4

2016-01-19 Thread Christian Gmeiner
Freescales v5 kernel driver reads stream count from SPECS_4 register and if that value is 0 it falls back to the value from CHIP_SPECS. Signed-off-by: Christian Gmeiner --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drive