Home
last modified time | relevance | path

Searched refs:is_stop (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h563 bool is_stop);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c493 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmub_crc_window()
500 if (is_stop) { in dc_stream_forward_dmub_crc_window()
517 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmcu_crc_window()
519 if (is_stop) in dc_stream_forward_dmcu_crc_window()
527 struct rect *rect, uint8_t phy_id, bool is_stop) in dc_stream_forward_crc_window()
554 dc_stream_forward_dmub_crc_window(dmub_srv, rect, &mux_mapping, is_stop); in dc_stream_forward_crc_window()
557 dc_stream_forward_dmcu_crc_window(dmcu, rect, &mux_mapping, is_stop); in dc_stream_forward_crc_window()
491 dc_stream_forward_dmub_crc_window(struct dc_dmub_srv * dmub_srv,struct rect * rect,struct otg_phy_mux * mux_mapping,bool is_stop) dc_stream_forward_dmub_crc_window() argument
515 dc_stream_forward_dmcu_crc_window(struct dmcu * dmcu,struct rect * rect,struct otg_phy_mux * mux_mapping,bool is_stop) dc_stream_forward_dmcu_crc_window() argument
525 dc_stream_forward_crc_window(struct dc_stream_state * stream,struct rect * rect,uint8_t phy_id,bool is_stop) dc_stream_forward_crc_window() argument
/linux/drivers/firmware/
H A Dti_sci.c3346 dops->is_stop = ti_sci_cmd_dev_is_stop; in ti_sci_put_handle()