index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tests
/
drm_framebuffer_test.c
Age
Commit message (
Expand
)
Author
2024-09-11
drm/tests: Add test for drm_framebuffer_free()
Carlos Eduardo Gallo Filho
2024-09-11
drm/tests: Add test for drm_framebuffer_init()
Carlos Eduardo Gallo Filho
2024-09-11
drm/tests: Add test for drm_framebuffer_lookup()
Carlos Eduardo Gallo Filho
2024-09-11
drm/tests: Add test for drm_framebuffer_cleanup()
Carlos Eduardo Gallo Filho
2024-09-11
drm/tests: Add test for drm_framebuffer_check_src_coords()
Carlos Eduardo Gallo Filho
2024-09-11
drm/tests: Add test case for drm_internal_framebuffer_create()
Carlos Eduardo Gallo Filho
2024-09-11
drm/tests: Replace strcpy to strscpy on drm_test_framebuffer_create test
Carlos Eduardo Gallo Filho
2024-09-11
drm/tests: Add parameters to the drm_test_framebuffer_create test
Carlos Eduardo Gallo Filho
2024-09-11
drm/tests: Stop using deprecated dev_private member on drm_framebuffer tests
Carlos Eduardo Gallo Filho
2024-06-10
drm/tests: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2023-06-28
drm/tests: Fix swapped drm_framebuffer tests parameter names
Carlos Eduardo Gallo Filho
2022-09-14
drm/tests: Split drm_framebuffer_create_test into parameterized tests
Maíra Canal
2022-07-11
drm: selftest: convert drm_framebuffer selftest to KUnit
Maíra Canal