Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c59 static Bool drmmode_xf86crtc_resize(ScrnInfoPtr scrn, int width, int height);
2090 if (!drmmode_xf86crtc_resize(crtc->scrn, total_width, max_height)) in drmmode_set_target_scanout_pixmap_gpu()
3654 drmmode_xf86crtc_resize(ScrnInfoPtr scrn, int width, int height) in drmmode_xf86crtc_resize() function
3886 .resize = drmmode_xf86crtc_resize,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1393 modesetting: Fix front_bo leak at drmmode_xf86crtc_resize on XRandR rotation
1396 drmmode_xf86crtc_resize" the fb_id isn't initialited at
1397 drmmode_xf86crtc_resize.
1403 As every call to drmmode_xf86crtc_resize allocates a new front_bo we should
1415 drmmode_xf86crtc_resize"
24617 modesetting: Remove unnecessary fb addition from drmmode_xf86crtc_resize
24647 to drmmode_xf86crtc_resize(), but on a subsequent
39108 modesetting: Create new EGL screen in drmmode_xf86crtc_resize
39111 drmmode_xf86crtc_resize() we end up with a black screen and no client
96857 This is e.g. used by the radeon driver's drmmode_xf86crtc_resize hook, fixes