Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index

CONFIG_DRM_I915_TIMESLICE_DURATION: Scheduling quantum for userspace batches (ms, jiffy granularity)

General informations

The Linux kernel configuration item CONFIG_DRM_I915_TIMESLICE_DURATION:

Help text

When two user batches of equal priority are executing, we will alternate execution of each batch to ensure forward progress of all users. This is necessary in some cases where there may be an implicit dependency between those batches that requires concurrent execution in order for them to proceed, e.g. they interact with each other via userspace semaphores. Each context is scheduled for execution for the timeslice duration, before switching to the next context.

This is adjustable via /sys/class/drm/card?/engine/*/timeslice_duration_ms

May be 0 to disable timeslicing.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index

Automatically generated (in year 2024). See also LKDDb sources on GitLab