summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysdrm/lima: Use drm_sched_job_add_syncobj_dependency()Maíra Canal1-10/+2
6 daysdrm/vgem: Drop struct drm_vgem_gem_objectMaíra Canal1-11/+0
2023-03-09drm/tests: helpers: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-03-03dma-buf: Include missing parentheses to documentationMaíra Canal1-1/+1
2023-02-28drm/vc4: replace obj lookup steps with drm_gem_objects_lookupMaíra Canal1-41/+2
2023-02-28drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaíra Canal3-23/+20
2023-02-24drm/v3d: Use drm_sched_job_add_syncobj_dependency()Maíra Canal1-18/+8
2023-02-24drm/panfrost: Use drm_sched_job_add_syncobj_dependency()Maíra Canal1-9/+2
2023-02-24drm/sched: Create wrapper to add a syncobj dependency to jobMaíra Canal2-0/+35
2023-02-10drm/vgem: add missing mutex_destroyMaíra Canal1-0/+1
2023-02-02drm/format-helper: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal1-5/+5
2023-01-10drm/debugfs: add descriptions to struct parametersMaíra Canal1-0/+18
2023-01-10drm/debugfs: use octal permissions instead of symbolic permissionsMaíra Canal1-6/+6
2023-01-06drm/arm/hdlcd: use new debugfs device-centered functionsMaíra Canal1-15/+9
2023-01-06drm/gud: use new debugfs device-centered functionsMaíra Canal1-13/+4
2022-12-23drm/tests: reduce drm_mm_test stack usageArnd Bergmann2-3/+5
2022-12-22drm/todo: update the debugfs clean up taskMaíra Canal1-7/+6
2022-12-22drm/vkms: use new debugfs device-centered functionsMaíra Canal1-11/+6
2022-12-22drm/v3d: use new debugfs device-centered functionsMaíra Canal1-12/+10
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal11-116/+37
2022-12-22drm/debugfs: create debugfs late register functionsMaíra Canal3-0/+21
2022-12-22drm: use new debugfs device-centered functions on DRM core filesMaíra Canal5-34/+28
2022-12-22drm/debugfs: create device-centered debugfs functionsMaíra Canal4-0/+129
2022-11-02drm/tests: Add back seed value informationdrm-misc-next-2022-11-03Arthur Grillo2-4/+10
2022-10-20drm/plane_helper: Split into parameterized test casesMichał Winiarski1-198/+269
2022-10-20drm/plane_helper: Print actual/expected values on failureMichał Winiarski1-34/+44
2022-10-16drm/tests: Split drm_test_dp_mst_sideband_msg_req_decode into parameterized t...Maíra Canal1-127/+243
2022-10-16drm/tests: Split drm_test_dp_mst_calc_pbn_mode into parameterized testsMaíra Canal1-24/+53
2022-09-14drm/tests: Change "igt_" prefix to "drm_test_"Maíra Canal9-293/+294
2022-09-14drm/tests: Split drm_framebuffer_create_test into parameterized testsMaíra Canal1-23/+30
2022-09-09drm/format: Split into more granular test casesMichał Winiarski1-48/+108
2022-09-09drm/format: Use appropriate types in expect/assertMichał Winiarski1-76/+76
2022-09-01drm/cmdline-parser: Use assert when neededMichał Winiarski1-40/+40
2022-09-01drm/cmdline-parser: Merge negative testsMichał Winiarski1-190/+103