[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Christian Gmeiner
2016-01-19 9:20 GMT+01:00 Lucas Stach : > Am Dienstag, den 19.01.2016, 08:05 +0100 schrieb Christian Gmeiner: >> The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. >> Userspace still needs to validate the returned values as it can be 0 >> like on the imx6q. >> > We already fix

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Lucas Stach
Am Dienstag, den 19.01.2016, 08:05 +0100 schrieb Christian Gmeiner: > The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. > Userspace still needs to validate the returned values as it can be 0 > like on the imx6q. > We already fix up some of those register values in the kernel

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Russell King - ARM Linux
Co-incidentally, I also have a patch series along these same lines created last night, only with all the review points already addressed. I'll send it out momentarily. Not quite fully tested because the VG core causes the kernel to oops when reading /sys/kernel/debug/dri/1/gpu, but tested apart

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Christian Gmeiner
2016-01-19 8:16 GMT+01:00 Ilia Mirkin : > On Tue, Jan 19, 2016 at 2:05 AM, Christian Gmeiner > wrote: >> The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. >> Userspace still needs to validate the returned values as it can be 0 >> like on the imx6q. >> >> Signed-off-by:

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Christian Gmeiner
The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. Userspace still needs to validate the returned values as it can be 0 like on the imx6q. Signed-off-by: Christian Gmeiner --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 11 +- drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 3

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Ilia Mirkin
On Tue, Jan 19, 2016 at 3:11 AM, Christian Gmeiner wrote: > 2016-01-19 8:16 GMT+01:00 Ilia Mirkin : >> On Tue, Jan 19, 2016 at 2:05 AM, Christian Gmeiner >> wrote: >>> The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. >>> Userspace still needs to validate the returned values

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Ilia Mirkin
On Tue, Jan 19, 2016 at 2:05 AM, Christian Gmeiner wrote: > The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. > Userspace still needs to validate the returned values as it can be 0 > like on the imx6q. > > Signed-off-by: Christian Gmeiner > --- >