| /drivers/gpu/drm/ast/ |
| A D | ast_drv.h | 165 struct ast_device { struct 418 int ast_mm_init(struct ast_device *ast); 421 int ast_2000_post(struct ast_device *ast); 424 int ast_2100_post(struct ast_device *ast); 427 int ast_2300_post(struct ast_device *ast); 431 int ast_2500_post(struct ast_device *ast); 434 int ast_2600_post(struct ast_device *ast); 437 int ast_post_gpu(struct ast_device *ast); 438 u32 ast_mindwm(struct ast_device *ast, u32 r); 450 void ast_init_3rdtx(struct ast_device *ast); [all …]
|
| A D | ast_dp501.c | 18 struct ast_device *ast = data; in ast_release_firmware() 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() 95 static bool wait_fw_ready(struct ast_device *ast) 152 struct ast_device *ast = to_ast_device(dev); 169 static void clear_cmd(struct ast_device *ast) 184 static u32 get_fw_base(struct ast_device *ast) in get_fw_base() 319 struct ast_device *ast = data; in ast_dp512_read_edid_block() [all …]
|
| A D | ast_mode.c | 78 struct ast_device *ast = to_ast_device(dev); in ast_set_gamma_lut() 199 static void ast_set_std_reg(struct ast_device *ast, in ast_set_std_reg() 244 static void ast_set_crtc_reg(struct ast_device *ast, in ast_set_crtc_reg() 369 static void ast_set_dclk_reg(struct ast_device *ast, in ast_set_dclk_reg() 556 struct ast_device *ast = to_ast_device(dev); in ast_primary_plane_helper_atomic_update() 689 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_mode_set_nofb() 721 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_check() 819 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_flush() 933 static int ast_crtc_init(struct ast_device *ast) in ast_crtc_init() 980 struct ast_device *ast = to_ast_device(dev); in ast_mode_config_mode_valid() [all …]
|
| A D | ast_dp.c | 71 static bool ast_astdp_is_connected(struct ast_device *ast) in ast_astdp_is_connected() 86 struct ast_device *ast = data; in ast_astdp_read_edid_block() 188 int ast_dp_launch(struct ast_device *ast) in ast_dp_launch() 213 static bool ast_dp_get_phy_sleep(struct ast_device *ast) in ast_dp_get_phy_sleep() 232 static void ast_dp_link_training(struct ast_device *ast) in ast_dp_link_training() 285 static void ast_wait_for_vretrace(struct ast_device *ast) in ast_wait_for_vretrace() 321 struct ast_device *ast = to_ast_device(dev); in ast_astdp_encoder_helper_atomic_mode_set() 364 struct ast_device *ast = to_ast_device(encoder->dev); in ast_astdp_encoder_helper_atomic_enable() 379 struct ast_device *ast = to_ast_device(encoder->dev); in ast_astdp_encoder_helper_atomic_disable() 450 struct ast_device *ast = to_ast_device(connector->dev); in ast_astdp_connector_helper_detect_ctx() [all …]
|
| A D | ast_2500.c | 147 static bool cbr_test_2500(struct ast_device *ast) in cbr_test_2500() 158 static bool ddr_test_2500(struct ast_device *ast) in ddr_test_2500() 175 static void ddr_init_common_2500(struct ast_device *ast) in ddr_init_common_2500() 198 static void ddr_phy_init_2500(struct ast_device *ast) in ddr_phy_init_2500() 232 static void check_dram_size_2500(struct ast_device *ast, u32 tRFC) in check_dram_size_2500() 263 static void enable_cache_2500(struct ast_device *ast) in enable_cache_2500() 276 static void set_mpll_2500(struct ast_device *ast) in set_mpll_2500() 303 static void reset_mmc_2500(struct ast_device *ast) in reset_mmc_2500() 469 static bool ast_dram_init_2500(struct ast_device *ast) in ast_dram_init_2500() 497 static void ast_post_chip_2500(struct ast_device *ast) in ast_post_chip_2500() [all …]
|
| A D | ast_ddc.c | 34 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 D | ast_post.h | 9 struct ast_device; 41 bool mmc_test(struct ast_device *ast, u32 datagen, u8 test_ctl); 42 bool mmc_test_burst(struct ast_device *ast, u32 datagen); 45 void ast_2000_set_def_ext_reg(struct ast_device *ast); 48 void ast_2300_set_def_ext_reg(struct ast_device *ast);
|
| A D | ast_post.c | 65 u32 ast_mindwm(struct ast_device *ast, u32 r) in ast_mindwm() 70 void ast_moutdwm(struct ast_device *ast, u32 r, u32 v) in ast_moutdwm() 75 int ast_post_gpu(struct ast_device *ast) in ast_post_gpu() 106 bool mmc_test(struct ast_device *ast, u32 datagen, u8 test_ctl) in mmc_test() 126 bool mmc_test_burst(struct ast_device *ast, u32 datagen) in mmc_test_burst()
|
| A D | ast_cursor.c | 54 long ast_cursor_vram_offset(struct ast_device *ast) in ast_cursor_vram_offset() 91 static void ast_set_cursor_image(struct ast_device *ast, const u8 *src, in ast_set_cursor_image() 111 static void ast_set_cursor_base(struct ast_device *ast, u64 address) in ast_set_cursor_base() 122 static void ast_set_cursor_location(struct ast_device *ast, u16 x, u16 y, in ast_set_cursor_location() 138 static void ast_set_cursor_enabled(struct ast_device *ast, bool enabled) in ast_set_cursor_enabled() 193 struct ast_device *ast = to_ast_device(plane->dev); in ast_cursor_plane_helper_atomic_update() 268 struct ast_device *ast = to_ast_device(plane->dev); in ast_cursor_plane_helper_atomic_disable() 287 int ast_cursor_plane_init(struct ast_device *ast) in ast_cursor_plane_init()
|
| A D | ast_2100.c | 172 static u32 mmctestburst2_ast2150(struct ast_device *ast, u32 datagen) in mmctestburst2_ast2150() 201 static int cbrtest_ast2150(struct ast_device *ast) in cbrtest_ast2150() 211 static int cbrscan_ast2150(struct ast_device *ast, int busw) in cbrscan_ast2150() 227 static void cbrdlli_ast2150(struct ast_device *ast, int busw) in cbrdlli_ast2150() 264 static void ast_post_chip_2100(struct ast_device *ast) in ast_post_chip_2100() 334 int ast_2100_post(struct ast_device *ast) in ast_2100_post()
|
| A D | ast_main.c | 40 static bool __ast_2100_detect_wsxga_p(struct ast_device *ast) in __ast_2100_detect_wsxga_p() 53 static bool __ast_2100_detect_wuxga(struct ast_device *ast) in __ast_2100_detect_wuxga() 66 static void ast_detect_widescreen(struct ast_device *ast) in ast_detect_widescreen() 125 static void ast_detect_tx_chip(struct ast_device *ast, bool need_post) in ast_detect_tx_chip() 213 static int ast_get_dram_info(struct ast_device *ast) in ast_get_dram_info() 342 struct ast_device *ast; in ast_device_create() 345 ast = devm_drm_dev_alloc(&pdev->dev, drv, struct ast_device, base); in ast_device_create()
|
| A D | ast_2300.c | 38 void ast_2300_set_def_ext_reg(struct ast_device *ast) in ast_2300_set_def_ext_reg() 142 static u32 mmc_test_burst2(struct ast_device *ast, u32 datagen) in mmc_test_burst2() 157 static int cbr_test(struct ast_device *ast) in cbr_test() 177 static int cbr_scan(struct ast_device *ast) in cbr_scan() 199 static u32 cbr_test2(struct ast_device *ast) in cbr_test2() 213 static u32 cbr_scan2(struct ast_device *ast) in cbr_scan2() 235 static bool cbr_test3(struct ast_device *ast) in cbr_test3() 244 static bool cbr_scan3(struct ast_device *ast) in cbr_scan3() 355 static void finetuneDQSI(struct ast_device *ast) in finetuneDQSI() 1234 static void ast_post_chip_2300(struct ast_device *ast) in ast_post_chip_2300() [all …]
|
| A D | ast_2000.c | 38 void ast_2000_set_def_ext_reg(struct ast_device *ast) in ast_2000_set_def_ext_reg() 96 static void ast_post_chip_2000(struct ast_device *ast) in ast_post_chip_2000() 135 int ast_2000_post(struct ast_device *ast) in ast_2000_post()
|
| A D | ast_ddc.h | 6 struct ast_device; 9 struct i2c_adapter *ast_ddc_create(struct ast_device *ast);
|
| A D | ast_mm.c | 36 static u32 ast_get_vram_size(struct ast_device *ast) in ast_get_vram_size() 73 int ast_mm_init(struct ast_device *ast) in ast_mm_init()
|
| A D | ast_vbios.h | 30 struct ast_device; 105 const struct ast_vbios_enhtable *ast_vbios_find_mode(const struct ast_device *ast,
|
| A D | ast_vbios.c | 196 static const struct ast_vbios_enhtable *ast_vbios_find_mode_table(const struct ast_device *ast, in ast_vbios_find_mode_table() 214 const struct ast_vbios_enhtable *ast_vbios_find_mode(const struct ast_device *ast, in ast_vbios_find_mode()
|
| A D | ast_2600.c | 36 int ast_2600_post(struct ast_device *ast) in ast_2600_post()
|
| A D | ast_sil164.c | 80 int ast_sil164_output_init(struct ast_device *ast) in ast_sil164_output_init()
|
| A D | ast_vga.c | 80 int ast_vga_output_init(struct ast_device *ast) in ast_vga_output_init()
|
| A D | ast_drv.c | 395 struct ast_device *ast = to_ast_device(dev); in ast_drm_thaw()
|