Home
last modified time | relevance | path

Searched refs:update_state (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_hwseq.c39 struct pg_block_update *update_state) in dcn351_calc_blocks_to_gate() argument
43 dcn35_calc_blocks_to_gate(dc, context, update_state); in dcn351_calc_blocks_to_gate()
46 if (!update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_calc_blocks_to_gate()
47 !update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_calc_blocks_to_gate()
49 update_state->pg_pipe_res_update[PG_HUBP][j] = false; in dcn351_calc_blocks_to_gate()
50 update_state->pg_pipe_res_update[PG_DPP][j] = false; in dcn351_calc_blocks_to_gate()
59 struct pg_block_update *update_state) in dcn351_calc_blocks_to_ungate() argument
63 dcn35_calc_blocks_to_ungate(dc, context, update_state); in dcn351_calc_blocks_to_ungate()
66 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_calc_blocks_to_ungate()
67 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_calc_blocks_to_ungate()
[all …]
H A Ddcn351_hwseq.h33 struct pg_block_update *update_state);
35 struct pg_block_update *update_state);
37 struct pg_block_update *update_state);
39 struct pg_block_update *update_state);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c919 struct pg_block_update *update_state) in dcn35_calc_blocks_to_gate() argument
927 memset(update_state, 0, sizeof(struct pg_block_update)); in dcn35_calc_blocks_to_gate()
938 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_gate()
940 update_state->pg_res_update[PG_DWB] = true; in dcn35_calc_blocks_to_gate()
946 update_state->pg_pipe_res_update[j][i] = true; in dcn35_calc_blocks_to_gate()
952 update_state->pg_pipe_res_update[PG_HUBP][pipe_ctx->plane_res.hubp->inst] = false; in dcn35_calc_blocks_to_gate()
955 update_state->pg_pipe_res_update[PG_DPP][pipe_ctx->plane_res.hubp->inst] = false; in dcn35_calc_blocks_to_gate()
958 update_state->pg_pipe_res_update[PG_MPCC][pipe_ctx->plane_res.mpcc_inst] = false; in dcn35_calc_blocks_to_gate()
961 update_state->pg_pipe_res_update[PG_DSC][pipe_ctx->stream_res.dsc->inst] = false; in dcn35_calc_blocks_to_gate()
963 update_state->pg_pipe_res_update[PG_HUBP][pipe_ctx->stream_res.dsc->inst] = false; in dcn35_calc_blocks_to_gate()
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_la.h83 cmp_auth, ret_auth, update_state, \ argument
97 ((update_state & QAT_LA_UPDATE_STATE_MASK) << \
/linux/drivers/firmware/arm_scmi/
H A Dsensors.c359 .update_state = iter_intervals_update_state, in scmi_sensor_update_intervals()
497 .update_state = iter_axes_extended_name_update_state, in scmi_sensor_axis_extended_names_get()
532 .update_state = iter_axes_desc_update_state, in scmi_sensor_axis_description()
697 .update_state = iter_sens_descr_update_state, in scmi_sensor_description_get()
H A Dprotocols.h227 int (*update_state)(struct scmi_iterator_state *st, member
H A Dpinctrl.c294 .update_state = iter_pinctrl_assoc_update_state, in scmi_pinctrl_list_associations()
404 .update_state = iter_pinctrl_settings_get_update_state, in scmi_pinctrl_settings_get()
H A Dvoltage.c187 .update_state = iter_volt_levels_update_state, in scmi_voltage_levels_get()
H A Dclock.c294 .update_state = iter_clk_possible_parents_update_state, in scmi_clock_possible_parents()
518 .update_state = iter_clk_describe_update_state, in scmi_clock_describe_rates_get()
H A Dperf.c472 .update_state = iter_perf_levels_update_state, in scmi_perf_describe_levels_get()
H A Ddriver.c1837 ret = iops->update_state(st, i->resp, i->priv); in scmi_iterator_run()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1239 struct pg_block_update *update_state);
1241 struct pg_block_update *update_state);
1243 struct pg_block_update *update_state);
1245 struct pg_block_update *update_state);
1247 struct pg_block_update *update_state, bool power_on);
/linux/drivers/watchdog/
H A Dwm831x_wdt.c31 int update_state; member
/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c581 static void update_state(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in update_state() function
816 update_state(qp, &pkt); in rxe_requester()
/linux/drivers/firmware/arm_scmi/vendors/imx/
H A Dimx-sm-misc.c433 .update_state = iter_misc_syslog_update_state, in scmi_imx_misc_syslog_get()
/linux/drivers/scsi/
H A Daha152x.c2224 static int update_state(struct Scsi_Host *shpnt) in update_state() function
2354 dataphase=update_state(shpnt); in is_complete()