summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
AgeCommit message (Expand)Author
2025-05-19drm/nouveau/gsp: move subdev/engine impls to subdev/gsp/rm/r535/Ben Skeggs
2025-05-19drm/nouveau/gsp: move booter handling to GPU-specific codeBen Skeggs
2025-05-19drm/nouveau/gsp: move firmware loading to GPU-specific codeBen Skeggs
2025-05-19drm/nouveau/gsp: split device handling out on its ownBen Skeggs
2025-05-19drm/nouveau/gsp: split client handling out on its ownBen Skeggs
2025-05-19drm/nouveau/gsp: split rm alloc handling out on its ownBen Skeggs
2025-05-19drm/nouveau/gsp: split rm ctrl handling out on its ownBen Skeggs
2025-05-19drm/nouveau/gsp: split rpc handling out on its ownBen Skeggs
2025-05-19drm/nouveau/gsp: remove gsp-specific chid allocation pathBen Skeggs
2025-05-19drm/nouveau/gsp: fix rm shutdown wait conditionBen Skeggs
2025-03-09drm/nouveau/nvkm: introduce new GSP reply policy NVKM_GSP_RPC_REPLY_POLLZhi Wang
2025-03-09drm/nouveau/nvkm: factor out current GSP RPC command policiesZhi Wang
2025-02-19drm/nouveau: Fix error pointer dereference in r535_gsp_msgq_recv()Dan Carpenter
2025-01-25drm/nouveau: consume the return of large GSP messageZhi Wang
2025-01-25drm/nouveau: support handling the return of large GSP messageZhi Wang
2025-01-25drm/nouveau: factor out r535_gsp_msgq_recv_one_elem()Zhi Wang
2025-01-25drm/nouveau: factor out r535_gsp_msgq_peek()Zhi Wang
2025-01-25drm/nouveau: rename the variable "cmd" to "msg" in r535_gsp_cmdq_{get, push}()Zhi Wang
2025-01-25drm/nouveau: refine the variable names in r535_gsp_msg_recv()Zhi Wang
2025-01-25drm/nouveau: refine the variable names in r535_gsp_rpc_push()Zhi Wang
2025-01-25drm/nouveau: remove the magic number in r535_gsp_rpc_push()Zhi Wang
2025-01-25drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZEZhi Wang
2025-01-25drm/nouveau: rename "argc" to what it represents in GSP RPC routinesZhi Wang
2025-01-25drm/nouveau: rename "argv" to what it represents in *rm_{alloc, ctrl}_*()Zhi Wang
2025-01-25drm/nouveau: remove unused param repc in *rm_alloc_push()Zhi Wang
2025-01-25drm/nouveau: rename "argv" to what it represents on the GSP message send pathZhi Wang
2025-01-25drm/nouveau: rename "repc" to "gsp_rpc_len" on the GSP message recv pathZhi Wang
2025-01-25drm/nouveau: add a kernel doc to introduce the GSP RPCZhi Wang
2025-01-09drm/nouveau: fix kernel-doc commentsTimur Tabi
2024-12-04drm/nouveau: expose GSP-RM logging buffers via debugfsTimur Tabi
2024-12-04drm/nouveau: retain device pointer in nvkm_gsp_mem objectTimur Tabi
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-11-25nvkm: correctly calculate the available space of the GSP cmdq bufferZhi Wang
2024-11-25nvkm/gsp: correctly advance the read pointer of GSP message queueZhi Wang
2024-11-14nouveau: handle EBUSY and EAGAIN for GSP aux errors.Dave Airlie
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-04-30drm/nouveau/gsp: Use the sg allocator for level 2 of radix3Lyude Paul
2024-04-30nouveau: Add missing break statementChaitanya Kumar Borah
2024-04-26nouveau: add command-line GSP-RM registry supportTimur Tabi
2024-04-05nouveau/gsp: Avoid addressing beyond end of rpc->entriesKees Cook
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-12drm/nouveau: fix kerneldoc warningsTimur Tabi
2024-03-01drm/nouveau: keep DMA buffers required for suspend/resumeSid Pranjale
2024-02-23nouveau/gsp: add kconfig option to enable GSP paths by defaultDave Airlie
2024-02-05drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()Timur Tabi
2024-02-05drm/nouveau: fix several DMA buffer leaksTimur Tabi
2024-02-05nouveau/gsp: use correct size for registry rpc.Dave Airlie
2024-01-05nouveau/gsp: always free the alloc messages on r535Dave Airlie
2024-01-05nouveau/gsp: don't free ctrl messages on errorsDave Airlie
2024-01-05nouveau/gsp: convert gsp errors to generic errorsDave Airlie