Re: [PATCH libdrm 1/2] etnaviv: fix etna_bo_from_name

2017-08-05 Thread Christian Gmeiner
2017-08-04 17:28 GMT+02:00 Philipp Zabel : > Look up BOs from the name table using the name parameter instead of > req.handle (which at this point is always zero). > > Signed-off-by: Philipp Zabel > Reviewed-by: Eric Engestrom Reviewed-by: Christian Gmeiner > --- > Sorry for the resend, this t

[PATCH libdrm 1/2] etnaviv: fix etna_bo_from_name

2017-08-04 Thread Philipp Zabel
Look up BOs from the name table using the name parameter instead of req.handle (which at this point is always zero). Signed-off-by: Philipp Zabel Reviewed-by: Eric Engestrom --- Sorry for the resend, this time to the correct list. --- etnaviv/etnaviv_bo.c | 2 +- 1 file changed, 1 insertion(+),