Home
last modified time | relevance | path

Searched refs:I915_CONTEXT_MIN_USER_PRIORITY (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_priolist_types.h16 I915_PRIORITY_MIN = I915_CONTEXT_MIN_USER_PRIORITY - 1,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Di915_drm.h1480 #define I915_CONTEXT_MIN_USER_PRIORITY -1023 /* inclusive */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Di915_drm.h1480 #define I915_CONTEXT_MIN_USER_PRIORITY -1023 /* inclusive */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Di915_drm.h1472 #define I915_CONTEXT_MIN_USER_PRIORITY -1023 /* inclusive */ macro
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Di915_drm.h1472 #define I915_CONTEXT_MIN_USER_PRIORITY -1023 /* inclusive */ macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Di915_drm.h1472 #define I915_CONTEXT_MIN_USER_PRIORITY -1023 /* inclusive */ macro
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Di915_drm.h1599 #define I915_CONTEXT_MIN_USER_PRIORITY -1023 /* inclusive */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/drm/
H A Di915_drm.h1599 #define I915_CONTEXT_MIN_USER_PRIORITY -1023 /* inclusive */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c1557 I915_USER_PRIORITY(I915_CONTEXT_MIN_USER_PRIORITY); in live_busywait_preempt()
1767 I915_USER_PRIORITY(I915_CONTEXT_MIN_USER_PRIORITY); in live_preempt()
3361 I915_USER_PRIORITY(I915_CONTEXT_MIN_USER_PRIORITY); in live_preempt_timeout()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c2014 priority < I915_CONTEXT_MIN_USER_PRIORITY) in set_priority()