1sysfs interface for the S6E63M0 AMOLED LCD panel driver 2------------------------------------------------------- 3 4What: /sys/class/lcd/<lcd>/gamma_mode 5Date: May, 2010 6KernelVersion: v2.6.35 7Contact: dri-devel@lists.freedesktop.org 8Description: 9 (RW) Read or write the gamma mode. Following three modes are 10 supported: 11 0 - gamma value 2.2, 12 1 - gamma value 1.9 and 13 2 - gamma value 1.7. 14 15 16What: /sys/class/lcd/<lcd>/gamma_table 17Date: May, 2010 18KernelVersion: v2.6.35 19Contact: dri-devel@lists.freedesktop.org 20Description: 21 (RO) Displays the size of the gamma table i.e. the number of 22 gamma modes available. 23 24This is a backlight lcd driver. These interfaces are an extension to the API 25documented in Documentation/ABI/testing/sysfs-class-lcd and in 26Documentation/ABI/stable/sysfs-class-backlight (under 27/sys/class/backlight/<backlight>/). 28