diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-07-05 09:59:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-05 10:01:44 +0200 |
commit | c66c0e7c511cde3f129af4792751074905fc248a (patch) | |
tree | 533563f9656fbfc8ffdac861bbfaf1d3d873cfa8 /MAINTAINERS | |
parent | misc: fastrpc: use coherent pool for untranslated Compute Banks (diff) | |
download | linux-c66c0e7c511cde3f129af4792751074905fc248a.tar.xz linux-c66c0e7c511cde3f129af4792751074905fc248a.zip |
MAINTAINERS: CC dri-devel list on Qualcomm FastRPC patches
FastRPC is a way to offload method invocation to the DSPs on Qualcomm
platforms. As the driver uses dma-bufs, add dri-devel mailing list to
the MAINTAINERS's entry, so that DRM maintainers are notified about the
uAPI changes. This follows the usual practice established by the "DMA
BUFFER SHARING FRAMEWORK" entry in the file.
Suggested-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20240705075900.424100-7-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aae88b7a6c32..06ecfa64a39a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18515,6 +18515,7 @@ QUALCOMM FASTRPC DRIVER M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> M: Amol Maheshwari <amahesh@qti.qualcomm.com> L: linux-arm-msm@vger.kernel.org +L: dri-devel@lists.freedesktop.org S: Maintained F: Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml F: drivers/misc/fastrpc.c |