mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
osd: fix exit hdr play,screen flash for osd hdr matrix not sync [1/1]
PD#SWPL-14902 Problem: Play HDR video locally, after exiting, the screen flashes 1, 2 seconds Solution: set rdma_hdr_delay default value to 0 Verify: Verified by T962-P321 Change-Id: I9c0a56332e38d1238129e682535f588104faf8be Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
This commit is contained in:
@@ -70,7 +70,7 @@ static void *table_vaddr;
|
||||
static u32 rdma_enable;
|
||||
static u32 item_count;
|
||||
static u32 rdma_debug;
|
||||
static u32 rdma_hdr_delay = 1;
|
||||
static u32 rdma_hdr_delay;
|
||||
static bool osd_rdma_init_flag;
|
||||
#define OSD_RDMA_UPDATE_RETRY_COUNT 100
|
||||
static unsigned int debug_rdma_status;
|
||||
|
||||
Reference in New Issue
Block a user