Searched refs:stage_id (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_submission.c | 113 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 …]
|
D | intel_guc_submission.h | 46 u32 stage_id; member
|
D | selftest_guc.c | 255 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()
|
D | intel_guc_fwif.h | 116 u32 stage_id; member 160 u32 stage_id; member
|
D | intel_guc.c | 530 data[5] = guc->execbuf_client->stage_id; in intel_guc_reset_engine()
|
/Linux-v5.4/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.h | 405 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,
|
D | sst-haswell-ipc.c | 829 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/ |
D | hal8188e_rate_adaptive.c | 487 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/ |
D | i915_debugfs.c | 1904 client->stage_id, in i915_guc_info() 1930 seq_printf(m, "\tIndex: %u\n", desc->stage_id); in i915_guc_stage_pool()
|