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
131
static inline void dc_fg_enable_shden(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
136
static inline void dc_fg_syncmode(struct dc_fg *fg, enum dc_fg_syncmode mode)
drivers/gpu/drm/imx/dc/dc-fg.c
141
void dc_fg_cfg_videomode(struct dc_fg *fg, struct drm_display_mode *m)
drivers/gpu/drm/imx/dc/dc-fg.c
189
static inline void dc_fg_displaymode(struct dc_fg *fg, enum dc_fg_dm mode)
drivers/gpu/drm/imx/dc/dc-fg.c
194
static inline void dc_fg_panic_displaymode(struct dc_fg *fg, enum dc_fg_dm mode)
drivers/gpu/drm/imx/dc/dc-fg.c
199
void dc_fg_enable(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
204
void dc_fg_disable(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
209
void dc_fg_shdtokgen(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
214
u32 dc_fg_get_frame_index(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
223
u32 dc_fg_get_line_index(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
232
bool dc_fg_wait_for_frame_index_moving(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
247
bool dc_fg_secondary_requests_to_read_empty_fifo(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
256
void dc_fg_secondary_clear_channel_status(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
261
int dc_fg_wait_for_secondary_syncup(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
269
void dc_fg_enable_clock(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
278
void dc_fg_disable_clock(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
283
enum drm_mode_status dc_fg_check_clock(struct dc_fg *fg, int clk_khz)
drivers/gpu/drm/imx/dc/dc-fg.c
295
void dc_fg_init(struct dc_fg *fg)
drivers/gpu/drm/imx/dc/dc-fg.c
309
struct dc_fg *fg;
drivers/gpu/drm/imx/dc/dc-kms.h
52
struct dc_fg *fg;