clk: pistachio: constify clk_ops structures
[linux-2.6-block.git] / Documentation / gpu / vkms.rst
CommitLineData
ad9ff96f
HM
1.. _vkms:
2
3==========================================
4 drm/vkms Virtual Kernel Modesetting
5==========================================
6
7.. kernel-doc:: drivers/gpu/drm/vkms/vkms_drv.c
8 :doc: vkms (Virtual Kernel Modesetting)
9
10TODO
11====
12
13CRC API
14-------
15
16- Optimize CRC computation ``compute_crc()`` and plane blending ``blend()``
17
18- Use the alpha value to blend vaddr_src with vaddr_dst instead of
19 overwriting it in ``blend()``.
20
21- Add igt test to check cleared alpha value for XRGB plane format.
22
23- Add igt test to check extreme alpha values i.e. fully opaque and fully
24 transparent (intermediate values are affected by hw-specific rounding modes).