Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c113 client->stage_id, yesno(is_high_priority(client)), in reserve_doorbell()
138 static int __guc_allocate_doorbell(struct intel_guc *guc, u32 stage_id) in __guc_allocate_doorbell() argument
142 stage_id in __guc_allocate_doorbell()
148 static int __guc_deallocate_doorbell(struct intel_guc *guc, u32 stage_id) in __guc_deallocate_doorbell() argument
152 stage_id in __guc_deallocate_doorbell()
162 return &base[client->stage_id]; in __get_stage_desc()
229 ret = __guc_allocate_doorbell(client->guc, client->stage_id); in create_doorbell()
234 client->stage_id, ret); in create_doorbell()
248 ret = __guc_deallocate_doorbell(client->guc, client->stage_id); in destroy_doorbell()
251 client->stage_id, ret); in destroy_doorbell()
[all …]
Dintel_guc_submission.h46 u32 stage_id; member
Dselftest_guc.c255 if (clients[i]->stage_id >= GUC_NUM_DOORBELLS) { in igt_guc_doorbells()
257 i, clients[i]->stage_id, GUC_NUM_DOORBELLS); in igt_guc_doorbells()
Dintel_guc_fwif.h116 u32 stage_id; member
160 u32 stage_id; member
Dintel_guc.c530 data[5] = guc->execbuf_client->stage_id; in intel_guc_reset_engine()
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-ipc.h405 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume);
407 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 *volume);
410 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
412 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
Dsst-haswell-ipc.c829 u32 stage_id, u32 channel, u32 *volume) in sst_hsw_stream_get_volume() argument
843 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume) in sst_hsw_stream_set_volume() argument
858 request.header |= (stage_id << IPC_STG_ID_SHIFT); in sst_hsw_stream_set_volume()
894 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, in sst_hsw_mixer_get_volume() argument
908 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, in sst_hsw_mixer_set_volume() argument
944 request.header |= (stage_id << IPC_STG_ID_SHIFT); in sst_hsw_mixer_set_volume()
/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Dhal8188e_rate_adaptive.c487 u8 stage_id; in odm_PTDecision_8188E() local
500 stage_id = temp_stage - j; in odm_PTDecision_8188E()
502 stage_id = 0; in odm_PTDecision_8188E()
506 stage_id * 16 + 2; in odm_PTDecision_8188E()
509 stage_id = pRaInfo->PTSmoothFactor >> 6; in odm_PTDecision_8188E()
510 temp_stage = stage_id * 2; in odm_PTDecision_8188E()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c1904 client->stage_id, in i915_guc_info()
1930 seq_printf(m, "\tIndex: %u\n", desc->stage_id); in i915_guc_stage_pool()