Re: [PATCH v2 01/10] drm/xe/tests: remove unused leftover xe_call_for_each_device()

2024-08-09 Thread Gustavo Sousa
Quoting Jani Nikula (2024-08-08 12:15:46-03:00) >xe_call_for_each_device() has been unused since commit 57ecead343e7 >("drm/xe/tests: Convert xe_mocs live tests"). Remove it and the related >dev_to_xe_device_fn() and struct kunit_test_data. > >Cc: Gustavo Sousa >Cc: Lucas De Marchi >Signed-off-by

[PATCH v2 01/10] drm/xe/tests: remove unused leftover xe_call_for_each_device()

2024-08-08 Thread Jani Nikula
xe_call_for_each_device() has been unused since commit 57ecead343e7 ("drm/xe/tests: Convert xe_mocs live tests"). Remove it and the related dev_to_xe_device_fn() and struct kunit_test_data. Cc: Gustavo Sousa Cc: Lucas De Marchi Signed-off-by: Jani Nikula --- drivers/gpu/drm/xe/tests/xe_pci.c