Home
last modified time | relevance | path

Searched refs:dst_pitches (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c1576 .dst_pitches = { TEST_USE_DEFAULT_PITCH },
1588 .dst_pitches = { TEST_USE_DEFAULT_PITCH },
1604 .dst_pitches = { TEST_USE_DEFAULT_PITCH },
1622 .dst_pitches = { TEST_USE_DEFAULT_PITCH },
1639 .dst_pitches = { TEST_USE_DEFAULT_PITCH },
1655 .dst_pitches = { TEST_USE_DEFAULT_PITCH },
1777 .dst_pitches = { 5 * 4 },
1803 .dst_pitches = { 5 * 4, 5 * 1 },
1840 .dst_pitches = { 5 * 1, 5 * 1, 5 * 1 },
1900 const unsigned int *dst_pitches = params->dst_pitches[0] == TEST_USE_DEFAULT_PITCH ? NULL : in drm_test_fb_memcpy() local
[all …]