mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
deinterlace: fix pq issues on 32bit
PD#171620: fix pq issues on 32bit Change-Id: I06650af722f97cdf25bbf47fb8ed5a8ca62c6186 Signed-off-by: Jihong Sui <jihong.sui@amlogic.com>
This commit is contained in:
@@ -301,8 +301,14 @@ extern struct ve_pq_overscan_s overscan_table[TIMING_MAX];
|
||||
struct am_pq_parm_s {
|
||||
unsigned int table_name;
|
||||
unsigned int table_len;
|
||||
union {
|
||||
void *table_ptr;
|
||||
long long l_table;
|
||||
};
|
||||
union {
|
||||
void *reserved;
|
||||
long long l_reserved;
|
||||
};
|
||||
};
|
||||
|
||||
#define AMDI_IOC_SET_PQ_PARM _IOW(_DI_, 0x51, struct am_pq_parm_s)
|
||||
|
||||
Reference in New Issue
Block a user