Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.h72 extern int nouveau_vram_pushbuf;
H A Dnouveau_chan.c40 int nouveau_vram_pushbuf; variable
41 module_param_named(vram_pushbuf, nouveau_vram_pushbuf, int, 0400);
167 if (nouveau_vram_pushbuf) in nouveau_channel_prep()
H A Dnouveau_drm.c1328 DRM_DEBUG_DRIVER("... vram_pushbuf : %d\n", nouveau_vram_pushbuf); in nouveau_display_options()