summaryrefslogtreecommitdiff
path: root/irq.h
blob: 005e22418b38976242987f578e06594485189d2b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef IRQ_H
#define IRQ_H

extern int device_irq_number(const char *ifname);
extern void device_restore_irq_affinity_list(void);
extern int device_set_irq_affinity_list(int irq, unsigned long from,
					unsigned long to);
extern int device_set_irq_affinity(int irq, unsigned long cpu);

#endif /* IRQ_H */
'>ssdiff
authorRex Zhu <Rex.Zhu@amd.com>2016-08-11 19:36:54 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-09-14 15:10:35 -0400
commit00d57e6d6cb4a2b2c886935a9e1a1a2bcf26a85a (patch)
tree46877529d880babf6eaff03937d3bb9313baae7c
parent026c881046a352c9ac4f68bb84a5f6c9bc4a7d73 (diff)
drm/amd/powerplay: move smu related variable definitions to smumgr.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat