Searched refs:evo_wait (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 413 evo_wait(void *evoc, int nr) in evo_wait() function 474 u32 *push = evo_wait(mast, 8); in evo_sync() 525 push = evo_wait(flip.chan, 8); in nv50_display_flip_stop() 562 push = evo_wait(sync, 128); in nv50_display_flip_next() 697 push = evo_wait(mast, 4); in nv50_crtc_set_dither() 795 push = evo_wait(mast, 8); in nv50_crtc_set_scale() 835 push = evo_wait(mast, 8); in nv50_crtc_set_raster_vblank_dmi() 856 push = evo_wait(mast, 16); in nv50_crtc_set_color_vibrance() 884 push = evo_wait(mast, 16); in nv50_crtc_set_image() 926 u32 *push = evo_wait(mast, 16); in nv50_crtc_cursor_show() [all …]
|