Home
last modified time | relevance | path

Searched refs:ast_vbios_enhtable (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/ast/
H A Dast_vbios.c29 static const struct ast_vbios_enhtable res_640x480[] = {
41 static const struct ast_vbios_enhtable res_800x600[] = {
55 static const struct ast_vbios_enhtable res_1024x768[] = {
67 static const struct ast_vbios_enhtable res_1152x864[] = {
73 static const struct ast_vbios_enhtable res_1280x1024[] = {
83 static const struct ast_vbios_enhtable res_1600x1200[] = {
91 static const struct ast_vbios_enhtable res_1360x768[] = {
97 static const struct ast_vbios_enhtable res_1600x900[] = {
106 static const struct ast_vbios_enhtable res_1920x1080[] = {
115 static const struct ast_vbios_enhtable res_1280x800[] = {
[all …]
H A Dast_vbios.h81 struct ast_vbios_enhtable { struct
100 static inline bool ast_vbios_mode_is_valid(const struct ast_vbios_enhtable *vmode) in ast_vbios_mode_is_valid() argument
105 const struct ast_vbios_enhtable *ast_vbios_find_mode(const struct ast_device *ast,
H A Dast_mode.c146 const struct ast_vbios_enhtable *vmode) in ast_set_vbios_color_reg()
177 const struct ast_vbios_enhtable *vmode) in ast_set_vbios_mode_reg()
246 const struct ast_vbios_enhtable *vmode) in ast_set_crtc_reg()
371 const struct ast_vbios_enhtable *vmode) in ast_set_dclk_reg()
436 const struct ast_vbios_enhtable *vmode) in ast_set_sync_reg()
677 const struct ast_vbios_enhtable *vmode; in ast_crtc_helper_mode_valid()
693 const struct ast_vbios_enhtable *vmode = ast_crtc_state->vmode; in ast_crtc_helper_mode_set_nofb()
724 const struct ast_vbios_enhtable *vmode; in ast_crtc_helper_atomic_check()
H A Dast_dp.c323 const struct ast_vbios_enhtable *vmode = ast_crtc_state->vmode; in ast_astdp_encoder_helper_atomic_mode_set()