Searched refs:slice (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 1064 static u32 read_subslice_reg(const struct intel_engine_cs *engine, int slice, int subslice, i915_reg_t reg) in read_subslice_reg() argument 1073 mcr_ss = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice); in read_subslice_reg() 1076 mcr_ss = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); in read_subslice_reg() 1111 int slice; in intel_engine_get_instdone() local 1154 for_each_instdone_slice_subslice(i915, sseu, slice, subslice) in intel_engine_get_instdone() 1156 instdone->sampler[slice][subslice] = read_subslice_reg(engine, slice, subslice, GEN7_SAMPLER_INSTDONE); in intel_engine_get_instdone() 1157 instdone->row[slice][subslice] = read_subslice_reg(engine, slice, subslice, GEN7_ROW_INSTDONE); in intel_engine_get_instdone()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 67 * and have no persistent notion like in traditional, time-slice 162 * Note: in the case that the slice exceeds the runtime remaining (either due 163 * to consumption or the quota being specified to be smaller than the slice) 735 * We calculate the wall-time slice from the period by taking a part 743 u64 slice; in sched_slice() local 749 slice = fair_sched_period(nr_running + !se->on_rq); in sched_slice() 764 slice = fair_calc_delta(slice, se->load.weight, load); in sched_slice() 768 slice = max(slice, (u6 in sched_slice() 5353 u64 runtime = 0, slice = sched_cfs_bandwidth_slice(); do_sched_cfs_slack_timer() local 5697 u64 slice = sched_slice(cfs_rq, se); hrtick_start_fair() local [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmevent.h | 1110 uint8 slice; /* slice number */ member
|
H A D | wlioctl.h | 3197 #define OPS_DISABLED_UNASSOC 0x02 /* Disabled because the slice is in unassociated state */ 3198 #define OPS_DISABLED_SCAN 0x04 /* Disabled because the slice is in scan state */ 3244 uint8 curr_slice_index; /* current slice index of the interface */ 3249 uint32 slice_enable_dur; /* time(ms) psbw remains enabled on this slice */ 3565 uint16 enabled; /* tdmtx is enabled on slice */ 3570 uint32 tdmtx_txpudis; /* Total number of times Tx path is muted on the slice */ 3571 uint32 tdmtx_txpri_on; /* Total number of times Tx priority was obtained by the slice */ 3572 uint32 tdmtx_txdefer; /* Total number of times Tx was deferred on the slice */ 3573 uint32 tdmtx_txmute; /* Total number of times active Tx muted on the slice */ 3574 uint32 tdmtx_actpwrboff; /* Total number of times TX power is backed off by the slice */ 10716 nan_sched_stats_core_t slice[MAX_NUM_D11CORES]; global() member [all...] |
Completed in 74 milliseconds