Symbol: dc_fg
drivers/gpu/drm/imx/dc/dc-crtc.c
55
struct dc_fg *_fg = (fg); \
drivers/gpu/drm/imx/dc/dc-de.h
33
struct dc_fg *fg;
drivers/gpu/drm/imx/dc/dc-de.h
41
void dc_fg_cfg_videomode(struct dc_fg *fg, struct drm_display_mode *m);
drivers/gpu/drm/imx/dc/dc-de.h
42
void dc_fg_enable(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
43
void dc_fg_disable(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
44
void dc_fg_shdtokgen(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
45
u32 dc_fg_get_frame_index(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
46
u32 dc_fg_get_line_index(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
47
bool dc_fg_wait_for_frame_index_moving(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
48
bool dc_fg_secondary_requests_to_read_empty_fifo(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
49
void dc_fg_secondary_clear_channel_status(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
50
int dc_fg_wait_for_secondary_syncup(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
51
void dc_fg_enable_clock(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
52
void dc_fg_disable_clock(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-de.h
53
enum drm_mode_status dc_fg_check_clock(struct dc_fg *fg, int clk_khz);
drivers/gpu/drm/imx/dc/dc-de.h
54
void dc_fg_init(struct dc_fg *fg);
drivers/gpu/drm/imx/dc/dc-drv.h
44
struct dc_fg *fg[DC_DISPLAYS];
drivers/gpu/drm/imx/dc/dc-fg.c
130
static inline void dc_fg_enable_shden(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
135
static inline void dc_fg_syncmode(struct dc_fg *fg, enum dc_fg_syncmode mode)
drivers/gpu/drm/imx/dc/dc-fg.c
140
void dc_fg_cfg_videomode(struct dc_fg *fg, struct drm_display_mode *m)
drivers/gpu/drm/imx/dc/dc-fg.c
188
static inline void dc_fg_displaymode(struct dc_fg *fg, enum dc_fg_dm mode)
drivers/gpu/drm/imx/dc/dc-fg.c
193
static inline void dc_fg_panic_displaymode(struct dc_fg *fg, enum dc_fg_dm mode)
drivers/gpu/drm/imx/dc/dc-fg.c
198
void dc_fg_enable(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
203
void dc_fg_disable(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
208
void dc_fg_shdtokgen(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
213
u32 dc_fg_get_frame_index(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
222
u32 dc_fg_get_line_index(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
231
bool dc_fg_wait_for_frame_index_moving(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
246
bool dc_fg_secondary_requests_to_read_empty_fifo(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
255
void dc_fg_secondary_clear_channel_status(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
260
int dc_fg_wait_for_secondary_syncup(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
268
void dc_fg_enable_clock(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
277
void dc_fg_disable_clock(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
282
enum drm_mode_status dc_fg_check_clock(struct dc_fg *fg, int clk_khz)
drivers/gpu/drm/imx/dc/dc-fg.c
294
void dc_fg_init(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
308
struct dc_fg *fg;
drivers/gpu/drm/imx/dc/dc-kms.h
52
struct dc_fg *fg;