Home
last modified time | relevance | path

Searched refs:Cmdq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/nova-core/
H A Dgsp.rs32 gsp::cmdq::Cmdq,
125 pub(crate) cmdq: Cmdq,
144 cmdq <- Cmdq::new(dev), in new()
/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs477 pub(crate) struct Cmdq { struct
485 impl Cmdq { implementation
663 .set_checksum(Cmdq::calculate_checksum(SBufferIter::new_reader([ in send_single_command()
681 Cmdq::notify_gsp(bar); in send_single_command()
777 if Cmdq::calculate_checksum(SBufferIter::new_reader([ in wait_for_msg()
H A Dfw.rs34 cmdq::Cmdq, //
864 pub(crate) fn new(cmdq: &Cmdq) -> impl Init<Self> + '_ { in new()
892 pub(crate) fn new(cmdq: &Cmdq) -> impl Init<Self> + '_ { in new()
913 fn new(cmdq: &Cmdq) -> impl Init<Self> + '_ { in new()
916 pageTableEntryCount: num::usize_into_u32::<{ Cmdq::NUM_PTES }>(), in new()
917 cmdQueueOffset: num::usize_as_u64(Cmdq::CMDQ_OFFSET), in new()
918 statQueueOffset: num::usize_as_u64(Cmdq::STATQ_OFFSET), in new()