[PATCH 1/5] drm/xe/dmabuf: Make xe_dmabuf_ops static

Francois Dugast francois.dugast at intel.com
Wed Jan 17 13:48:49 UTC 2024


On Wed, Jan 17, 2024 at 02:40:44PM +0100, Thomas Hellström wrote:
> It is not referenced outside of the xe_dma_buf.c source file.
> 
> Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> Cc: Matthew Brost <matthew.brost at intel.com>
> Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>

Reviewed-by: Francois Dugast <francois.dugast at intel.com>

> ---
>  drivers/gpu/drm/xe/xe_dma_buf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_dma_buf.c b/drivers/gpu/drm/xe/xe_dma_buf.c
> index 64ed303728fd..da2627ed6ae7 100644
> --- a/drivers/gpu/drm/xe/xe_dma_buf.c
> +++ b/drivers/gpu/drm/xe/xe_dma_buf.c
> @@ -175,7 +175,7 @@ static int xe_dma_buf_begin_cpu_access(struct dma_buf *dma_buf,
>  	return 0;
>  }
>  
> -const struct dma_buf_ops xe_dmabuf_ops = {
> +static const struct dma_buf_ops xe_dmabuf_ops = {
>  	.attach = xe_dma_buf_attach,
>  	.detach = xe_dma_buf_detach,
>  	.pin = xe_dma_buf_pin,
> -- 
> 2.43.0
> 


More information about the Intel-xe mailing list