Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc_submission.c122 client->stage_id, yesno(is_high_priority(client)), in reserve_doorbell()
147 static int __guc_allocate_doorbell(struct intel_guc *guc, u32 stage_id) in __guc_allocate_doorbell() argument
151 stage_id in __guc_allocate_doorbell()
157 static int __guc_deallocate_doorbell(struct intel_guc *guc, u32 stage_id) in __guc_deallocate_doorbell() argument
161 stage_id in __guc_deallocate_doorbell()
171 return &base[client->stage_id]; in __get_stage_desc()
232 ret = __guc_allocate_doorbell(client->guc, client->stage_id); in create_doorbell()
237 client->stage_id, ret); in create_doorbell()
251 ret = __guc_deallocate_doorbell(client->guc, client->stage_id); in destroy_doorbell()
254 client->stage_id, ret); in destroy_doorbell()
[all …]
Dintel_guc_submission.h64 u32 stage_id; member
Dintel_guc_fwif.h250 u32 stage_id; member
294 u32 stage_id; member
Dintel_guc.c559 data[5] = guc->execbuf_client->stage_id; in intel_guc_reset_engine()
Di915_debugfs.c2393 client->priority, client->stage_id, client->proc_desc_offset); in i915_guc_client_info()
2457 seq_printf(m, "\tIndex: %u\n", desc->stage_id); in i915_guc_stage_pool()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_guc.c201 err = __guc_allocate_doorbell(guc, guc->execbuf_client->stage_id); in igt_guc_clients()
301 if (clients[i]->stage_id >= GUC_NUM_DOORBELLS) { in igt_guc_doorbells()
303 i, clients[i]->stage_id, GUC_NUM_DOORBELLS); in igt_guc_doorbells()
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dhal8188e_rate_adaptive.c499 u8 stage_id; in odm_PTDecision_8188E() local
512 stage_id = temp_stage-j; in odm_PTDecision_8188E()
514 stage_id = 0; in odm_PTDecision_8188E()
516 …pRaInfo->PTSmoothFactor = (pRaInfo->PTSmoothFactor>>1) + (pRaInfo->PTSmoothFactor>>2) + stage_id*1… in odm_PTDecision_8188E()
519 stage_id = pRaInfo->PTSmoothFactor >> 6; in odm_PTDecision_8188E()
520 temp_stage = stage_id*2; in odm_PTDecision_8188E()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.h414 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume);
416 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 *volume);
419 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
421 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
Dsst-haswell-ipc.c841 u32 stage_id, u32 channel, u32 *volume) in sst_hsw_stream_get_volume() argument
855 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume) in sst_hsw_stream_set_volume() argument
870 header |= (stage_id << IPC_STG_ID_SHIFT); in sst_hsw_stream_set_volume()
905 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, in sst_hsw_mixer_get_volume() argument
919 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, in sst_hsw_mixer_set_volume() argument
955 header |= (stage_id << IPC_STG_ID_SHIFT); in sst_hsw_mixer_set_volume()