Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h559 bool is_stop);
/drivers/gpu/drm/amd/display/dc/core/
Ddc.c499 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmub_crc_window() argument
506 if (is_stop) { in dc_stream_forward_dmub_crc_window()
523 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmcu_crc_window() argument
525 if (is_stop) in dc_stream_forward_dmcu_crc_window()
533 struct rect *rect, bool is_stop) in dc_stream_forward_crc_window() argument
560 dc_stream_forward_dmub_crc_window(dmub_srv, rect, &mux_mapping, is_stop); in dc_stream_forward_crc_window()
563 dc_stream_forward_dmcu_crc_window(dmcu, rect, &mux_mapping, is_stop); in dc_stream_forward_crc_window()
/drivers/firmware/
Dti_sci.c2814 dops->is_stop = ti_sci_cmd_dev_is_stop; in ti_sci_setup_ops()