Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_crtc.h54 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 …]
H A Drockchip_vop.c227 const struct vop_data *vop_data = state->crtc_state.crtc->data; in rockchip_vop_preinit() local
229 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() local
266 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 …]
H A Drockchip_vop_reg.c202 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 …]
H A Drockchip_vop.h459 struct vop_data { struct
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c258 const struct vop_data *data;
834 const struct vop_data *vop_data = vop->data; in scl_vop_cal_scl_fac() local
851 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() local
1798 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 …]
H A Drockchip_vop_reg.c402 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 …]
H A Drockchip_drm_vop.h1175 struct vop_data { struct