diff options
author | Gustavo Diaz Prado <x0083741@ti.com> | 2011-01-21 15:11:24 -0600 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-06-14 09:06:47 -0700 |
commit | c69212a5c715349f5969da79c161810a2ec884d8 (patch) | |
tree | 05edc2e6dd51e5ade3f87466af18cf9ac4001d59 /drivers/gpu/pvr/Makefile | |
parent | 7d430f7c7ca91a24ee6601419828e2a2cb31762f (diff) | |
download | kernel_samsung_tuna-c69212a5c715349f5969da79c161810a2ec884d8.zip kernel_samsung_tuna-c69212a5c715349f5969da79c161810a2ec884d8.tar.gz kernel_samsung_tuna-c69212a5c715349f5969da79c161810a2ec884d8.tar.bz2 |
SGX: UDD: Create sysfs entry to allow ignoring the display sync
This patch creates a sysfs entry that allows to tell the UDD
to ignore the synchronization with a specific display. The change
can be made on the fly without rebooting the kernel. This feature
makes sense only if flipping is enabled on the display. The
sysfs entry can be found in the directory
/sys/devices/platform/omaplfb/displayX/ignore_sync
By echoing a 1 to the ignore_sync entry the frames per second
will go beyond 60fps since the synchronization with the display
will be ignored. Setting it to 0 will return it to normal.
Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com>
Change-Id: I242d88a9be202a7079c0ff7901751d4d996ef5be
Diffstat (limited to 'drivers/gpu/pvr/Makefile')
-rw-r--r-- | drivers/gpu/pvr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/pvr/Makefile b/drivers/gpu/pvr/Makefile index 05b3bf6..0dc058d 100644 --- a/drivers/gpu/pvr/Makefile +++ b/drivers/gpu/pvr/Makefile @@ -141,6 +141,7 @@ sgx_displayclass-y := \ omaplfb-y := \ omaplfb/omaplfb_displayclass.o \ + omaplfb/omaplfb-sysfs.o \ omaplfb/omaplfb_linux.o dbgdrv-$(CONFIG_SGX_PDUMP) := \ |