commit | d42af779fb2cf23bbe218c91b44f4979f18bc910 | [log] [tgz] |
---|---|---|
author | Oded Gabbay <oded.gabbay@gmail.com> | Tue May 05 11:51:31 2015 +0300 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Tue May 19 12:13:38 2015 +0300 |
tree | 13e194be79b1c946df7cbba9523363d96bb15669 | |
parent | 8856d8e048aa12ee056e24046e22fea7c77817a6 [diff] |
drm/amdkfd: Use new struct for asic specific ops This patch creates a new structure for asic specific operations, instead of using the existing structure of operations. This is done to make the code flow more logic, readable and maintainable. The change is done only to the device queue manager module at this point. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>