Home
last modified time | relevance | path

Searched refs:need_post (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/ast/
H A Dast_main.c69 static void ast_detect_tx_chip(struct ast_device *ast, bool need_post) in ast_detect_tx_chip() argument
85 if (!need_post) { in ast_detect_tx_chip()
262 bool need_post) in ast_device_create() argument
279 ast_detect_tx_chip(ast, need_post); in ast_device_create()
288 if (need_post) in ast_device_create()
H A Dast_drv.c280 bool need_post = false; in ast_pci_probe() local
334 need_post = true; in ast_pci_probe()
341 if (need_post) in ast_pci_probe()
354 drm = ast_device_create(pdev, &ast_driver, chip, config_mode, regs, ioregs, need_post); in ast_pci_probe()
H A Dast_drv.h230 bool need_post);