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

Eric Engestrom eric at engestrom.ch
Tue Apr 30 11:15:12 UTC 2019


On 2019-04-30 at 12:04, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> 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 <eric at engestrom.ch>
> Suggested-by: Eric Engestrom <eric at engestrom.ch>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> Thanks for the suggestion Eric.

Thanks!

Reviewed-by: Eric Engestrom <eric at engestrom.ch>

> ---
>  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
> 
>


More information about the mesa-dev mailing list