msm: drm: sde: Add support for UCSC via AHB programming
Add support for UCSC block parameters that includes unmult, IGC/GC modes, CSC coefficients, and clamps. Change-Id: I3ef4b729e9c973a98d53dc583233bf5e004035fa Signed-off-by: Alisha Thapaliya <quic_athapali@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
83cb3d44af
commit
c2364bdd17
@@ -775,4 +775,11 @@ struct drm_msm_misr_sign {
|
||||
__u64 misr_sign_value[MAX_DSI_DISPLAY];
|
||||
};
|
||||
|
||||
#define UCSC_SUPPORTED
|
||||
|
||||
#define UCSC_CSC_CFG0_PARAM_LEN FP16_CSC_CFG0_PARAM_LEN
|
||||
#define UCSC_CSC_CFG1_PARAM_LEN FP16_CSC_CFG1_PARAM_LEN
|
||||
|
||||
typedef struct drm_msm_fp16_csc drm_msm_ucsc_csc;
|
||||
|
||||
#endif /* _MSM_DRM_PP_H_ */
|
||||
|
Reference in New Issue
Block a user