Re: [Mesa-dev] [PATCH] vulkan/wsi: document libdrm version introducing drmIsMaster()

2019-04-30 Thread Eric Engestrom
On 2019-04-30 at 12:04, Emil Velikov  wrote:
> From: Emil Velikov 
> 
> To avoid pulling the latest libdrm we copy the helper locally. Document
> when it was introduced, making it easier to purge in the future.
> 
> Cc: Eric Engestrom 
> Suggested-by: Eric Engestrom 
> Signed-off-by: Emil Velikov 
> ---
> Thanks for the suggestion Eric.

Thanks!

Reviewed-by: Eric Engestrom 

> ---
>  src/vulkan/wsi/wsi_common_display.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/vulkan/wsi/wsi_common_display.c 
> b/src/vulkan/wsi/wsi_common_display.c
> index 7df1e1fd384..803e7f7e9dd 100644
> --- a/src/vulkan/wsi/wsi_common_display.c
> +++ b/src/vulkan/wsi/wsi_common_display.c
> @@ -1815,7 +1815,7 @@ fail_attr_init:
>  
>  /*
>   * Local version fo the libdrm helper. Added to avoid depending on bleeding
> - * edge version of the library.
> + * edge version of the library - libdrm v2.4.98, released 19 Apr 2019.
>   */
>  static int
>  local_drmIsMaster(int fd)
> -- 
> 2.21.0
> 
>
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] vulkan/wsi: document libdrm version introducing drmIsMaster()

2019-04-30 Thread Emil Velikov
From: Emil Velikov 

To avoid pulling the latest libdrm we copy the helper locally. Document
when it was introduced, making it easier to purge in the future.

Cc: Eric Engestrom 
Suggested-by: Eric Engestrom 
Signed-off-by: Emil Velikov 
---
Thanks for the suggestion Eric.
---
 src/vulkan/wsi/wsi_common_display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vulkan/wsi/wsi_common_display.c 
b/src/vulkan/wsi/wsi_common_display.c
index 7df1e1fd384..803e7f7e9dd 100644
--- a/src/vulkan/wsi/wsi_common_display.c
+++ b/src/vulkan/wsi/wsi_common_display.c
@@ -1815,7 +1815,7 @@ fail_attr_init:
 
 /*
  * Local version fo the libdrm helper. Added to avoid depending on bleeding
- * edge version of the library.
+ * edge version of the library - libdrm v2.4.98, released 19 Apr 2019.
  */
 static int
 local_drmIsMaster(int fd)
-- 
2.21.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev