mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
drm/amdkfd: Removed commented line for MQD queue priority
Missed deleting the commented line in the original patch.
Fixes: 73463e26f7 ("drm/amdkfd: Disable MQD queue priority")
Signed-off-by: Andrew Martin <andrew.martin@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bea29bb0dd
commit
bfe60e539c
|
|
@ -70,7 +70,6 @@ static void update_cu_mask(struct mqd_manager *mm, void *mqd,
|
|||
static void set_priority(struct cik_mqd *m, struct queue_properties *q)
|
||||
{
|
||||
m->cp_hqd_pipe_priority = pipe_priority_map[q->priority];
|
||||
/* m->cp_hqd_queue_priority = q->priority; */
|
||||
}
|
||||
|
||||
static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm,
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ static void update_cu_mask(struct mqd_manager *mm, void *mqd,
|
|||
static void set_priority(struct v10_compute_mqd *m, struct queue_properties *q)
|
||||
{
|
||||
m->cp_hqd_pipe_priority = pipe_priority_map[q->priority];
|
||||
/* m->cp_hqd_queue_priority = q->priority; */
|
||||
}
|
||||
|
||||
static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm,
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@ static void update_cu_mask(struct mqd_manager *mm, void *mqd,
|
|||
static void set_priority(struct v11_compute_mqd *m, struct queue_properties *q)
|
||||
{
|
||||
m->cp_hqd_pipe_priority = pipe_priority_map[q->priority];
|
||||
/* m->cp_hqd_queue_priority = q->priority; */
|
||||
}
|
||||
|
||||
static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm,
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ static void update_cu_mask(struct mqd_manager *mm, void *mqd,
|
|||
static void set_priority(struct v12_compute_mqd *m, struct queue_properties *q)
|
||||
{
|
||||
m->cp_hqd_pipe_priority = pipe_priority_map[q->priority];
|
||||
/* m->cp_hqd_queue_priority = q->priority; */
|
||||
}
|
||||
|
||||
static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm,
|
||||
|
|
|
|||
|
|
@ -131,7 +131,6 @@ static void update_cu_mask(struct mqd_manager *mm, void *mqd,
|
|||
static void set_priority(struct v12_1_compute_mqd *m, struct queue_properties *q)
|
||||
{
|
||||
m->cp_hqd_pipe_priority = pipe_priority_map[q->priority];
|
||||
/* m->cp_hqd_queue_priority = q->priority; */
|
||||
}
|
||||
|
||||
static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm,
|
||||
|
|
|
|||
|
|
@ -106,7 +106,6 @@ static void update_cu_mask(struct mqd_manager *mm, void *mqd,
|
|||
static void set_priority(struct v9_mqd *m, struct queue_properties *q)
|
||||
{
|
||||
m->cp_hqd_pipe_priority = pipe_priority_map[q->priority];
|
||||
/* m->cp_hqd_queue_priority = q->priority; */
|
||||
}
|
||||
|
||||
static bool mqd_on_vram(struct amdgpu_device *adev)
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@ static void update_cu_mask(struct mqd_manager *mm, void *mqd,
|
|||
static void set_priority(struct vi_mqd *m, struct queue_properties *q)
|
||||
{
|
||||
m->cp_hqd_pipe_priority = pipe_priority_map[q->priority];
|
||||
/* m->cp_hqd_queue_priority = q->priority; */
|
||||
}
|
||||
|
||||
static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user