[igt-dev] [V4 i-g-t 22/24] tests/xe/xe_debugfs: Use xe_config() helper to get the config

Kamil Konieczny kamil.konieczny at linux.intel.com
Mon Jun 26 16:15:15 UTC 2023


Hi Bhanuprakash,

could you move it up in series just after 3/24?
[i-g-t 03/24] lib/xe/xe_query: Add xe_config() interface

with that:
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

Regards,
Kamil

On 2023-06-26 at 10:40:29 +0530, Bhanuprakash Modem wrote:
> Use xe_config() helper to get the config.
> 
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> ---
>  tests/xe/xe_debugfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/xe/xe_debugfs.c b/tests/xe/xe_debugfs.c
> index c404da258..bbd821f8c 100644
> --- a/tests/xe/xe_debugfs.c
> +++ b/tests/xe/xe_debugfs.c
> @@ -253,7 +253,7 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
>  	}
>  
>  	igt_subtest("base") {
> -		test_base(fd, xe_dev->config);
> +		test_base(fd, xe_config(fd));
>  	}
>  
>  
> -- 
> 2.40.0
> 


More information about the igt-dev mailing list