summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorFilesLines
2025-04-29drm/tests: shmem: Fix memleakMaxime Ripard1-0/+3
2025-04-08drm/tests: probe-helper: Fix drm_display_mode memory leakMaxime Ripard1-1/+7
2025-04-08drm/tests: modes: Fix drm_display_mode memory leakMaxime Ripard1-0/+4
2025-04-08drm/tests: modes: Fix drm_display_mode memory leakMaxime Ripard1-0/+22
2025-04-08drm/tests: cmdline: Fix drm_display_mode memory leakMaxime Ripard1-1/+9
2025-04-08drm/tests: modeset: Fix drm_display_mode memory leakMaxime Ripard1-1/+5
2025-04-08drm/tests: modeset: Fix drm_display_mode memory leakMaxime Ripard1-0/+3
2025-04-08drm/tests: helpers: Create kunit helper to destroy a drm_display_modeMaxime Ripard1-0/+22
2025-03-03drm/format-helper: Add conversion from XRGB8888 to BGR888Kerem Karabay1-0/+81
2025-03-03drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()Maxime Ripard3-155/+164
2025-02-25Merge tag 'v6.14-rc4' into drm-nextDave Airlie1-97/+103
2025-02-13drm/tests: Fix a test in drm_test_check_valid_clones()Dan Carpenter1-1/+1
2025-02-06drm/tests: hdmi: Fix recursive lockingMaxime Ripard1-57/+57
2025-02-06drm/tests: hdmi: Reorder DRM entities variables assignmentMaxime Ripard1-39/+42
2025-02-06drm/tests: hdmi: Remove redundant assignmentsMaxime Ripard1-4/+0
2025-02-06drm/tests: hdmi: Fix WW_MUTEX_SLOWPATH failuresMaxime Ripard1-0/+7
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard4-18/+114
2025-01-23Merge v6.13 into drm-nextSimona Vetter2-2/+61
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-136/+907
2025-01-15drm/tests/buddy: fix build with unused prngMatthew Auld1-1/+0
2025-01-14drm/tests: hdmi: Add connector disablement testLiu Ying1-0/+52
2025-01-14drm/buddy: Add a testcase to verify the multiroot finiArunpravin Paneer Selvam1-9/+20
2025-01-13drm/tests: connector: Add ycbcr_420_allowed testsCristian Ciocaltea1-0/+60
2025-01-08drm/tests: Add test for drm_atomic_helper_check_modeset()Jessica Zhang1-0/+71
2025-01-08drm/tests: Add test for drm_crtc_in_clone_mode()Jessica Zhang1-1/+61
2025-01-08drm/tests: Add test for drm_atomic_helper_commit_modeset_disables()Jessica Zhang2-0/+245
2025-01-07drm/mst: remove mgr parameter and debug logging from drm_dp_get_vc_payload_bw()Jani Nikula1-16/+1
2025-01-06drm/tests: helpers: Fix compiler warningYu-Chun Lin1-2/+1
2024-12-17drm/tests: Add tests for drm_connector_dynamic_init()/register()Imre Deak1-0/+463
2024-12-05drm/display: hdmi: add generic mode_valid helperDmitry Baryshkov2-5/+277
2024-12-05drm/tests: hdmi: return meaningful value from set_connector_edid()Dmitry Baryshkov1-16/+15
2024-12-05drm/tests: hdmi: rename connector creation functionDmitry Baryshkov1-101/+101
2024-12-05drm/tests: hdmi: handle empty modes in find_preferred_mode()Dmitry Baryshkov1-1/+1
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie3-16/+58
2024-10-31drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()Jinjie Ruan1-4/+4
2024-10-31drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic()Jinjie Ruan1-12/+12
2024-10-31drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic()Jinjie Ruan1-0/+42
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-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter1-0/+11
2024-08-02drm/test: fix the gem shmem test to map the sg table.Dave Airlie1-0/+11
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-21/+21
2024-07-25drm/test: use kunit action wrapper macro in the gem shmem test suiteMarco Pagani1-20/+7