commit | 77669eb87a904ee983d6c31563be20981837705d | [log] [tgz] |
---|---|---|
author | Ben Goz <ben.goz@amd.com> | Sat Jan 03 22:12:31 2015 +0200 |
committer | Oded Gabbay <oded.gabbay@amd.com> | Fri Jan 09 22:26:04 2015 +0200 |
tree | 8d1af00c8176cd04b17533ec86e5bb49da51fe17 | |
parent | a84a9903b5885ce1f0b258f8a6568f17d746ab44 [diff] |
drm/amdkfd: Add SDMA mqd support This patch adds support for SDMA mqd operations: - init_mqd_sdma - uninit_mqd_sdma - load_mqd_sdma - update_mqd_sdma - destroy_mqd_sdma - is_occupied_sdma It also adds SDMA queue information to some private structures of amdkfd. v3: Use the new names of some of the defines. Signed-off-by: Ben Goz <ben.goz@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>