Re: [PATCH 04/21] drm/etnaviv: extend etnaviv_gpu_cmdbuf_new(..) with nr_pmrs

2017-07-02 Thread Christian Gmeiner
2017-06-26 15:02 GMT+02:00 Lucas Stach : > Am Freitag, den 09.06.2017, 12:21 +0200 schrieb Christian Gmeiner: >> This commits extends etnaviv_gpu_cmdbuf_new(..) to define the number >> of struct etnaviv_perfmon elements gets stored. >> >> Signed-off-by: Christian Gmeiner >> --- >> drivers/gpu/drm

Re: [PATCH 04/21] drm/etnaviv: extend etnaviv_gpu_cmdbuf_new(..) with nr_pmrs

2017-06-26 Thread Lucas Stach
Am Freitag, den 09.06.2017, 12:21 +0200 schrieb Christian Gmeiner: > This commits extends etnaviv_gpu_cmdbuf_new(..) to define the number > of struct etnaviv_perfmon elements gets stored. > > Signed-off-by: Christian Gmeiner > --- >  drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c | 13 -

[PATCH 04/21] drm/etnaviv: extend etnaviv_gpu_cmdbuf_new(..) with nr_pmrs

2017-06-09 Thread Christian Gmeiner
This commits extends etnaviv_gpu_cmdbuf_new(..) to define the number of struct etnaviv_perfmon elements gets stored. Signed-off-by: Christian Gmeiner --- drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c | 13 - drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h | 2 +- drivers/gpu/drm/etnaviv