]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a01009e87c85ad2b189820515d333608948346c
treec0521c4175d60aa4d3854764d5ddbb7ae69b4972
parentf404e3e5ac344d4273c2b80e5f5aa68aa96eb4c3
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