Re: [PATCH 2/7] gpu: host1x: Store pointer to client in jobs

2018-05-21 Thread Dmitry Osipenko
On 17.05.2018 18:34, Thierry Reding wrote: > From: Thierry Reding > > Rather than storing some identifier derived from the application > context that can't be used concretely anywhere, store a pointer to the > client directly so that accesses can be made directly through that > client object. >

[PATCH 2/7] gpu: host1x: Store pointer to client in jobs

2018-05-17 Thread Thierry Reding
From: Thierry Reding Rather than storing some identifier derived from the application context that can't be used concretely anywhere, store a pointer to the client directly so that accesses can be made directly through that client object. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra