Searched refs:drmmode_xf86crtc_resize (Results 1 – 2 of 2) sorted by relevance
59 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() function3886 .resize = drmmode_xf86crtc_resize,
1393 modesetting: Fix front_bo leak at drmmode_xf86crtc_resize on XRandR rotation1396 drmmode_xf86crtc_resize" the fb_id isn't initialited at1397 drmmode_xf86crtc_resize.1403 As every call to drmmode_xf86crtc_resize allocates a new front_bo we should1415 drmmode_xf86crtc_resize"24617 modesetting: Remove unnecessary fb addition from drmmode_xf86crtc_resize24647 to drmmode_xf86crtc_resize(), but on a subsequent39108 modesetting: Create new EGL screen in drmmode_xf86crtc_resize39111 drmmode_xf86crtc_resize() we end up with a black screen and no client96857 This is e.g. used by the radeon driver's drmmode_xf86crtc_resize hook, fixes