commit | 771b5ad9ccc2fa7a00e5b1d1a12ac98cfeca21ee | [log] [tgz] |
---|---|---|
author | Ao Xu <ao.xu@amlogic.com> | Mon Oct 26 15:59:21 2020 +0800 |
committer | Ao Xu <ao.xu@amlogic.com> | Mon Oct 26 21:12:38 2020 -0700 |
tree | ce49dc39377b09fe679bda2d88e3bd52c7b5a8d2 | |
parent | 705542429811f5665e731cbc6267c914fa373b42 [diff] |
drm_meson: fix dmabuf fd leak issue [1/1] PD#SWPL-35740 Problem: The origin design goal is fd transfer across process. producer process like decoder can get fd through meson_bo_dmabuf. then producer process can also control the dmabuf lifecycle. Solution: skip the dup operation Verify: ab311 Change-Id: I326d9b87a4cb04b729c973b1a87641cc105d34ad Signed-off-by: Ao Xu <ao.xu@amlogic.com>