Home
last modified time | relevance | path

Searched refs:subpatch (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinit.c235 int major = -1, minor = -1, patch = -1, subpatch = -1; in dmxPrintScreenInfo() local
245 subpatch = v % 10; in dmxPrintScreenInfo()
259 subpatch = v % 1000; in dmxPrintScreenInfo()
265 if (subpatch > 0) in dmxPrintScreenInfo()
266 dmxLogOutputCont(dmxScreen, ".%d", subpatch); in dmxPrintScreenInfo()
/OK3568_Linux_fs/external/xserver/include/
H A Dmeson.build6 subpatch = version_split[3].to_int() variable
8 subpatch = 0 variable
11 release = major * 10000000 + minor * 100000 + patch * 1000 + subpatch