Searched refs:vop_data (Results 1 – 7 of 7) sorted by relevance
54 struct vop_data;58 extern const struct vop_data rk3036_vop;59 extern const struct vop_data px30_vop_lit;60 extern const struct vop_data px30_vop_big;61 extern const struct vop_data rk3308_vop;62 extern const struct vop_data rk1808_vop;63 extern const struct vop_data rk3288_vop_big;64 extern const struct vop_data rk3288_vop_lit;65 extern const struct vop_data rk3368_vop;66 extern const struct vop_data rk3366_vop;[all …]
227 const struct vop_data *vop_data = state->crtc_state.crtc->data; in rockchip_vop_preinit() local229 state->crtc_state.max_output = vop_data->max_output; in rockchip_vop_preinit()240 const struct vop_data *vop_data = crtc->data; in rockchip_vop_init() local266 vop->regsbak = malloc(vop_data->reg_len); in rockchip_vop_init()267 vop->win = vop_data->win; in rockchip_vop_init()268 vop->win_offset = vop_data->win_offset; in rockchip_vop_init()269 vop->ctrl = vop_data->ctrl; in rockchip_vop_init()275 vop->grf_ctrl = vop_data->grf_ctrl; in rockchip_vop_init()276 vop->line_flag = vop_data->line_flag; in rockchip_vop_init()277 vop->csc_table = vop_data->csc_table; in rockchip_vop_init()[all …]
202 const struct vop_data rk3288_vop_big = {213 const struct vop_data rk3288_vop_lit = {246 const struct vop_data rk3368_vop = {261 const struct vop_data rk3366_vop = {313 const struct vop_data rk3399_vop_big = {325 const struct vop_data rk3399_vop_lit = {336 const struct vop_data rk322x_vop = {431 const struct vop_data rk3328_vop = {480 const struct vop_data rk3036_vop = {617 const struct vop_data px30_vop_lit = {[all …]
459 struct vop_data { struct
258 const struct vop_data *data;834 const struct vop_data *vop_data = vop->data; in scl_vop_cal_scl_fac() local851 if (!(vop_data->feature & VOP_FEATURE_ALPHA_SCALE)) { in scl_vop_cal_scl_fac()1743 const struct vop_data *vop_data; in vop_plane_atomic_check() local1798 vop_data = vop->data; in vop_plane_atomic_check()1815 if (drm_rect_width(src) >> 16 > vop_data->max_input.width || in vop_plane_atomic_check()1816 drm_rect_height(src) >> 16 > vop_data->max_input.height) { in vop_plane_atomic_check()1820 vop_data->max_input.width, in vop_plane_atomic_check()1821 vop_data->max_input.height); in vop_plane_atomic_check()2764 const struct vop_data *vop_data = vop->data; in vop_crtc_mode_valid() local[all …]
402 static const struct vop_data rk3288_vop_big = {416 static const struct vop_data rk3288_vop_lit = {527 static const struct vop_data rk3368_vop = {554 static const struct vop_data rk3366_vop = {716 static const struct vop_data rk3399_vop_big = {746 static const struct vop_data rk3399_vop_lit = {767 static const struct vop_data rk3228_vop = {1165 static const struct vop_data rk3328_vop = {1287 static const struct vop_data rk3036_vop = {1395 static const struct vop_data rk3066_vop = {[all …]
1175 struct vop_data { struct