aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorFilesLines
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie2-14/+26
2026-07-23drm/tests: shmem: Set DMA mask to 64-bit in drm_gem_shmemJosé Expósito1-6/+10
2026-07-15drm/bridge: Remove legacy bridge callback supportMaxime Ripard1-104/+0
2026-07-14drm/bridge: rename drm_for_each_bridge_in_chain_scoped() to drm_for_each_bridge_in_chain()Luca Ceresoli1-1/+1
2026-07-07drm/drm_exec: avoid indirect gotoChristian König1-8/+16
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-6/+40
2026-06-22drm/tests: bridge: Switch to atomic_create_stateMaxime Ripard1-3/+3
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-66/+64
2026-06-15drm/tests: Move test EDID data to separate .c fileNicolas Frattaroli3-977/+1006
2026-06-09drm/tests: bridge: Add test for HDMI output bus formats helperNicolas Frattaroli1-0/+184
2026-06-09drm/tests: bridge: Add KUnit tests for bridge chain format selectionNicolas Frattaroli1-0/+787
2026-06-09drm/tests: hdmi: Add tests for HDMI helper's mode_validNicolas Frattaroli1-0/+109
2026-06-09drm/tests: hdmi: Add tests for the color_format propertyNicolas Frattaroli1-0/+236
2026-05-29drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()Maxime Ripard1-1/+1
2026-05-14drm: Suppress intentional warning backtraces in scaling unit testsGuenter Roeck1-6/+40
2026-05-08Merge tag 'drm-misc-next-2026-05-07' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-2/+0
2026-05-07Merge drm/drm-next into drm-misc-nextMaxime Ripard5-64/+64
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard5-64/+64
2026-04-30drm/tests: bridge: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-2/+0
2026-03-24drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspaceMaxime Ripard2-131/+131
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard3-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-3/+3
2026-02-06gpu: Move DRM buddy allocator one level up (part one)Joel Fernandes4-933/+0
2026-01-23Merge tag 'drm-misc-next-2026-01-22' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie5-0/+843
2026-01-21drm/tests/drm_buddy: Add tests for allocations exceeding max_orderSanjay Yadav1-0/+35
2026-01-20drm/tests: hdmi: fix build failureDmitry Baryshkov1-1/+1
2026-01-19drm/display: hdmi_state_helper: split InfoFrame functions per typeDmitry Baryshkov2-47/+69
2026-01-19drm/connector: make clear_infoframe callback mandatory for HDMI connectorsDmitry Baryshkov2-0/+37
2026-01-19drm/tests: hdmi: check the infoframes behaviourDmitry Baryshkov3-0/+749
2026-01-09Merge tag 'drm-misc-next-2026-01-08' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie2-10/+241
2026-01-05drm/panic: Add kunit tests for drm_panicJocelyn Falempe1-0/+221
2025-12-21drm/tests: shmem: Hold reservation lock around purgeThomas Zimmermann1-1/+3
2025-12-21drm/tests: shmem: Hold reservation lock around madviseThomas Zimmermann1-4/+4
2025-12-21drm/tests: shmem: Hold reservation lock around vmap/vunmapThomas Zimmermann1-2/+4
2025-12-21drm/tests: shmem: Add clean-up action to unpin pagesThomas Zimmermann1-0/+6
2025-12-21drm/tests: shmem: Swap names of export testsThomas Zimmermann1-3/+3
2025-12-15Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst5-1/+181
2025-12-12drm/tests: Handle EDEADLK in set_up_atomic_state()José Expósito1-5/+22
2025-12-12drm/tests: Handle EDEADLK in drm_test_check_valid_clones()José Expósito1-0/+13
2025-12-12drm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector() returning EDEADLKJosé Expósito1-0/+143
2025-11-26drm/tests: Add a few tests around drm_fixed.hHarry Wentland2-1/+73
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-07drm/buddy: Add KUnit tests for allocator performance under fragmentationArunpravin Paneer Selvam1-0/+105
2025-09-16drm/tests: make sure drm_client_modeset tests are enabledDmitry Baryshkov1-0/+2
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie1-1/+2
2025-08-29drm/test: drm_exec: use kzalloc() to allocate GEM objectsDanilo Krummrich1-7/+15
2025-08-11drm/tests: Fix drm_test_fb_xrgb8888_to_xrgb2101010() on big-endianJosé Expósito1-0/+1
2025-08-11drm/tests: Fix endian warningJosé Expósito1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä1-0/+1