Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c764 int output_csc = vcstate->color_space; in vop2_setup_csc_mode()
1357 switch (vcstate->bus_format) { in vop2_dither_setup()
1578 out_mode = vcstate->output_mode; in vop2_crtc_atomic_enable()
1582 if (vop2_output_uv_swap(vcstate->bus_format, vcstate->output_mode)) in vop2_crtc_atomic_enable()
2086 struct rockchip_crtc_state *vcstate; in vop2_crtc_duplicate_state() local
2092 sizeof(*vcstate), GFP_KERNEL); in vop2_crtc_duplicate_state()
2093 if (!vcstate) in vop2_crtc_duplicate_state()
2098 return &vcstate->base; in vop2_crtc_duplicate_state()
2107 kfree(vcstate); in vop2_crtc_destroy_state()
2112 struct rockchip_crtc_state *vcstate = in vop2_crtc_reset() local
[all …]