Home
last modified time | relevance | path

Searched refs:post_acm (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h200 struct post_acm { struct
H A Drockchip_drm_vop2.c778 struct post_acm acm_info;
6067 struct post_acm *acm = &vp->acm_info; in vop2_crtc_get_inital_acm_info()
9688 static void vop3_post_csc_config(struct drm_crtc *crtc, struct post_acm *acm, struct post_csc *csc) in vop3_post_csc_config()
9760 static void vop3_post_acm_config(struct drm_crtc *crtc, struct post_acm *acm) in vop3_post_acm_config()
9829 struct post_acm *acm; in vop3_post_config()
9837 acm = vcstate->acm_lut_data ? (struct post_acm *)vcstate->acm_lut_data->data : NULL; in vop3_post_config()
9839 if (acm && memcmp(&vp->acm_info, acm, sizeof(struct post_acm))) { in vop3_post_config()
9840 memcpy(&vp->acm_info, acm, sizeof(struct post_acm)); in vop3_post_config()
10425 sizeof(struct post_acm), -1, in vop2_crtc_atomic_set_property()