[RFC PATCH v2 17/17] WIP: drm/tegra: Implement new UAPI

Dmitry Osipenko digetx at gmail.com
Wed Sep 9 02:10:11 UTC 2020


05.09.2020 13:34, Mikko Perttunen пишет:
> +	job->timeout = min(args->timeout_us / 1000, 10000U);
> +	if (job->timeout == 0)
> +		job->timeout = 1;

clamp()


More information about the dri-devel mailing list