gstreamer/subprojects/gst-plugins-bad/sys/kms
He Junyan ea0dce26e0 kmssink: Do not close the DRM prime handle twice
The prime_fds for multi planes may be the same. For example, on Intel's
platform, the NV12 surface may have the same FD for the plane0 and the
plane1. Then, the DRM_IOCTL_GEM_CLOSE will close the same handle twice
and get an "Invalid argument 22" error the second time.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6914>
2024-05-23 15:45:24 -04:00
..
gstkmsallocator.c kmssink: Do not close the DRM prime handle twice 2024-05-23 15:45:24 -04:00
gstkmsallocator.h kmsallocator: Port to the new DRM Dumb Allocator 2023-03-14 21:50:57 +00:00
gstkmsbufferpool.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstkmsbufferpool.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstkmsedid.c kmssink: add HDR10 infoframe support 2022-11-21 17:55:41 -05:00
gstkmsedid.h kmssink: add HDR10 infoframe support 2022-11-21 17:55:41 -05:00
gstkmssink.c kmssink: Add TIDSS auto-detection 2023-10-12 18:25:50 +00:00
gstkmssink.h kmssink: Fix compilation without kernel headers 2022-11-23 08:39:49 +00:00
gstkmsutils.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstkmsutils.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build meson: Fix libdrm and vaapi configure checks 2023-04-28 15:21:10 +05:30