Re: [PATCH v2] drm/ast: add dmabuf/prime buffer sharing support

2022-08-24 Thread Christian König
Am 18.08.22 um 11:45 schrieb oushixiong: This patch adds ast specific codes for DRM prime feature, this is to allow for offloading of rending in one direction and outputs in other. v1->v2: - Fix the comment. Signed-off-by: oushixiong --- drivers/gpu/drm/ast/ast_drv.c | 22 ++ dr

[PATCH v2] drm/ast: add dmabuf/prime buffer sharing support

2022-08-18 Thread oushixiong
This patch adds ast specific codes for DRM prime feature, this is to allow for offloading of rending in one direction and outputs in other. v1->v2: - Fix the comment. Signed-off-by: oushixiong --- drivers/gpu/drm/ast/ast_drv.c | 22 ++ drivers/gpu/drm/ast/ast_mode.c | 125 ++