gpu: host1x: Don't reset firewall between gathers
authorTerje Bergstrom <tbergstrom@nvidia.com>
Wed, 29 May 2013 10:26:04 +0000 (13:26 +0300)
committerThierry Reding <thierry.reding@gmail.com>
Sat, 22 Jun 2013 10:43:53 +0000 (12:43 +0200)
commitafac0e43c6c98473cce18fdeb5f7dda86dcf244f
treec0521c4175d60aa4d3854764d5ddbb7ae69b4972
parent5060d8ec7cfc29dd399b4fe952ba96e7a88aa778
gpu: host1x: Don't reset firewall between gathers

The firewall was reinitialised for each gather. Because the filter
was reinitialised, it did not track the class over gather boundaries.
This allowed the user application to set host1x class to one class
in one gather and use that class in another gather without firewall
having knowledge about that.

Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/gpu/host1x/job.c