index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tests
/
drm_format_helper_test.c
Age
Commit message (
Expand
)
Author
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
2023-09-30
drm/tests: Add new format conversion tests to better cover drm_fb_blit()
Arthur Grillo
2023-09-30
drm/tests: Add calls to drm_fb_blit() on supported format conversion tests
Arthur Grillo
2023-09-08
drm/tests: Zero initialize fourccs_out
Arthur Grillo
2023-08-26
drm/tests: Add KUnit tests for drm_fb_memcpy()
Arthur Grillo
2023-08-26
drm/tests: Add multi-plane support to conversion_buf_size()
Arthur Grillo
2023-08-26
drm/tests: Add KUnit tests for drm_fb_build_fourcc_list()
Arthur Grillo
2023-08-26
drm/tests: Add KUnit tests for drm_fb_clip_offset()
Arthur Grillo
2023-08-26
drm/tests: Add KUnit tests for drm_fb_swab()
Arthur Grillo
2023-08-26
drm/tests: Test default pitch fallback
Arthur Grillo
2023-03-17
drm/format-helper: Use drm_format_info_min_pitch() in tests helper
Javier Martinez Canillas
2023-03-16
drm/format-helper: Make "destination_pitch" test usable for mono
Arthur Grillo
2023-03-16
drm/format-helper: Add Kunit tests for drm_fb_xrgb8888_to_mono()
Arthur Grillo
2023-03-10
drm/format-helper: Make conversion_buf_size() support sub-byte pixel fmts
Javier Martinez Canillas
2023-02-02
drm/format-helper: Use KUNIT_EXPECT_MEMEQ macro
Maíra Canal
2023-01-16
Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formats
Thomas Zimmermann
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to ARGB2101010
Thomas Zimmermann
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to ARGB8888
Thomas Zimmermann
2023-01-03
drm/format-helper: Type fixes in format-helper tests
Thomas Zimmermann
2023-01-03
drm/format-helper: Store RGB565 in little-endian order
Thomas Zimmermann
2023-01-03
drm/format-helper: Fix test-input format conversion
Thomas Zimmermann
2023-01-03
drm/format-helper: Comment on RGB888 byte order
Thomas Zimmermann
2022-10-27
kunit: Use KUNIT_EXPECT_MEMEQ macro
Maíra Canal
2022-10-20
drm: tests: Fix a buffer overflow in format_helper_test
David Gow
2022-09-27
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()
José Expósito
2022-09-27
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()
José Expósito
2022-09-27
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()
José Expósito
2022-09-14
drm/tests: Change "igt_" prefix to "drm_test_"
Maíra Canal
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
2022-07-28
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()
José Expósito
2022-07-28
drm/format-helper: Support multiple target formats results
José Expósito
2022-07-28
drm/format-helper: Rename test cases to make them more generic
José Expósito
2022-07-28
drm/format-helper: Fix test on big endian architectures
José Expósito
2022-06-27
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()
José Expósito