summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorFilesLines
2025-05-09drm/tests: shmem: Fix memleakMaxime Ripard1-0/+3
2025-04-20drm/tests: probe-helper: Fix drm_display_mode memory leakMaxime Ripard1-1/+7
2025-04-20drm/tests: modes: Fix drm_display_mode memory leakMaxime Ripard1-0/+22
2025-04-20drm/tests: cmdline: Fix drm_display_mode memory leakMaxime Ripard1-1/+9
2025-04-20drm/tests: helpers: Create kunit helper to destroy a drm_display_modeMaxime Ripard1-0/+22
2025-04-20drm/tests: modeset: Fix drm_display_mode memory leakMaxime Ripard1-0/+3
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-01-23Merge v6.13 into drm-nextSimona Vetter2-2/+61
2025-01-14drm/tests: hdmi: Add connector disablement testLiu Ying1-0/+52
2025-01-13drm/tests: connector: Add ycbcr_420_allowed testsCristian Ciocaltea1-0/+60
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
2024-07-05Merge tag 'drm-misc-next-2024-07-04' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter3-0/+43
2024-07-01drm/tests: Add tests for the new Monochrome value of tv_modeDave Stevenson3-0/+43
2024-06-28Merge tag 'drm-misc-next-2024-06-27' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-0/+1
2024-06-21Merge tag 'drm-misc-next-2024-06-13' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie16-0/+16
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie4-1/+3278
2024-06-20drm/tests: add drm_hdmi_state_helper_test MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-10drm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson16-0/+16
2024-05-28drm/tests: Add infoframes testMaxime Ripard1-0/+219
2024-05-28drm/connector: hdmi: Add Infoframes generationMaxime Ripard2-0/+13
2024-05-28drm/tests: Add RGB Quantization testsMaxime Ripard1-0/+355
2024-05-28drm/tests: Add tests for Broadcast RGB propertyMaxime Ripard2-0/+267
2024-05-28drm/tests: Add HDMI connector bpc and format testsMaxime Ripard2-0/+669
2024-05-28drm/connector: hdmi: Compute bpc and format automaticallyMaxime Ripard1-9/+16