mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
media: rockchip: ispp: default yuv420 for less bandwidth
Change-Id: Ibba98ad098774afbc62445d773b8b0a25467b99e Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -40,7 +40,7 @@ int rkispp_debug;
|
||||
module_param_named(debug, rkispp_debug, int, 0644);
|
||||
MODULE_PARM_DESC(debug, "Debug level (0-3)");
|
||||
|
||||
static int rkisp_ispp_mode = ISP_ISPP_422 | ISP_ISPP_FBC;
|
||||
static int rkisp_ispp_mode = ISP_ISPP_FBC;
|
||||
module_param_named(mode, rkisp_ispp_mode, int, 0644);
|
||||
MODULE_PARM_DESC(mode, "isp->ispp mode: bit0 fbc, bit1 yuv422, bit2 quick");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user