Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/ast/
Dast_main.c125 static int ast_detect_chip(struct drm_device *dev, bool *need_post) in ast_detect_chip() argument
140 *need_post = true; in ast_detect_chip()
142 *need_post = false; in ast_detect_chip()
229 if (!*need_post) { in ast_detect_chip()
411 bool need_post; in ast_device_create() local
446 ast_detect_chip(dev, &need_post); in ast_device_create()
455 if (need_post) in ast_device_create()