MLK-16222-1 video: fbdev: dcss: define some tables in a header file
authorFancy Fang <chen.fang@nxp.com>
Fri, 18 Aug 2017 10:55:23 +0000 (18:55 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:36:41 +0000 (15:36 -0500)
commit0d10ff67f98d3972f02f56360ee2337d1e134be6
treeca8f7441e15fff6debdbd617645026702fb52f9e
parent387d197ab9471f81d09391a0e2e381f082525e8d
MLK-16222-1 video: fbdev: dcss: define some tables in a header file

Define some data tables to list all the coefficients config
which only requires to be configured once. The tables include:

    1. Scaler Coeffs
    2. HDR10 Input Pipe LUT and CSC Coeffs
    3. HDR10 Output Pipe Linear to Non_Linear Conversion
       and CSC Coeffs.

Each table entry includes the register offset addr and the
value needs to be written to this register.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
drivers/video/fbdev/mxc/imx_dcss_table.h [new file with mode: 0644]