Lines Matching refs:dc_fg
19 struct dc_fg { struct
33 struct dc_fg *fg; argument
41 void dc_fg_cfg_videomode(struct dc_fg *fg, struct drm_display_mode *m);
42 void dc_fg_enable(struct dc_fg *fg);
43 void dc_fg_disable(struct dc_fg *fg);
44 void dc_fg_shdtokgen(struct dc_fg *fg);
45 u32 dc_fg_get_frame_index(struct dc_fg *fg);
46 u32 dc_fg_get_line_index(struct dc_fg *fg);
47 bool dc_fg_wait_for_frame_index_moving(struct dc_fg *fg);
48 bool dc_fg_secondary_requests_to_read_empty_fifo(struct dc_fg *fg);
49 void dc_fg_secondary_clear_channel_status(struct dc_fg *fg);
50 int dc_fg_wait_for_secondary_syncup(struct dc_fg *fg);
51 void dc_fg_enable_clock(struct dc_fg *fg);
52 void dc_fg_disable_clock(struct dc_fg *fg);
53 enum drm_mode_status dc_fg_check_clock(struct dc_fg *fg, int clk_khz);
54 void dc_fg_init(struct dc_fg *fg);