linux/drivers/gpu/drm/xe/tests
Lucas De Marchi 1d425066f1 drm/xe: Fix modpost warning on kunit modules
When built with W=1, the following warnings show up on modpost:

	  MODPOST drivers/gpu/drm/xe/Module.symvers
	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/xe/tests/xe_bo_test.o
	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/xe/tests/xe_dma_buf_test.o
	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/xe/tests/xe_migrate_test.o
	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/xe/tests/xe_pci_test.o
	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/xe/tests/xe_rtp_test.o
	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/xe/tests/xe_wa_test.o

Add the module description for each of these to fix the warning.

Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://lore.kernel.org/r/20231120221904.695630-1-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2023-12-21 11:44:51 -05:00
..
Makefile drm/xe: Add KUnit test for xe_pci.c IP engine lists 2023-12-19 18:31:40 -05:00
xe_bo_test.c drm/xe: Fix modpost warning on kunit modules 2023-12-21 11:44:51 -05:00
xe_bo_test.h drm/xe: Prefer single underscore for header guards 2023-12-19 18:29:21 -05:00
xe_bo.c drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface 2023-12-21 11:41:07 -05:00
xe_dma_buf_test.c drm/xe: Fix modpost warning on kunit modules 2023-12-21 11:44:51 -05:00
xe_dma_buf_test.h drm/xe: Prefer single underscore for header guards 2023-12-19 18:29:21 -05:00
xe_dma_buf.c drm/xe: Disallow pinning dma-bufs in VRAM 2023-12-21 11:41:14 -05:00
xe_migrate_test.c drm/xe: Fix modpost warning on kunit modules 2023-12-21 11:44:51 -05:00
xe_migrate_test.h drm/xe: Prefer single underscore for header guards 2023-12-19 18:29:21 -05:00
xe_migrate.c drm/xe/tests: Fix migrate test 2023-12-21 11:43:38 -05:00
xe_pci_test.c drm/xe: Fix modpost warning on kunit modules 2023-12-21 11:44:51 -05:00
xe_pci_test.h drm/xe: Add KUnit test for xe_pci.c IP engine lists 2023-12-19 18:31:40 -05:00
xe_pci.c drm/xe/kunit: Handle fake device creation for all platform/subplatform cases 2023-12-21 11:35:05 -05:00
xe_rtp_test.c drm/xe: Fix modpost warning on kunit modules 2023-12-21 11:44:51 -05:00
xe_test.h drm/xe/tests: Test both CPU- and GPU page-table updates with the migrate test 2023-12-19 18:30:13 -05:00
xe_wa_test.c drm/xe: Fix modpost warning on kunit modules 2023-12-21 11:44:51 -05:00