Skip to content

Commit

Permalink
hsa/radeon: Set sched_policy to HWS without oversubscription
Browse files Browse the repository at this point in the history
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
  • Loading branch information
Oded Gabbay committed Jul 27, 2014
1 parent 9bfc44c commit be18097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/hsa/radeon/kfd_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static const struct kgd2kfd_calls kgd2kfd = {
.resume = kgd2kfd_resume,
};

int sched_policy = 0;
int sched_policy = KFD_SCHED_POLICY_HWS_NO_OVERSUBSCRIPTION;
module_param(sched_policy, int, S_IRUSR | S_IWUSR);
MODULE_PARM_DESC(sched_policy, "Kernel cmdline parameter define the kfd scheduling policy");

Expand Down

0 comments on commit be18097

Please sign in to comment.