Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c393 RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc) in RRCrtcDetachScanoutPixmap() function
532 RRCrtcDetachScanoutPixmap(crtc); in rrSetupPixmapSharing()
905 RRCrtcDetachScanoutPixmap(crtc); in RRCrtcDestroyResource()
H A Drandrstr.h767 RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc);
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c2077 RRCrtcDetachScanoutPixmap(rp->crtcs[i]); in xf86DetachOutputGPU()
H A Dxf86Crtc.c3507 RRCrtcDetachScanoutPixmap(crtc->randr_crtc); in xf86DetachAllCrtc()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2596 randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardown
23949 Changes RRCrtcDetachScanoutPixmap() to properly clean up in the case of
23953 RRCrtcDetachScanoutPixmap().
30027 [ajax: also squash an unused variable in RRCrtcDetachScanoutPixmap,
60829 RRCrtcDetachScanoutPixmap tries to get the master screen's screen
64122 rrcrtc.c: In function 'RRCrtcDetachScanoutPixmap':
64200 Fix this by just unreffing the pixmap twice in RRCrtcDetachScanoutPixmap.