Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c3944 u32 new_js_ctx_scheduling_mode; in js_ctx_scheduling_mode_store() local
3953 ret = kstrtouint(buf, 0, &new_js_ctx_scheduling_mode); in js_ctx_scheduling_mode_store()
3954 if (ret || new_js_ctx_scheduling_mode >= KBASE_JS_PRIORITY_MODE_COUNT) { in js_ctx_scheduling_mode_store()
3961 if (new_js_ctx_scheduling_mode == kbdev->js_ctx_scheduling_mode) in js_ctx_scheduling_mode_store()
3968 kbdev->js_ctx_scheduling_mode = new_js_ctx_scheduling_mode; in js_ctx_scheduling_mode_store()
3977 dev_dbg(kbdev->dev, "JS ctx scheduling mode: %u\n", new_js_ctx_scheduling_mode); in js_ctx_scheduling_mode_store()