Home
last modified time | relevance | path

Searched refs:NV_MAILBOX_POLL_MSG_TIMEDOUT (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dmxgpu_nv.h28 #define NV_MAILBOX_POLL_MSG_TIMEDOUT 15000 macro
H A Dmxgpu_nv.c108 timeout = now + NV_MAILBOX_POLL_MSG_TIMEDOUT; in xgpu_nv_poll_msg()
113 …dev_dbg(adev->dev, "rcv_msg 0x%x after %llu ms\n", event, NV_MAILBOX_POLL_MSG_TIMEDOUT - timeout +… in xgpu_nv_poll_msg()