summaryrefslogtreecommitdiffstats
path: root/README
blob: b28c0359246ef39d7001faf32dd1e3467521f39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
xf86-video-armada
X.org graphics driver for KMS based systems with pluggable GPU backend

What is xf86-video-armada?
--------------------------
The xf86-video-armada module is a 2D graphics driver for the X Window
System as implemented by X.org, supporting these DRM KMS drivers:

	Freescale i.MX
	Marvell Armada 510 (Dove)

and GPUs:

	Vivnate libGAL (Armada only)

Build requirements
------------------
xf86-video-armada can be built as a stand-alone KMS driver, or with
Vivante GPU support.

When building with Vivante libGAL support, the configure options
--with-libgal-include= and --with-libgal-lib= should indicate the
location of the libGAL headers and library respectively.

The following packages are required by this driver:

- libdrm-armada   git://ftp.arm.linux.org.uk/~rmk/libdrm-armada.git/

What operations are accelerated?
--------------------------------
- Copies using all alu operations.
- GetImage partially accelerated.
- PutImage partially accelerated.
- Solid fills without stipples or partial plane mask.
- FillSpans without stipples or partial plane mask.
- Xrender compositing without component alpha or alpha maps.