Home
last modified time | relevance | path

Searched refs:exa (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c210 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_prepare_solid()
246 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_solid_bail()
273 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_solid()
316 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_prepare_copy()
356 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_copy_bail()
387 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_copy()
511 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_prepare_composite()
579 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_composite_bail()
620 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_composite()
711 ms_exa_ctx *ctx = ms->drmmode.exa->priv; in ms_exa_upload_to_screen()
[all …]
H A DMakefile.am34 -I$(top_srcdir)/exa \
60 exa.c \
H A Ddriver.c821 if (ms->drmmode.exa) in try_enable_exa()
1314 if (ms->drmmode.exa) in msUpdatePacked()
1322 if (ms->drmmode.exa) in msUpdatePacked()
1489 if (!ms->drmmode.gbm && !ms->drmmode.exa) { in CreateScreenResources()
1863 if (ms->drmmode.exa) { in ScreenInit()
1882 if (ms->drmmode.glamor || ms->drmmode.exa) { in ScreenInit()
1911 if (ms->drmmode.exa) { in ScreenInit()
1920 if (ms->drmmode.exa) { in ScreenInit()
2081 if (ms->drmmode.exa) { in CloseScreen()
2122 if (ms->drmmode.exa) in ms_exchange_buffers()
[all …]
H A Dmeson.build9 'exa.c',
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c69 pPix->devPrivate.ptr = fakexa->exa->memoryBase + exaGetPixmapOffset(pPix); in ephyrPreparePipelinedAccess()
328 src = fakexa->exa->memoryBase + exaGetPixmapOffset(pSrc); in ephyrDownloadFromScreen()
365 dst = fakexa->exa->memoryBase + exaGetPixmapOffset(pDst); in ephyrUploadToScreen()
447 fakexa->exa = exaDriverAlloc(); in ephyrDrawInit()
448 if (fakexa->exa == NULL) { in ephyrDrawInit()
453 fakexa->exa->memoryBase = (CARD8 *) (priv->base); in ephyrDrawInit()
454 fakexa->exa->memorySize = priv->bytes_per_line * ephyrBufferHeight(screen); in ephyrDrawInit()
455 fakexa->exa->offScreenBase = priv->bytes_per_line * screen->height; in ephyrDrawInit()
460 fakexa->exa->exa_major = 2; in ephyrDrawInit()
461 fakexa->exa->exa_minor = 0; in ephyrDrawInit()
[all …]
H A DMakefile.am32 -I$(top_srcdir)/exa
74 $(top_builddir)/exa/libexa.la \
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dmeson.build1 xorg_exa = shared_module('exa', build
12 input: 'man/exa.man',
13 output: 'exa.4',
H A DMakefile.am9 -I$(srcdir)/../../../exa
17 ../../../exa/libexa.la $(PIXMAN_LIBS)
H A DMakefile.in91 subdir = hw/xfree86/exa
142 libexa_la_DEPENDENCIES = ../../../exa/libexa.la $(am__DEPENDENCIES_1)
621 -I$(srcdir)/../../../exa
628 ../../../exa/libexa.la $(PIXMAN_LIBS)
645 $(AUTOMAKE) --foreign hw/xfree86/exa/Makefile
/OK3568_Linux_fs/external/xserver/exa/
H A DMakefile.am4 sdk_HEADERS = exa.h
12 exa.c \
13 exa.h \
H A Dmeson.build2 'exa.c',
23 install_data('exa.h', install_dir: xorgsdkdir)
H A DMakefile.in92 subdir = exa
116 am_libexa_la_OBJECTS = exa.lo exa_classic.lo exa_migration_classic.lo \
139 am__depfiles_remade = ./$(DEPDIR)/exa.Plo ./$(DEPDIR)/exa_accel.Plo \
172 am__sdk_HEADERS_DIST = exa.h
583 @XORG_TRUE@sdk_HEADERS = exa.h
587 exa.c \
588 exa.h \
616 $(AUTOMAKE) --foreign exa/Makefile
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exa.Plo@am__quote@ # am--include-marker
849 -rm -f ./$(DEPDIR)/exa.Plo
[all …]
/OK3568_Linux_fs/external/xserver/
H A DMakefile.am61 exa \ subdir
113 exa \
152 exa/meson.build \
172 hw/xfree86/exa/meson.build \
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A Dexa-driver.txt40 if (!LoadSubModule(pScrn->module, "exa", NULL, NULL, NULL,
42 LoaderErrorMsg(NULL, "exa", errmaj, errmin);
54 xserver/xorg/exa/. To build the documentation, run:
H A DMakefile.am16 exa-driver.txt \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-mga/
H A Dcheckfile.patch35 AC_ARG_ENABLE(exa,
36 AS_HELP_STRING([--disable-exa],
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/man/
H A DMakefile.am2 driverman_PRE = exa.man
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A DMakefile.am44 fbdevhw shadowfb exa $(XF86UTILS_SUBDIR) doc man \ subdir
49 loader dixmods xkb dri dri2 exa modes \
H A Dsdksyms.sh228 /* exa/Makefile.am -- module */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/
H A Dxf86-video-armsoc_1.4.1.bb14 RDEPENDS:${PN} += "xserver-xorg-module-exa"
H A Dxf86-video-nouveau_1.0.17.bb11 RDEPENDS:${PN} += "xserver-xorg-module-exa"
H A Dxf86-video-mga_2.0.0.bb21 RDEPENDS:${PN} = "xserver-xorg-module-exa"
H A Dxf86-video-ati_19.1.0.bb22 RDEPENDS:${PN} += "xserver-xorg-module-exa"
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg.inc74 ${PN}-module-exa \
87 RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})"
110 FILES:${PN}-module-exa = "${libdir}/xorg/modules/libexa.so"
/OK3568_Linux_fs/buildroot/package/freerdp/
H A D0005-client-X11-Disable-complex-regions-by-default.patch7 accels(exa/glamor), let's disable it by default.

123