summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv/hal
diff options
context:
space:
mode:
authorYong Gan <yong.gan@nxp.com>2017-12-14 06:13:59 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitd61836b2454a62f93ef3fb1f833cfdb952623527 (patch)
tree26c26d3341730cdac6ecd0fdcec68a05502959ef /drivers/mxc/gpu-viv/hal
parent282904d0f1898345387bd2d9de06c49cd818d804 (diff)
MGS-3506 [#imx-805] Support compression for GPU no resolve
Support compression for GPU no resolve between client and compositor. Enable gcdENABLE_RENDER_INTO_WINDOW_WITH_FC, Implement enable_tile_status in viv protocol. Signed-off-by: Yong Gan yong.gan@nxp.com Reviewed-by: Xianzhong Li xianzhong.li@nxp.com Reviewed-by: Y.c. Gan yuchou.gan@nxp.com Reviewed-by: Prabhu Sundararaj prabhu.sundararaj@nxp.com
Diffstat (limited to 'drivers/mxc/gpu-viv/hal')
-rw-r--r--drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h b/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h
index cf6e3eac09b6..61a4654b3ca5 100644
--- a/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h
+++ b/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h
@@ -950,7 +950,7 @@ This define enables the use of VM for gckCommand and fence buffers.
This will dynamically check if color compression is available.
*/
#ifndef gcdENABLE_RENDER_INTO_WINDOW_WITH_FC
-# define gcdENABLE_RENDER_INTO_WINDOW_WITH_FC 0
+# define gcdENABLE_RENDER_INTO_WINDOW_WITH_FC 1
#endif
/*