All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karol Wachowski <karol.wachowski@linux.intel.com>
To: Lizhi Hou <lizhi.hou@amd.com>, dri-devel@lists.freedesktop.org
Cc: oded.gabbay@gmail.com, jeff.hugo@oss.qualcomm.com,
	maciej.falkowski@linux.intel.com,
	Andrzej Kacprowski <Andrzej.Kacprowski@intel.com>
Subject: Re: [PATCH] accel/ivpu: Remove unused firmware boot parameters
Date: Thu, 18 Sep 2025 08:27:38 +0200	[thread overview]
Message-ID: <1e9a03f7-092f-4ab9-b64d-d859913206d8@linux.intel.com> (raw)
In-Reply-To: <53deb7b1-17eb-366e-3f8c-847a7a903032@amd.com>

Applied to drm-misc-next

On 9/15/2025 7:13 PM, Lizhi Hou wrote:
> Reviewed-by: Lizhi Hou <lizhi.hou@amd.com>
>
> On 9/15/25 03:35, Karol Wachowski wrote:
>> From: Andrzej Kacprowski <Andrzej.Kacprowski@intel.com>
>>
>> Remove references to firmware boot parameters that were never used
>> by any production version of device firmware.
>>
>> Signed-off-by: Andrzej Kacprowski <Andrzej.Kacprowski@intel.com>
>> Signed-off-by: Karol Wachowski <karol.wachowski@linux.intel.com>
>> ---
>>   drivers/accel/ivpu/ivpu_fw.c | 9 ---------
>>   1 file changed, 9 deletions(-)
>>
>> diff --git a/drivers/accel/ivpu/ivpu_fw.c b/drivers/accel/ivpu/ivpu_fw.c
>> index 6e0941d324a8..32f513499829 100644
>> --- a/drivers/accel/ivpu/ivpu_fw.c
>> +++ b/drivers/accel/ivpu/ivpu_fw.c
>> @@ -518,11 +518,6 @@ static void ivpu_fw_boot_params_print(struct
>> ivpu_device *vdev, struct vpu_boot_
>>       ivpu_dbg(vdev, FW_BOOT,
>> "boot_params.cache_defaults[VPU_BOOT_L2_CACHE_CFG_NN].cfg = 0x%x\n",
>>            boot_params->cache_defaults[VPU_BOOT_L2_CACHE_CFG_NN].cfg);
>>   -    ivpu_dbg(vdev, FW_BOOT,
>> "boot_params.global_memory_allocator_base = 0x%llx\n",
>> -         boot_params->global_memory_allocator_base);
>> -    ivpu_dbg(vdev, FW_BOOT,
>> "boot_params.global_memory_allocator_size = 0x%x\n",
>> -         boot_params->global_memory_allocator_size);
>> -
>>       ivpu_dbg(vdev, FW_BOOT, "boot_params.shave_nn_fw_base = 0x%llx\n",
>>            boot_params->shave_nn_fw_base);
>>   @@ -530,10 +525,6 @@ static void ivpu_fw_boot_params_print(struct
>> ivpu_device *vdev, struct vpu_boot_
>>            boot_params->watchdog_irq_mss);
>>       ivpu_dbg(vdev, FW_BOOT, "boot_params.watchdog_irq_nce = 0x%x\n",
>>            boot_params->watchdog_irq_nce);
>> -    ivpu_dbg(vdev, FW_BOOT, "boot_params.host_to_vpu_irq = 0x%x\n",
>> -         boot_params->host_to_vpu_irq);
>> -    ivpu_dbg(vdev, FW_BOOT, "boot_params.job_done_irq = 0x%x\n",
>> -         boot_params->job_done_irq);
>>         ivpu_dbg(vdev, FW_BOOT, "boot_params.host_version_id = 0x%x\n",
>>            boot_params->host_version_id);

      reply	other threads:[~2025-09-18  6:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-15 10:35 [PATCH] accel/ivpu: Remove unused firmware boot parameters Karol Wachowski
2025-09-15 17:13 ` Lizhi Hou
2025-09-18  6:27   ` Karol Wachowski [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=1e9a03f7-092f-4ab9-b64d-d859913206d8@linux.intel.com \
    --to=karol.wachowski@linux.intel.com \
    --cc=Andrzej.Kacprowski@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jeff.hugo@oss.qualcomm.com \
    --cc=lizhi.hou@amd.com \
    --cc=maciej.falkowski@linux.intel.com \
    --cc=oded.gabbay@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.