Home
last modified time | relevance | path

Searched refs:ast_crtc_state (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/ast/
Dast_mode.c547 struct ast_crtc_state *ast_crtc_state; in ast_primary_plane_helper_atomic_check() local
566 ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_primary_plane_helper_atomic_check()
568 ast_crtc_state->format = new_plane_state->fb->format; in ast_primary_plane_helper_atomic_check()
590 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_primary_plane_helper_atomic_update() local
591 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_primary_plane_helper_atomic_update()
1100 struct ast_crtc_state *ast_state; in ast_crtc_helper_atomic_check()
1146 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_crtc_helper_atomic_flush() local
1147 struct ast_crtc_state *old_ast_crtc_state = to_ast_crtc_state(old_crtc_state); in ast_crtc_helper_atomic_flush()
1148 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_crtc_helper_atomic_flush()
1154 if (old_ast_crtc_state->format != ast_crtc_state->format) in ast_crtc_helper_atomic_flush()
[all …]
Dast_drv.h343 struct ast_crtc_state { struct
352 #define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base) argument