Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3666 void *new_pixels = NULL; in drmmode_xf86crtc_resize() local
3692 new_pixels = drmmode_map_front_bo(drmmode); in drmmode_xf86crtc_resize()
3693 if (!new_pixels) in drmmode_xf86crtc_resize()
3699 new_pixels = calloc(1, size); in drmmode_xf86crtc_resize()
3700 if (new_pixels == NULL) in drmmode_xf86crtc_resize()
3703 drmmode->shadow_fb = new_pixels; in drmmode_xf86crtc_resize()
3714 scrn->displayWidth * cpp, new_pixels); in drmmode_xf86crtc_resize()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog38295 parameters. By using new_pixels in the shadowfb case, we can make