commit | d36b94fcf0c812b04fff483e1b423f7d5042766e | [log] [tgz] |
---|---|---|
author | Oded Gabbay <oded.gabbay@gmail.com> | Thu Mar 05 15:13:18 2015 +0200 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Tue May 19 12:13:39 2015 +0300 |
tree | a624851c1e418530a30a8f97be9df43f86b6fd7e | |
parent | 1241e0b48f9337320a65560192f53406832eff2c [diff] |
drm/radeon: Add init interrupt kfd->kgd interface This patch adds a new interface function to the kfd->kgd interface. The function is kgd_init_interrupts() and its function is to initialize a pipe's interrupts. The function currently enables the timestamp interrupt and the bad opcode interrupt. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>