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