summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst5-1/+181
13 daysdrm/tests: Handle EDEADLK in set_up_atomic_state()José Expósito1-5/+22
13 daysdrm/tests: Handle EDEADLK in drm_test_check_valid_clones()José Expósito1-0/+13
13 daysdrm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector() returning ED...José Expósito1-0/+143
2025-11-27drm/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
2025-07-16drm/tests: edid: Add edid-decode --check outputMaxime Ripard1-0/+51
2025-07-16drm/tests: edid: Update CTA-861 HDMI Vendor Specific Data BlockMaxime Ripard1-45/+40
2025-07-16drm/tests: edid: Fix monitor range limitsMaxime Ripard1-6/+6
2025-06-27drm/format-helper: Split off byte swapping from drm_fb_xrgb8888_to_rgb565()Thomas Zimmermann1-4/+4
2025-06-18drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpersThomas Zimmermann1-11/+13
2025-06-18drm/tests: Test drm_fb_build_fourcc_list() in separate test suiteThomas Zimmermann3-143/+168
2025-06-18drm/tests: Do not use drm_fb_blit() in format-helper testsThomas Zimmermann1-92/+16
2025-06-16drm: Include <linux/export.h>Thomas Zimmermann1-0/+1
2025-06-13drm/format-helper: Update tests after BT.601 changesThomas Zimmermann1-6/+6
2025-06-06drm/tests: bridge: add KUnit tests for devm_drm_bridge_alloc()Luca Ceresoli1-0/+89
2025-06-06drm/tests: bridge: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-36/+51
2025-06-02drm/tests: hdmi: Add test for unsuccessful fallback to YUV420Cristian Ciocaltea1-0/+87
2025-06-02drm/tests: hdmi: Add max TMDS rate fallback tests for YUV420 modeCristian Ciocaltea1-0/+154
2025-06-02drm/tests: hdmi: Provide EDID supporting 4K@30Hz with RGB/YUVCristian Ciocaltea1-0/+114
2025-06-02drm/tests: hdmi: Rename max TMDS rate fallback testsCristian Ciocaltea1-4/+4
2025-06-02drm/tests: hdmi: Add limited range tests for YUV420 modeCristian Ciocaltea1-5/+103
2025-06-02drm/tests: hdmi: Provide EDID supporting 4K@30Hz with YUV420 onlyCristian Ciocaltea1-0/+118
2025-06-02drm/tests: hdmi: Switch to drm_atomic_get_new_connector_state() where possibleCristian Ciocaltea1-6/+6
2025-06-02drm/tests: hdmi: Setup ycbcr_420_allowed before initializing connectorCristian Ciocaltea1-0/+2
2025-06-02drm/tests: hdmi: Drop unused drm_kunit_helper_connector_hdmi_init_funcs()Cristian Ciocaltea1-10/+0
2025-06-02drm/tests: hdmi: Replace open coded EDID setupCristian Ciocaltea1-142/+92
2025-06-02drm/tests: hdmi: Add macro to simplify EDID setupCristian Ciocaltea1-18/+28
2025-06-02drm/tests: hdmi: Switch to 'void *' type for EDID dataCristian Ciocaltea1-2/+2
2025-06-02drm/tests: hdmi: Replace '[_]MHz' with 'mhz'Cristian Ciocaltea1-4/+4
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie1-0/+3
2025-04-29drm/tests: shmem: Fix memleakMaxime Ripard1-0/+3
2025-04-14Merge tag 'drm-misc-next-2025-04-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie7-81/+741
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-26drm/shmem-helper: Use refcount_t for vmap_use_countDmitry Osipenko1-3/+3
2025-03-26drm/shmem-helper: Use refcount_t for pages_use_countDmitry Osipenko1-4/+4
2025-03-26drm/shmem-helper: Refactor locked/unlocked functionsDmitry Osipenko1-7/+7