summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
Commit message (Expand)AuthorAgeFilesLines
* drm/tests: connector: Add tests for drmm_connector_initMaxime Ripard2024-02-281-1/+169
* drm/tests: Add helper to create mock crtcMaxime Ripard2024-02-281-0/+62
* drm/tests: Add helper to create mock planeMaxime Ripard2024-02-281-0/+85
* drm/tests: helpers: Add atomic helpersMaxime Ripard2024-02-281-0/+3
* Merge v6.8-rc6 into drm-nextDaniel Vetter2024-02-261-0/+88
|\
| * Merge tag 'drm-fixes-2024-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-02-231-7/+7
| |\
| | * drm/tests/drm_buddy: fix 32b buildMatthew Auld2024-02-191-8/+8
| * | drm/tests/drm_buddy: fix build failure on 32-bit targetsLinus Torvalds2024-02-201-3/+2
| |/
| * drm/tests/drm_buddy: add alloc_contiguous testMatthew Auld2024-02-141-0/+89
* | drm/tests: mm: Convert to drm_dbg_printerMichał Winiarski2024-02-121-1/+1
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-02-071-1/+4
|\|
| * Merge v6.8-rc1 into drm-misc-fixesMaxime Ripard2024-01-228-2485/+604
| |\
| * | drm/tests: mm: Call drm_mm_print in drm_test_mm_debugMichał Winiarski2024-01-171-1/+4
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-292-83/+11
|\ \ \ | | |/ | |/|
| * | Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-127-2410/+601
| |\ \
| | * | drm/exec: Pass in initial # of objectsRob Clark2023-12-101-8/+8
| * | | drm/tests: Switch to kunit devicesMaxime Ripard2023-12-181-63/+3
| * | | drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()David Gow2023-12-181-21/+9
| | |/ | |/|
* | | drm/tests: managed: Add a simple test for drmm_managed_releaseMichał Winiarski2024-01-171-0/+25
* | | drm/tests: managed: Extract device initialization into test initMichał Winiarski2024-01-171-15/+26
* | | drm/tests: managed: Add comments about test intentMichał Winiarski2024-01-171-0/+9
* | | drm/tests: managed: Rename the suite name to match other DRM testsMichał Winiarski2024-01-171-1/+1
| |/ |/|
* | drm/test: add a test suite for GEM objects backed by shmemMarco Pagani2023-12-042-0/+384
* | Merge tag 'drm-intel-next-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-11-231-3/+163
|\ \
| * | drm/dp_mst: Add kunit tests for drm_dp_get_vc_payload_bw()Imre Deak2023-11-211-0/+160
| * | drm/dp_mst: Fix fractional DSC bpp handlingVille Syrjälä2023-11-081-3/+3
* | | drm/test: rearrange test entries in Kconfig and MakefileMarco Pagani2023-11-151-2/+2
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-151-1/+1
|\ \ \ | | |/ | |/|
| * | BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-232-2/+2
| |\ \
| | * | drm/tests: Fix kunit_release_action ctx argumentArthur Grillo2023-09-301-1/+1
| | * | drm/tests: Fix incorrect argument in drm_test_mm_insert_rangeJanusz Krzysztofik2023-09-151-1/+1
* | | | drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2023-11-141-28/+44
* | | | drm/tests: Remove slow testsMaxime Ripard2023-11-092-2369/+0
|/ / /
* | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-10-111-1/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-09-221-57/+756
| |\ \ | | |/ | |/|
| * | drm/tests/drm_kunit_helpers: Place correct function name in the comment headerLee Jones2023-08-241-1/+1
* | | drm/tests: Add new format conversion tests to better cover drm_fb_blit()Arthur Grillo2023-09-301-0/+142
* | | drm/tests: Add calls to drm_fb_blit() on supported format conversion testsArthur Grillo2023-09-301-0/+142
| |/ |/|
* | drm/tests: Zero initialize fourccs_outArthur Grillo2023-09-081-1/+1
* | drm/tests: Add KUnit tests for drm_fb_memcpy()Arthur Grillo2023-08-261-0/+362
* | drm/tests: Add multi-plane support to conversion_buf_size()Arthur Grillo2023-08-261-14/+14
* | drm/tests: Add KUnit tests for drm_fb_build_fourcc_list()Arthur Grillo2023-08-261-0/+144
* | drm/tests: Add KUnit tests for drm_fb_clip_offset()Arthur Grillo2023-08-261-0/+91
* | drm/tests: Add KUnit tests for drm_fb_swab()Arthur Grillo2023-08-261-0/+66
* | drm/tests: Test default pitch fallbackArthur Grillo2023-08-261-44/+80
|/
* drm/test: drm_exec: fix memory leak on object prepareDanilo Krummrich2023-08-101-2/+5
* drm/exec: add test case for using a drm_exec multiple timesChristian König2023-08-101-0/+21
* drm/tests: Alloc drm_device on drm_exec testsArthur Grillo2023-08-011-7/+37
* drm/tests: helpers: Create a helper to allocate an atomic stateMaxime Ripard2023-07-311-0/+46
* drm/tests: helpers: Create a helper to allocate a locking ctxMaxime Ripard2023-07-311-0/+41