mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
amvecm: hdr tone mapping ioctl api unification [1/1]
PD#SWPL-114841 Problem: hdr tone mapping ioctl communication fail Solution: unify hdr tome mapping ioctl api Verify: verify on T3 Change-Id: Ifda2ec2d1439cfd04bf29dc2af8958c79760dd49 Signed-off-by: Bin.Wang2 <bin.wang2@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
aafc3a05b4
commit
cda9e1fbef
@@ -415,7 +415,10 @@ enum lut_type_e {
|
||||
struct hdr_tone_mapping_s {
|
||||
enum lut_type_e lut_type;
|
||||
unsigned int lutlength;
|
||||
unsigned int *tm_lut;
|
||||
union {
|
||||
void *tm_lut;
|
||||
long long tm_lut_len;
|
||||
};
|
||||
};
|
||||
|
||||
/* CMS ioctl data structure */
|
||||
|
||||
Reference in New Issue
Block a user