video: msm: Add QSEED Table reading support

Add support to read the tables of QSEED values. When the values of the
QSEED tables are able to be written to, it is beneficial to be able to read
what's there as well.

CRs-Fixed: 380315
Change-Id: I3110721906424f70a12bf5736de7875dec03f4c6
Signed-off-by: Carl Vanderlip <carlv@codeaurora.org>
This commit is contained in:
Carl Vanderlip
2012-05-16 16:43:39 -07:00
committed by Stephen Boyd
parent 9af8806288
commit daefca8ffc
2 changed files with 39 additions and 20 deletions

View File

@@ -394,6 +394,9 @@ struct mdp_csc_cfg_data {
struct mdp_csc_cfg csc_data;
};
#define MDP_PP_OPS_READ 0x2
#define MDP_PP_OPS_WRITE 0x4
enum {
mdp_lut_igc,
mdp_lut_pgc,
@@ -401,7 +404,6 @@ enum {
mdp_lut_max,
};
struct mdp_igc_lut_data {
uint32_t block;
uint32_t len, ops;