diff options
| author | Vivek Kasireddy <vivek.kasireddy@intel.com> | 2024-08-22 07:58:06 +0300 |
|---|---|---|
| committer | Vivek Kasireddy <vivek.kasireddy@intel.com> | 2024-09-21 00:07:15 +0300 |
| commit | 79cc4d2bf2c7b90d9f06e3f67e541978e96b9a64 (patch) | |
| tree | 61d920dd303cdf5fa493a2f0b11dec83d464530c | |
| parent | 2facdd6002ad67357dd7f77a388ae602bc910ace (diff) | |
| download | linux-79cc4d2bf2c7b90d9f06e3f67e541978e96b9a64.tar.xz | |
MAINTAINERS: udmabuf: Add myself as co-maintainer for udmabuf driver
I would like to help maintain the udmabuf driver, in light of the
recent changes that converted the driver to use folios instead
of pages. Furthermore, I also contribute to Qemu's virtio-gpu
module (and UI modules), that are primary users of udmabuf driver.
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240822045806.3563883-1-vivek.kasireddy@intel.com
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 333ed0718175..77efbded2bfe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23912,6 +23912,7 @@ F: lib/iov_iter.c USERSPACE DMA BUFFER DRIVER M: Gerd Hoffmann <kraxel@redhat.com> +M: Vivek Kasireddy <vivek.kasireddy@intel.com> L: dri-devel@lists.freedesktop.org S: Maintained T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
