Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c1681 int fbcon_id, fb_width, fb_height, fb_pitch, fb_depth, fb_bpp; in drmmode_crtc_copy_fb() local
1687 if (!(fbcon_id = drmmode_crtc->mode_crtc->buffer_id)) in drmmode_crtc_copy_fb()
1690 if (fbcon_id == drmmode->fb_id) { in drmmode_crtc_copy_fb()
1730 fbcon = drmModeGetFB(drmmode->fd, fbcon_id); in drmmode_crtc_copy_fb()