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 */
Christian König <christian.koenig@amd.com>2016-05-18 13:00:38 +0200 committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 14:50:50 -0400 commit7392c329ee1e49663fc7c7e47e32ab0dcc79b4d2 (patch) treec10f7d7b5834bfa0c8926d150559b72070be9118 parent16a7133f35b310838ba934b6a29f8af73a88f093 (diff)
drm/amdgpu: remove begin_job/finish_job
Completely pointless and confusing to use a callback to call into the same code file. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Monk.Liu <monk.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat