Re: [PATCH 4/7] gpu: host1x: Drop unnecessary host1x argument

2018-05-21 Thread Dmitry Osipenko
On 17.05.2018 18:34, Thierry Reding wrote: > From: Thierry Reding > > Functions taking a pointer to a host1x syncpoint as an argument don't > need to specify a pointer to a host1x instance because it can be > obtained from the syncpoint. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/ho

[PATCH 4/7] gpu: host1x: Drop unnecessary host1x argument

2018-05-17 Thread Thierry Reding
From: Thierry Reding Functions taking a pointer to a host1x syncpoint as an argument don't need to specify a pointer to a host1x instance because it can be obtained from the syncpoint. Signed-off-by: Thierry Reding --- drivers/gpu/host1x/hw/channel_hw.c | 2 +- drivers/gpu/host1x/intr.c