Re: [PATCH 7/9] gpu: nova-core: gsp: add RM control command infrastructure
From: Joel Fernandes
Date: Mon Mar 09 2026 - 18:09:08 EST
On Fri, 27 Feb 2026, Eliot Courtney wrote:
> +fn send_rm_control(
> + cmdq: &Cmdq,
> + bar: &Bar0,
> + h_client: u32,
> + h_object: u32,
> + cmd: RmControlMsgFunction,
> + params: &[u8],
> +) -> Result<KVVec<u8>> {
> + let reply = cmdq.send_sync_command(bar, RmControl::new(h_client, h_object, cmd, params))?;
This series uses `send_sync_command`, but the cmdq locking series v3 [1]
renamed it to `send_command`? This series will need to be rebased and reposted.
[1]: https://lore.kernel.org/all/20260304-cmdq-locking-v3-0-a6314b708850@xxxxxxxxxx/
thanks,
--
Joel Fernandes