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

2022-08-26 Thread Christian König
Am 26.08.22 um 03:31 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. This patch is designed to solve the problem that the AST is not displayed when the server plug in a discrete graphi

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

2022-08-25 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. This patch is designed to solve the problem that the AST is not displayed when the server plug in a discrete graphics graphics card at the same time. We call

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

2022-08-15 Thread oushixiong
This patch adds ast specific codes for DRM prime feature. Add the prime function to solve the xorg conflict problem when AST and AMD are in place at the same time, so that both can be displayed. Signed-off-by: oushixiong Reported-by: kernel test robot --- drivers/gpu/drm/ast/ast_drv.c | 22 ++

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

2022-08-10 Thread oushixiong
This patch adds ast specific codes for DRM prime feature. Add the prime function to solve the xorg conflict problem when AST and AMD are in place at the same time, so that both can be displayed. Signed-off-by: oushixiong --- drivers/gpu/drm/ast/ast_drv.c | 22 +++ drivers/gpu/drm/ast/ast_m

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

2022-07-18 Thread Thomas Zimmermann
Hi Am 18.07.22 um 03:45 schrieb oushixiong: This patch adds ast specific codes for DRM Prime feature. User application can get file descriptor from gem handle and also gem handle from file descriptor.this is to allow for offloading of rendering in one direction and outputs in the other. Signed-

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

2022-07-18 Thread oushixiong
This patch adds ast specific codes for DRM Prime feature. User application can get file descriptor from gem handle and also gem handle from file descriptor.this is to allow for offloading of rendering in one direction and outputs in the other. Signed-off-by: oushixiong --- drivers/gpu/drm/ast/as