summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests/drm_framebuffer_test.c
AgeCommit message (Expand)AuthorLines
2024-09-11drm/tests: Add test for drm_framebuffer_free()Carlos Eduardo Gallo Filho-0/+50
2024-09-11drm/tests: Add test for drm_framebuffer_init()Carlos Eduardo Gallo Filho-0/+84
2024-09-11drm/tests: Add test for drm_framebuffer_lookup()Carlos Eduardo Gallo Filho-0/+41
2024-09-11drm/tests: Add test for drm_framebuffer_cleanup()Carlos Eduardo Gallo Filho-0/+32
2024-09-11drm/tests: Add test for drm_framebuffer_check_src_coords()Carlos Eduardo Gallo Filho-0/+61
2024-09-11drm/tests: Add test case for drm_internal_framebuffer_create()Carlos Eduardo Gallo Filho-0/+24
2024-09-11drm/tests: Replace strcpy to strscpy on drm_test_framebuffer_create testCarlos Eduardo Gallo Filho-1/+1
2024-09-11drm/tests: Add parameters to the drm_test_framebuffer_create testCarlos Eduardo Gallo Filho-0/+27
2024-09-11drm/tests: Stop using deprecated dev_private member on drm_framebuffer testsCarlos Eduardo Gallo Filho-16/+38
2024-06-10drm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2023-06-28drm/tests: Fix swapped drm_framebuffer tests parameter namesCarlos Eduardo Gallo Filho-2/+2
2022-09-14drm/tests: Split drm_framebuffer_create_test into parameterized testsMaíra Canal-23/+30
2022-07-11drm: selftest: convert drm_framebuffer selftest to KUnitMaíra Canal-0/+375