OSDN Git Service

gpu: host1x: Drop unnecessary host1x argument
authorThierry Reding <treding@nvidia.com>
Wed, 16 May 2018 12:29:33 +0000 (14:29 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 18 May 2018 19:51:01 +0000 (21:51 +0200)
commitac330f45c7ca5b92e78b369c7034160947f03b8d
treecf630cc33bf9c5bcb5f833c917d5a05ce4e84769
parentd4ad3ad9b81b73f568227563988b67708291900b
gpu: host1x: Drop unnecessary host1x argument

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.

Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Tested-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/hw/channel_hw.c
drivers/gpu/host1x/intr.c
drivers/gpu/host1x/intr.h
drivers/gpu/host1x/syncpt.c