linux/drivers/gpu/drm/tests
Matthew Auld 3351269377 drm/tests/drm_buddy: fix 32b build
Doesn't seem to compile on 32b, presumably due to u64 mod/division.
Simplest is to just switch over to u32 here. Also make print modifiers
consistent with that.

Fixes: a64056bb5a ("drm/tests/drm_buddy: add alloc_contiguous test")
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240215174431.285069-7-matthew.auld@intel.com
Signed-off-by: Christian König <christian.koenig@amd.com>
2024-02-19 10:56:02 +01:00
..
.kunitconfig
Makefile
drm_buddy_test.c drm/tests/drm_buddy: fix 32b build 2024-02-19 10:56:02 +01:00
drm_client_modeset_test.c
drm_cmdline_parser_test.c
drm_connector_test.c
drm_damage_helper_test.c
drm_dp_mst_helper_test.c
drm_exec_test.c drm/exec: Pass in initial # of objects 2023-12-10 10:38:47 -08:00
drm_format_helper_test.c
drm_format_test.c
drm_framebuffer_test.c
drm_gem_shmem_test.c
drm_kunit_helpers.c drm/tests: Switch to kunit devices 2023-12-18 13:28:08 -07:00
drm_managed_test.c
drm_mm_test.c Linux 6.8-rc1 2024-01-22 09:44:15 +01:00
drm_modes_test.c
drm_plane_helper_test.c
drm_probe_helper_test.c
drm_rect_test.c