summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-23Merge tag 'drm-misc-next-2026-01-22' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-0/+843
2026-01-21drm/tests/drm_buddy: Add tests for allocations exceeding max_orderSanjay Yadav-0/+35
2026-01-20drm/tests: hdmi: fix build failureDmitry Baryshkov-1/+1
2026-01-19drm/display: hdmi_state_helper: split InfoFrame functions per typeDmitry Baryshkov-47/+69
2026-01-19drm/connector: make clear_infoframe callback mandatory for HDMI connectorsDmitry Baryshkov-0/+37
2026-01-19drm/tests: hdmi: check the infoframes behaviourDmitry Baryshkov-0/+749
2026-01-09Merge tag 'drm-misc-next-2026-01-08' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-10/+241
2026-01-05drm/panic: Add kunit tests for drm_panicJocelyn Falempe-0/+221
2025-12-21drm/tests: shmem: Hold reservation lock around purgeThomas Zimmermann-1/+3
2025-12-21drm/tests: shmem: Hold reservation lock around madviseThomas Zimmermann-4/+4
2025-12-21drm/tests: shmem: Hold reservation lock around vmap/vunmapThomas Zimmermann-2/+4
2025-12-21drm/tests: shmem: Add clean-up action to unpin pagesThomas Zimmermann-0/+6
2025-12-21drm/tests: shmem: Swap names of export testsThomas Zimmermann-3/+3
2025-12-15Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst-1/+181
2025-12-12drm/tests: Handle EDEADLK in set_up_atomic_state()José Expósito-5/+22
2025-12-12drm/tests: Handle EDEADLK in drm_test_check_valid_clones()José Expósito-0/+13
2025-12-12drm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector() returning ED...José Expósito-0/+143
2025-11-26drm/tests: Add a few tests around drm_fixed.hHarry Wentland-1/+73
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+1
2025-10-07drm/buddy: Add KUnit tests for allocator performance under fragmentationArunpravin Paneer Selvam-0/+105
2025-09-16drm/tests: make sure drm_client_modeset tests are enabledDmitry Baryshkov-0/+2
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie-1/+2
2025-08-29drm/test: drm_exec: use kzalloc() to allocate GEM objectsDanilo Krummrich-7/+15
2025-08-11drm/tests: Fix drm_test_fb_xrgb8888_to_xrgb2101010() on big-endianJosé Expósito-0/+1
2025-08-11drm/tests: Fix endian warningJosé Expósito-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä-0/+1
2025-07-16drm/tests: edid: Add edid-decode --check outputMaxime Ripard-0/+51
2025-07-16drm/tests: edid: Update CTA-861 HDMI Vendor Specific Data BlockMaxime Ripard-45/+40
2025-07-16drm/tests: edid: Fix monitor range limitsMaxime Ripard-6/+6
2025-06-27drm/format-helper: Split off byte swapping from drm_fb_xrgb8888_to_rgb565()Thomas Zimmermann-4/+4
2025-06-18drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpersThomas Zimmermann-11/+13
2025-06-18drm/tests: Test drm_fb_build_fourcc_list() in separate test suiteThomas Zimmermann-143/+168
2025-06-18drm/tests: Do not use drm_fb_blit() in format-helper testsThomas Zimmermann-92/+16
2025-06-16drm: Include <linux/export.h>Thomas Zimmermann-0/+1
2025-06-13drm/format-helper: Update tests after BT.601 changesThomas Zimmermann-6/+6
2025-06-06drm/tests: bridge: add KUnit tests for devm_drm_bridge_alloc()Luca Ceresoli-0/+89
2025-06-06drm/tests: bridge: convert to devm_drm_bridge_alloc() APILuca Ceresoli-36/+51
2025-06-02drm/tests: hdmi: Add test for unsuccessful fallback to YUV420Cristian Ciocaltea-0/+87
2025-06-02drm/tests: hdmi: Add max TMDS rate fallback tests for YUV420 modeCristian Ciocaltea-0/+154
2025-06-02drm/tests: hdmi: Provide EDID supporting 4K@30Hz with RGB/YUVCristian Ciocaltea-0/+114
2025-06-02drm/tests: hdmi: Rename max TMDS rate fallback testsCristian Ciocaltea-4/+4
2025-06-02drm/tests: hdmi: Add limited range tests for YUV420 modeCristian Ciocaltea-5/+103
2025-06-02drm/tests: hdmi: Provide EDID supporting 4K@30Hz with YUV420 onlyCristian Ciocaltea-0/+118
2025-06-02drm/tests: hdmi: Switch to drm_atomic_get_new_connector_state() where possibleCristian Ciocaltea-6/+6
2025-06-02drm/tests: hdmi: Setup ycbcr_420_allowed before initializing connectorCristian Ciocaltea-0/+2
2025-06-02drm/tests: hdmi: Drop unused drm_kunit_helper_connector_hdmi_init_funcs()Cristian Ciocaltea-10/+0
2025-06-02drm/tests: hdmi: Replace open coded EDID setupCristian Ciocaltea-142/+92
2025-06-02drm/tests: hdmi: Add macro to simplify EDID setupCristian Ciocaltea-18/+28