]> git.karo-electronics.de Git - karo-tx-linux.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>
Sun, 9 Jun 2013 10:22:35 +0000 (12:22 +0200)
commit08a0188b0445784224c9508324e81d5ed4ee5e88
tree99e6ab1184a020853f6c5b78c6b6ecc8ed289c31
parentbb9e0ca8369ee6558ca451c7d87aeab963aadb0b
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