17 строки
647 B
Plaintext
17 строки
647 B
Plaintext
# devg-sunxi.so parameters
|
|
#
|
|
# base Display controller registers base phys-address in format: "tcon:de:hdmi"
|
|
# (default - auto-select)
|
|
# irq Display controller interrupt id (default - polling mode)
|
|
# memory Video memory size. Default/minimum GPU memory size - 64 Mb. This option causes
|
|
# increasing initialization time.
|
|
# verbose Verbosity level: "silent" (default), "info", "warn", "debug"
|
|
#
|
|
# The driver will use the first un-commented entry.
|
|
|
|
|
|
# Allwinner H3 configuration sample
|
|
irq=118,memory=64,verbose=debug
|
|
#base=0x01C0C000:0x01000000:0x01EE0000,irq=118,memory=64,verbose=debug
|
|
|