Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/msm/
Dmsm_fb.c2017 struct mdp_ccs ccs_matrix; in msm_fb_ioctl() local
2063 ret = copy_from_user(&ccs_matrix, argp, sizeof(ccs_matrix)); in msm_fb_ioctl()
2072 if (ccs_matrix.direction == MDP_CCS_RGB2YUV) in msm_fb_ioctl()
2073 mdp_ccs_rgb2yuv = ccs_matrix; in msm_fb_ioctl()
2075 mdp_ccs_yuv2rgb = ccs_matrix; in msm_fb_ioctl()
2077 msmfb_set_color_conv(&ccs_matrix) ; in msm_fb_ioctl()
2088 ret = copy_from_user(&ccs_matrix, argp, sizeof(ccs_matrix)) ; in msm_fb_ioctl()
2097 if (ccs_matrix.direction == MDP_CCS_RGB2YUV) in msm_fb_ioctl()
2098 ccs_matrix = mdp_ccs_rgb2yuv; in msm_fb_ioctl()
2100 ccs_matrix = mdp_ccs_yuv2rgb; in msm_fb_ioctl()
[all …]