Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c803 uint32_t new_fb_id = 0; in drmmode_crtc_modeset() local
893 bo->pitch, bo->handle, &new_fb_id); in drmmode_crtc_modeset()
898 new_fb_id, 0, 0, output_ids, output_count, mode); in drmmode_crtc_modeset()
912 if (new_fb_id) in drmmode_crtc_modeset()
913 drmModeRmFB(drmmode->fd, new_fb_id); in drmmode_crtc_modeset()