[PATCH i-g-t v14 11/11] lib/igt_device_scan: reuse igt hash

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Jun 4 14:32:28 UTC 2025


Hi Jeevaka,
On 2025-06-03 at 19:23:54 +0000, Jeevaka Prabu Badrappan wrote:
> As glib is not available in Android, replace the glib hash
> functions by reusing the igt hash functions.
> 
> Signed-off-by: Jeevaka Prabu Badrappan <jeevaka.badrappan at intel.com>
> Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
> ---
>  lib/igt_device_scan.c | 78 ++++++++++++++++++++++---------------------
>  lib/meson.build       |  1 +
>  2 files changed, 41 insertions(+), 38 deletions(-)

Thank you, I merged this one and fixes for g_base64
(patches 1/11 and 2/11).

Regards,
Kamil

> 
> diff --git a/lib/igt_device_scan.c b/lib/igt_device_scan.c
> index 45faabc45..e1cebfaed 100644
> --- a/lib/igt_device_scan.c
> +++ b/lib/igt_device_scan.c
> @@ -26,12 +26,12 @@
>  #include "igt_core.h"
>  #include "igt_device_scan.h"
>  #include "igt_list.h"
> +#include "igt_map.h"
>  #include "intel_chipset.h"
>  
>  #include <ctype.h>
>  #include <dirent.h>
>  #include <fcntl.h>
> -#include <glib.h>
>  #include <libudev.h>
>  #ifdef __linux__
>  #include <linux/limits.h>

...cut...



More information about the igt-dev mailing list