Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c938 RRCrtcSetRotations(crtc->randr_crtc, rotations); in xf86RandR12SetRotations()
960 RRCrtcSetTransformSupport(crtc->randr_crtc, transforms); in xf86RandR12SetTransformSupport()
1046 xf86RandR12CrtcNotify(RRCrtcPtr randr_crtc) in xf86RandR12CrtcNotify() argument
1048 ScreenPtr pScreen = randr_crtc->pScreen; in xf86RandR12CrtcNotify()
1058 xf86CrtcPtr crtc = randr_crtc->devPrivate; in xf86RandR12CrtcNotify()
1097 ret = RRCrtcNotify(randr_crtc, randr_mode, x, y, in xf86RandR12CrtcNotify()
1136 RRCrtcPtr randr_crtc, in xf86RandR12CrtcSet() argument
1146 xf86CrtcPtr crtc = randr_crtc->devPrivate; in xf86RandR12CrtcSet()
1165 if (crtc->current_scanout != randr_crtc->scanout_pixmap || in xf86RandR12CrtcSet()
1166 crtc->current_scanout_back != randr_crtc->scanout_pixmap_back) in xf86RandR12CrtcSet()
[all …]
H A Dxf86Crtc.h319 RRCrtcPtr randr_crtc; member
321 void *randr_crtc; member
864 return compat_crtc->randr_crtc; in xf86CompatRRCrtc()
H A Dxf86Crtc.c98 crtc->randr_crtc = NULL; in xf86CrtcCreate()
185 if (!crtc->randr_crtc) in xf86CrtcIsLeased()
187 return RRCrtcIsLeased(crtc->randr_crtc); in xf86CrtcIsLeased()
776 crtc->randr_crtc = NULL; in xf86CrtcCloseScreen()
3506 if (crtc->randr_crtc) in xf86DetachAllCrtc()
3507 RRCrtcDetachScanoutPixmap(crtc->randr_crtc); in xf86DetachAllCrtc()
3512 crtc->randr_crtc->mode = NULL; in xf86DetachAllCrtc()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c240 RRCrtcNotify(xwl_output->randr_crtc, randr_mode, in apply_output_change()
354 xwl_output->randr_crtc = RRCrtcCreate(xwl_screen->screen, xwl_output); in xwl_output_create()
355 if (!xwl_output->randr_crtc) { in xwl_output_create()
359 RRCrtcSetRotations (xwl_output->randr_crtc, ALL_ROTATIONS); in xwl_output_create()
368 RRCrtcGammaSetSize(xwl_output->randr_crtc, 256); in xwl_output_create()
369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
384 if (xwl_output->randr_crtc) in xwl_output_create()
385 RRCrtcDestroy(xwl_output->randr_crtc); in xwl_output_create()
413 RRCrtcDestroy(xwl_output->randr_crtc); in xwl_output_remove()
H A Dxwayland.h373 RRCrtcPtr randr_crtc; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c323 ScreenPtr screen = crtc->randr_crtc->pScreen; in ms_get_kernel_ust_msc()
363 ScreenPtr screen = crtc->randr_crtc->pScreen; in ms_queue_vblank()
468 ScreenPtr screen = crtc->randr_crtc->pScreen; in ms_get_crtc_ust_msc()
506 ScreenPtr screen = crtc->randr_crtc->pScreen; in ms_drm_queue_alloc()
H A Ddrmmode_display.c1318 ScreenPtr master = crtc->randr_crtc->pScreen->current_master; in drmmode_SharedPixmapPresent()
2132 crtc->randr_crtc->pScreen, in drmmode_set_target_scanout_pixmap_cpu()
4118 if (crtc->randr_crtc) in drmmode_load_palette()
4119 RRCrtcGammaSet(crtc->randr_crtc, lut_r, lut_g, lut_b); in drmmode_load_palette()
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DREADME.modes452 RRCrtcPtr randr_crtc;
454 void *randr_crtc;
/OK3568_Linux_fs/external/xserver/
H A DChangeLog4567 xwl_output->randr_crtc is used in the update_screen_size() function :
5025 xfree86: Reset randr_crtc and randr_output early in xf86CrtcCloseScreen
7844 randr_crtc=0x55e1524b2b90, randr_mode=0x0, x=0, y=0, rotation=<optimized out>,
22603 because randr_crtc isn't allocated yet at that point, but a following
23910 modesetting relied on randr_crtc->scanout_pixmap being consistent with
23915 will set randr_crtc->scanout_pixmap = NULL and then call SetScanoutPixmap.
46662 When setting crtc->gamma_size to randr_crtc->gammaSize we should
46663 use randr_crtc->gammaSize to allocate new gamma table in crtc.
46664 Currently, if randr_crtc->gammaSize > crtc->gammaSize the subsequent
72430 This adds the concept of a scanout_pixmap to the randr_crtc object,
[all …]