commit | b37aced31eb08757875306137a0ac00004f2f783 | [log] [tgz] |
---|---|---|
author | Nirmoy Das <nirmoy.das@amd.com> | Thu Feb 27 15:34:15 2020 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Mar 09 13:51:35 2020 -0400 |
tree | fe0d59b0b3e724b0192ce394397f9be8e7a6145e | |
parent | 33abcb1f5a1719b1c18867e5bf24fb70efe98804 [diff] |
drm/scheduler: implement a function to modify sched list Implement drm_sched_entity_modify_sched() which modifies existing sched_list with a different one. This is going to be helpful when userspace changes priority of a ctx/entity then the driver can switch to the corresponding HW scheduler list for that priority. Signed-off-by: Nirmoy Das <nirmoy.das@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>