Re: [PATCH 14/28] drm/msm: use new iterator in msm_gem_describe

2021-10-21 Thread Daniel Vetter
On Tue, Oct 19, 2021 at 01:49:08PM +0200, Christian König wrote: > Am 13.10.21 um 16:14 schrieb Daniel Vetter: > > On Tue, Oct 05, 2021 at 01:37:28PM +0200, Christian König wrote: > > > Simplifying the code a bit. Also drop the RCU read side lock since the > > > object is locked anyway. > > > > >

Re: [PATCH 14/28] drm/msm: use new iterator in msm_gem_describe

2021-10-19 Thread Christian König
Am 13.10.21 um 16:14 schrieb Daniel Vetter: On Tue, Oct 05, 2021 at 01:37:28PM +0200, Christian König wrote: Simplifying the code a bit. Also drop the RCU read side lock since the object is locked anyway. Untested since I can't get the driver to compile on !ARM. Cross-compiler install is prett

Re: [PATCH 14/28] drm/msm: use new iterator in msm_gem_describe

2021-10-13 Thread Daniel Vetter
On Tue, Oct 05, 2021 at 01:37:28PM +0200, Christian König wrote: > Simplifying the code a bit. Also drop the RCU read side lock since the > object is locked anyway. > > Untested since I can't get the driver to compile on !ARM. Cross-compiler install is pretty easy and you should have that for pus

[PATCH 14/28] drm/msm: use new iterator in msm_gem_describe

2021-10-05 Thread Christian König
Simplifying the code a bit. Also drop the RCU read side lock since the object is locked anyway. Untested since I can't get the driver to compile on !ARM. Signed-off-by: Christian König --- drivers/gpu/drm/msm/msm_gem.c | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-)

[PATCH 14/28] drm/msm: use new iterator in msm_gem_describe

2021-10-01 Thread Christian König
Simplifying the code a bit. Also drop the RCU read side lock since the object is locked anyway. Untested since I can't get the driver to compile on !ARM. Signed-off-by: Christian König --- drivers/gpu/drm/msm/msm_gem.c | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-)