Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/
H A Dmeson.build280 precache = custom_target('func-precache-' + testname, variable
286 precache_all += precache
288 # Ideally we would add 'precache' to 'depends' here, such that
309 run_target('precache-functional',
/openbmc/qemu/tests/
H A DMakefile.include164 @$(NINJA) precache-functional
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_mode.c343 u16 temp, precache = 0; in ast_set_crtc_reg() local
347 precache = 40; in ast_set_crtc_reg()
373 temp = ((mode->crtc_hsync_start-precache) >> 3) - 1; in ast_set_crtc_reg()
378 temp = (((mode->crtc_hsync_end-precache) >> 3) - 1) & 0x3f; in ast_set_crtc_reg()
445 if (precache) in ast_set_crtc_reg()
/openbmc/qemu/docs/devel/testing/
H A Dfunctional.rst292 make precache-functional