aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-19drm/nouveau: Fix error pointer dereference in r535_gsp_msgq_recv()Dan Carpenter1-0/+1
2025-01-25drm/nouveau: consume the return of large GSP messageZhi Wang1-14/+18
2025-01-25drm/nouveau: support handling the return of large GSP messageZhi Wang1-19/+97
2025-01-25drm/nouveau: factor out r535_gsp_msgq_recv_one_elem()Zhi Wang1-20/+52
2025-01-25drm/nouveau: factor out r535_gsp_msgq_peek()Zhi Wang1-23/+66
2025-01-25drm/nouveau: rename the variable "cmd" to "msg" in r535_gsp_cmdq_{get, push}()Zhi Wang1-16/+16
2025-01-25drm/nouveau: refine the variable names in r535_gsp_msg_recv()Zhi Wang1-23/+24
2025-01-25drm/nouveau: refine the variable names in r535_gsp_rpc_push()Zhi Wang1-12/+15
2025-01-25drm/nouveau: remove the magic number in r535_gsp_rpc_push()Zhi Wang1-1/+1
2025-01-25drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZEZhi Wang1-1/+1
2025-01-25drm/nouveau: rename "argc" to what it represents in GSP RPC routinesZhi Wang1-24/+34
2025-01-25drm/nouveau: rename "argv" to what it represents in *rm_{alloc, ctrl}_*()Zhi Wang1-11/+14
2025-01-25drm/nouveau: remove unused param repc in *rm_alloc_push()Zhi Wang1-5/+3
2025-01-25drm/nouveau: rename "argv" to what it represents on the GSP message send pathZhi Wang1-12/+15
2025-01-25drm/nouveau: rename "repc" to "gsp_rpc_len" on the GSP message recv pathZhi Wang1-19/+27
2025-01-25drm/nouveau: add a kernel doc to introduce the GSP RPCZhi Wang1-0/+45
2025-01-09drm/nouveau: fix kernel-doc commentsTimur Tabi1-4/+8
2024-12-04drm/nouveau: expose GSP-RM logging buffers via debugfsTimur Tabi1-1/+441
2024-12-04drm/nouveau: retain device pointer in nvkm_gsp_mem objectTimur Tabi1-17/+33
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-3/+3
2024-11-25nvkm: correctly calculate the available space of the GSP cmdq bufferZhi Wang1-2/+4
2024-11-25nvkm/gsp: correctly advance the read pointer of GSP message queueZhi Wang1-6/+4
2024-11-14nouveau: handle EBUSY and EAGAIN for GSP aux errors.Dave Airlie1-3/+3
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard1-26/+51
2024-04-30drm/nouveau/gsp: Use the sg allocator for level 2 of radix3Lyude Paul1-26/+51
2024-04-30nouveau: Add missing break statementChaitanya Kumar Borah1-0/+1
2024-04-26nouveau: add command-line GSP-RM registry supportTimur Tabi1-24/+337
2024-04-05nouveau/gsp: Avoid addressing beyond end of rpc->entriesKees Cook1-1/+1
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+9
2024-03-12drm/nouveau: fix kerneldoc warningsTimur Tabi1-0/+9
2024-03-01drm/nouveau: keep DMA buffers required for suspend/resumeSid Pranjale1-2/+2
2024-02-23nouveau/gsp: add kconfig option to enable GSP paths by defaultDave Airlie1-1/+5
2024-02-05drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()Timur Tabi1-9/+9
2024-02-05drm/nouveau: fix several DMA buffer leaksTimur Tabi1-21/+38
2024-02-05nouveau/gsp: use correct size for registry rpc.Dave Airlie1-1/+1
2024-01-05nouveau/gsp: always free the alloc messages on r535Dave Airlie1-2/+1
2024-01-05nouveau/gsp: don't free ctrl messages on errorsDave Airlie1-15/+21
2024-01-05nouveau/gsp: convert gsp errors to generic errorsDave Airlie1-5/+21
2024-01-05drm/nouveau/gsp: Fix ACPI MXDM/MXDS method invocationsLyude Paul1-2/+8
2024-01-05nouveau/gsp: free acpi object after useDave Airlie1-0/+1
2024-01-05nouveau/gsp: drop some acpi related debugDave Airlie1-9/+0
2024-01-05nouveau/gsp: add three notifier callbacks that we see in normal operation (v2)Dave Airlie1-2/+5
2023-11-30nouveau/gsp: document some aspects of GSP-RMTimur Tabi1-0/+82
2023-11-29nouveau/gsp: replace zero-length array with flex-array member and use __counted_byGustavo A. R. Silva1-1/+1
2023-11-29nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()Dan Carpenter1-3/+1
2023-11-14nouveau/gsp/r535: Fix a NULL vs error pointer bugDan Carpenter1-2/+2
2023-11-14nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()Dan Carpenter1-1/+1
2023-11-03nouveau/gsp: add some basic registry entries.Dave Airlie1-10/+35
2023-11-03nouveau/gsp: fix message signature.Dave Airlie1-1/+1
2023-11-03nouveau/gsp: move to 535.113.01Dave Airlie1-30/+46