mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 01:52:03 +02:00
Replace the drm_gem_(un)lock_reservations() + ww_acquire_ctx pattern with DRM exec across all submit ioctls. Just a straightforward conversion; no functional change. Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Link: https://patch.msgid.link/20260604-v3d-sched-misc-fixes-v4-5-c068f5bf5ccf@igalia.com Signed-off-by: Maíra Canal <mcanal@igalia.com>
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_V3D
|
|
tristate "Broadcom V3D 3.x and newer"
|
|
depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
|
|
depends on DRM
|
|
depends on COMMON_CLK
|
|
depends on MMU
|
|
select DRM_EXEC
|
|
select DRM_SCHED
|
|
select DRM_GEM_SHMEM_HELPER
|
|
help
|
|
Choose this option if you have a system that has a Broadcom
|
|
V3D 3.x or newer GPUs. SoCs supported include the BCM2711,
|
|
BCM7268 and BCM7278.
|