Searched refs:state_limit (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | cpuidle.c | 442 u64 state_limit; in cpuidle_poll_time() local 447 state_limit = drv->states[i].target_residency_ns; in cpuidle_poll_time() 448 if (state_limit < CPUIDLE_POLL_MIN) in cpuidle_poll_time() 451 limit_ns = min_t(u64, state_limit, CPUIDLE_POLL_MAX); in cpuidle_poll_time()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgm107.c | 882 const u32 state_limit = min(grctx->bundle_min_gpm_fifo_depth, in gm107_grctx_generate_bundle() local 891 mmio_wr32(info, 0x4064c8, (state_limit << 16) | token_limit); in gm107_grctx_generate_bundle()
|
H A D | ctxgk104.c | 878 const u32 state_limit = min(grctx->bundle_min_gpm_fifo_depth, in gk104_grctx_generate_bundle() local 887 mmio_wr32(info, 0x4064c8, (state_limit << 16) | token_limit); in gk104_grctx_generate_bundle()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgm107.c | 882 const u32 state_limit = min(grctx->bundle_min_gpm_fifo_depth, size / 0x20); in gm107_grctx_generate_bundle() local 889 gf100_grctx_patch_wr32(chan, 0x4064c8, (state_limit << 16) | token_limit); in gm107_grctx_generate_bundle()
|
H A D | ctxgk104.c | 879 const u32 state_limit = min(grctx->bundle_min_gpm_fifo_depth, size / 0x20); in gk104_grctx_generate_bundle() local 883 gf100_grctx_patch_wr32(chan, 0x4064c8, (state_limit << 16) | token_limit); in gk104_grctx_generate_bundle()
|
Completed in 6 milliseconds