Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <christian.koenig@amd.com>
To: Jesse Zhang <jesse.zhang@amd.com>,
	dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: Re: [PATCH] drm/ttm: remove unused paramter
Date: Fri, 29 Mar 2024 12:15:11 +0100	[thread overview]
Message-ID: <f4c04ec4-b385-4cd7-af7f-000282443246@amd.com> (raw)
In-Reply-To: <f497b2d6-171a-46ec-84a7-cc148b39b992@amd.com>

Am 29.03.24 um 12:10 schrieb Christian König:
> Am 25.03.24 um 08:45 schrieb Jesse Zhang:
>> remove the unsed the paramter in the function
>> ttm_bo_bounce_temp_buffer and ttm_bo_add_move_fence.
>>
>> Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com>
>
> Good catch, Reviewed-by: Christian König <christian.koenig@amd.com>

Please rebase that patch on top of drm-misc-next.

Regards,
Christian.

>
> Regards,
> Christian.
>
>> ---
>>   drivers/gpu/drm/ttm/ttm_bo.c | 10 ++++------
>>   1 file changed, 4 insertions(+), 6 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c
>> index edf10618fe2b..7f08787687a7 100644
>> --- a/drivers/gpu/drm/ttm/ttm_bo.c
>> +++ b/drivers/gpu/drm/ttm/ttm_bo.c
>> @@ -402,7 +402,6 @@ void ttm_bo_put(struct ttm_buffer_object *bo)
>>   EXPORT_SYMBOL(ttm_bo_put);
>>     static int ttm_bo_bounce_temp_buffer(struct ttm_buffer_object *bo,
>> -                     struct ttm_resource **mem,
>>                        struct ttm_operation_ctx *ctx,
>>                        struct ttm_place *hop)
>>   {
>> @@ -470,7 +469,7 @@ static int ttm_bo_evict(struct ttm_buffer_object 
>> *bo,
>>           if (ret != -EMULTIHOP)
>>               break;
>>   -        ret = ttm_bo_bounce_temp_buffer(bo, &evict_mem, ctx, &hop);
>> +        ret = ttm_bo_bounce_temp_buffer(bo, ctx, &hop);
>>       } while (!ret);
>>         if (ret) {
>> @@ -699,7 +698,6 @@ EXPORT_SYMBOL(ttm_bo_unpin);
>>    */
>>   static int ttm_bo_add_move_fence(struct ttm_buffer_object *bo,
>>                    struct ttm_resource_manager *man,
>> -                 struct ttm_resource *mem,
>>                    bool no_wait_gpu)
>>   {
>>       struct dma_fence *fence;
>> @@ -753,7 +751,7 @@ static int ttm_bo_mem_force_space(struct 
>> ttm_buffer_object *bo,
>>               return ret;
>>       } while (1);
>>   -    return ttm_bo_add_move_fence(bo, man, *mem, ctx->no_wait_gpu);
>> +    return ttm_bo_add_move_fence(bo, man, ctx->no_wait_gpu);
>>   }
>>     /**
>> @@ -802,7 +800,7 @@ int ttm_bo_mem_space(struct ttm_buffer_object *bo,
>>           if (unlikely(ret))
>>               goto error;
>>   -        ret = ttm_bo_add_move_fence(bo, man, *mem, ctx->no_wait_gpu);
>> +        ret = ttm_bo_add_move_fence(bo, man, ctx->no_wait_gpu);
>>           if (unlikely(ret)) {
>>               ttm_resource_free(bo, mem);
>>               if (ret == -EBUSY)
>> @@ -866,7 +864,7 @@ static int ttm_bo_move_buffer(struct 
>> ttm_buffer_object *bo,
>>   bounce:
>>       ret = ttm_bo_handle_move_mem(bo, mem, false, ctx, &hop);
>>       if (ret == -EMULTIHOP) {
>> -        ret = ttm_bo_bounce_temp_buffer(bo, &mem, ctx, &hop);
>> +        ret = ttm_bo_bounce_temp_buffer(bo, ctx, &hop);
>>           if (ret)
>>               goto out;
>>           /* try and move to final place now. */
>


      reply	other threads:[~2024-03-29 11:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-25  7:45 [PATCH] drm/ttm: remove unused paramter Jesse Zhang
2024-03-25 15:17 ` ✗ Fi.CI.BUILD: failure for " Patchwork
2024-03-29 11:10 ` [PATCH] " Christian König
2024-03-29 11:15   ` Christian König [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f4c04ec4-b385-4cd7-af7f-000282443246@amd.com \
    --to=christian.koenig@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jesse.zhang@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox