Searched refs:stage_id (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_guc_submission.c | 122 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 …]
|
D | intel_guc_submission.h | 64 u32 stage_id; member
|
D | intel_guc_fwif.h | 250 u32 stage_id; member 294 u32 stage_id; member
|
D | intel_guc.c | 559 data[5] = guc->execbuf_client->stage_id; in intel_guc_reset_engine()
|
D | i915_debugfs.c | 2393 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/ |
D | intel_guc.c | 201 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/ |
D | hal8188e_rate_adaptive.c | 499 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/ |
D | sst-haswell-ipc.h | 414 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,
|
D | sst-haswell-ipc.c | 841 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()
|