Symbol: ast_crtc_state
drivers/gpu/drm/ast/ast_dp.c
322
struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state);
drivers/gpu/drm/ast/ast_dp.c
323
const struct ast_vbios_enhtable *vmode = ast_crtc_state->vmode;
drivers/gpu/drm/ast/ast_drv.h
394
#define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base)
drivers/gpu/drm/ast/ast_mode.c
515
struct ast_crtc_state *new_ast_crtc_state;
drivers/gpu/drm/ast/ast_mode.c
574
struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state);
drivers/gpu/drm/ast/ast_mode.c
577
ast_set_vbios_color_reg(ast, fb->format, ast_crtc_state->vmode);
drivers/gpu/drm/ast/ast_mode.c
702
struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state);
drivers/gpu/drm/ast/ast_mode.c
703
const struct ast_vbios_stdtable *std_table = ast_crtc_state->std_table;
drivers/gpu/drm/ast/ast_mode.c
704
const struct ast_vbios_enhtable *vmode = ast_crtc_state->vmode;
drivers/gpu/drm/ast/ast_mode.c
730
struct ast_crtc_state *old_ast_crtc_state = to_ast_crtc_state(old_crtc_state);
drivers/gpu/drm/ast/ast_mode.c
733
struct ast_crtc_state *ast_state;
drivers/gpu/drm/ast/ast_mode.c
831
struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state);
drivers/gpu/drm/ast/ast_mode.c
840
ast_crtc_state->format,
drivers/gpu/drm/ast/ast_mode.c
843
ast_crtc_fill_gamma(ast, ast_crtc_state->format);
drivers/gpu/drm/ast/ast_mode.c
893
struct ast_crtc_state *ast_state = kzalloc_obj(*ast_state);
drivers/gpu/drm/ast/ast_mode.c
907
struct ast_crtc_state *new_ast_state, *ast_state;
drivers/gpu/drm/ast/ast_mode.c
930
struct ast_crtc_state *ast_state = to_ast_crtc_state(state);