Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux
[linux-2.6-microblaze.git] / Documentation / gpu / vkms.rst
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
10 TODO
11 ====
12
13 CRC 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).