mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
gpu: host1x: Enable general interrupts for actmon
Host1x general interrupts include actmon-related interrupts, axi timeout interrupts, and illegal access interrupts. This change enables actmon-related interrupts only. Bug 3788919 Signed-off-by: Johnny Liu <johnliu@nvidia.com> Change-Id: Iea1f1622a11afa72f70f8d10efebd857a51cc4e2 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2889825 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
8733469474
commit
03fd3f1188
@@ -40,6 +40,11 @@ struct host1x_actmon {
|
||||
struct host1x_client *client;
|
||||
struct host1x_actmon_module modules[8];
|
||||
struct dentry *debugfs;
|
||||
struct list_head list;
|
||||
};
|
||||
|
||||
struct host1x;
|
||||
|
||||
void host1x_actmon_handle_interrupt(struct host1x *host, int classid);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user