Skip to content

Commit

Permalink
amvecm: add sysfs entry for use_rgb_to_yuv
Browse files Browse the repository at this point in the history
  • Loading branch information
cdu13a committed Jan 3, 2020
1 parent 4530c4f commit e0dc3f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/amlogic/media/enhancement/amvecm/set_hdr2_v0.c
Expand Up @@ -30,6 +30,9 @@

int use_rgb_to_yuv = -1;

module_param(use_rgb_to_yuv, int, 0444);
MODULE_PARM_DESC(use_rgb_to_yuv, "\n use_rgb_to_yuv\n");

#ifndef HDR2_MODULE

// sdr to hdr table 12bit
Expand Down

0 comments on commit e0dc3f5

Please sign in to comment.