linux/drivers/gpu/drm/qxl
Tvrtko Ursulin 77e19f8d32 drm/ttm: Replace multiple booleans with flags in device init
Multiple consecutive boolean function arguments are usually not very
readable.

Replace the ones in ttm_device_init() with flags with the additional
benefit of soon being able to pass in more data with just a one off
code base churning cost.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Danilo Krummrich <dakr@kernel.org>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Lyude Paul <lyude@redhat.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Sui Jingfeng <suijingfeng@loongson.cn>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Zack Rusin <zack.rusin@broadcom.com>
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Zack Rusin <zack.rusin@broadcom.com>
Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> # For xe
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Tvrtko Ursulin <tursulin@ursulin.net>
Link: https://lore.kernel.org/r/20251020115411.36818-4-tvrtko.ursulin@igalia.com
[tursulin: fixup checkpatch while applying]
2025-10-31 09:14:35 +00:00
..
Kconfig PCI: Add CONFIG_MMU dependency 2025-04-23 15:40:30 -05:00
Makefile
qxl_cmd.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_debugfs.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_dev.h
qxl_display.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_draw.c
qxl_drv.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_drv.h drm: remove driver date from struct drm_driver and all drivers 2024-12-05 12:35:42 +02:00
qxl_dumb.c
qxl_gem.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_image.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_ioctl.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_irq.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_kms.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_object.c drm/qxl: Pin buffer objects for internal mappings 2024-07-10 09:12:42 +02:00
qxl_object.h drm/qxl: Pin buffer objects for internal mappings 2024-07-10 09:12:42 +02:00
qxl_prime.c drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}() 2024-03-11 13:33:50 +01:00
qxl_release.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
qxl_ttm.c drm/ttm: Replace multiple booleans with flags in device init 2025-10-31 09:14:35 +00:00