Searched refs:evo_wait (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 422 evo_wait(void *evoc, int nr) in evo_wait() function 487 u32 *push = evo_wait(mast, 8); in evo_sync() 541 push = evo_wait(flip.chan, 8); in nv50_display_flip_stop() 581 push = evo_wait(sync, 128); in nv50_display_flip_next() 716 push = evo_wait(mast, 4); in nv50_crtc_set_dither() 814 push = evo_wait(mast, 8); in nv50_crtc_set_scale() 854 push = evo_wait(mast, 8); in nv50_crtc_set_raster_vblank_dmi() 875 push = evo_wait(mast, 16); in nv50_crtc_set_color_vibrance() 903 push = evo_wait(mast, 16); in nv50_crtc_set_image() 945 u32 *push = evo_wait(mast, 16); in nv50_crtc_cursor_show() [all …]
|