Home
last modified time | relevance | path

Searched refs:ast_device (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/ast/
A Dast_drv.h169 struct ast_device { struct
221 return container_of(dev, struct ast_device, base); in to_ast_device()
394 int ast_mode_config_init(struct ast_device *ast);
453 int ast_mm_init(struct ast_device *ast);
457 u32 ast_mindwm(struct ast_device *ast, u32 r);
458 void ast_moutdwm(struct ast_device *ast, u32 r, u32 v);
461 int ast_vga_output_init(struct ast_device *ast);
462 int ast_sil164_output_init(struct ast_device *ast);
467 int ast_dp501_output_init(struct ast_device *ast);
470 int ast_dp_launch(struct ast_device *ast);
[all …]
A Dast_dp501.c18 struct ast_device *ast = data; in ast_release_firmware()
26 struct ast_device *ast = to_ast_device(dev); in ast_load_dp501_microcode()
36 static void send_ack(struct ast_device *ast) in send_ack()
44 static void send_nack(struct ast_device *ast) in send_nack()
52 static bool wait_ack(struct ast_device *ast) in wait_ack()
68 static bool wait_nack(struct ast_device *ast) in wait_nack()
114 struct ast_device *ast = to_ast_device(dev); in ast_write_cmd()
136 struct ast_device *ast = to_ast_device(dev); in ast_write_data()
154 struct ast_device *ast = to_ast_device(dev);
171 static void clear_cmd(struct ast_device *ast)
[all …]
A Dast_ddc.c34 struct ast_device *ast;
43 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_setsda()
59 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_setscl()
75 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_pre_xfer()
89 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_post_xfer()
97 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_getsda()
119 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_getscl()
145 struct i2c_adapter *ast_ddc_create(struct ast_device *ast) in ast_ddc_create()
A Dast_dp.c16 static bool ast_astdp_is_connected(struct ast_device *ast) in ast_astdp_is_connected()
25 struct ast_device *ast = data; in ast_astdp_read_edid_block()
127 int ast_dp_launch(struct ast_device *ast) in ast_dp_launch()
152 static bool ast_dp_power_is_on(struct ast_device *ast) in ast_dp_power_is_on()
163 struct ast_device *ast = to_ast_device(dev); in ast_dp_power_on_off()
177 static void ast_dp_link_training(struct ast_device *ast) in ast_dp_link_training()
197 struct ast_device *ast = to_ast_device(dev); in ast_dp_set_on_off()
216 struct ast_device *ast = to_ast_device(crtc->dev); in ast_dp_set_mode()
321 struct ast_device *ast = to_ast_device(dev); in ast_astdp_encoder_helper_atomic_enable()
387 struct ast_device *ast = to_ast_device(connector->dev); in ast_astdp_connector_helper_detect_ctx()
[all …]
A Dast_post.c46 struct ast_device *ast = to_ast_device(dev); in ast_set_def_ext_reg()
108 u32 ast_mindwm(struct ast_device *ast, u32 r) in ast_mindwm()
257 struct ast_device *ast = to_ast_device(dev); in ast_init_dram_reg()
348 struct ast_device *ast = to_ast_device(dev); in ast_post_gpu()
489 static int cbr_test(struct ast_device *ast) in cbr_test()
508 static int cbr_scan(struct ast_device *ast) in cbr_scan()
529 static u32 cbr_test2(struct ast_device *ast) in cbr_test2()
543 static u32 cbr_scan2(struct ast_device *ast) in cbr_scan2()
564 static bool cbr_test3(struct ast_device *ast) in cbr_test3()
573 static bool cbr_scan3(struct ast_device *ast) in cbr_scan3()
[all …]
A Dast_mode.c86 static void ast_crtc_set_gamma(struct ast_device *ast, in ast_crtc_set_gamma()
289 static void ast_set_std_reg(struct ast_device *ast, in ast_set_std_reg()
337 static void ast_set_crtc_reg(struct ast_device *ast, in ast_set_crtc_reg()
462 static void ast_set_dclk_reg(struct ast_device *ast, in ast_set_dclk_reg()
527 static void ast_set_sync_reg(struct ast_device *ast, in ast_set_sync_reg()
643 struct ast_device *ast = to_ast_device(dev); in ast_primary_plane_helper_atomic_update()
1095 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_mode_set_nofb()
1176 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_flush()
1292 struct ast_device *ast = to_ast_device(dev); in ast_crtc_init()
1337 struct ast_device *ast = to_ast_device(dev); in ast_mode_config_mode_valid()
[all …]
A Dast_main.c39 static void ast_detect_widescreen(struct ast_device *ast) in ast_detect_widescreen()
69 static void ast_detect_tx_chip(struct ast_device *ast, bool need_post) in ast_detect_tx_chip()
139 struct ast_device *ast = to_ast_device(dev); in ast_get_dram_info()
265 struct ast_device *ast; in ast_device_create()
268 ast = devm_drm_dev_alloc(&pdev->dev, drv, struct ast_device, base); in ast_device_create()
A Dast_ddc.h6 struct ast_device;
9 struct i2c_adapter *ast_ddc_create(struct ast_device *ast);
A Dast_mm.c36 static u32 ast_get_vram_size(struct ast_device *ast) in ast_get_vram_size()
74 int ast_mm_init(struct ast_device *ast) in ast_mm_init()
A Dast_sil164.c78 struct ast_device *ast = to_ast_device(dev); in ast_sil164_connector_init()
104 int ast_sil164_output_init(struct ast_device *ast) in ast_sil164_output_init()
A Dast_vga.c78 struct ast_device *ast = to_ast_device(dev); in ast_vga_connector_init()
104 int ast_vga_output_init(struct ast_device *ast) in ast_vga_output_init()
A Dast_drv.c394 struct ast_device *ast = to_ast_device(dev); in ast_drm_thaw()

Completed in 24 milliseconds