Home
last modified time | relevance | path

Searched refs:right_margin (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.h26 int right_margin; member
H A Drockchip_drm_drv.h155 int right_margin; member
H A Drockchip_drm_logo.c415 if (!of_property_read_u32(route, "overscan,right_margin", &val)) { in of_parse_display_resource()
416 set->right_margin = val; in of_parse_display_resource()
794 s->right_margin = set->right_margin; in update_state()
H A Drockchip_drm_vop.c3429 u16 hsize = hdisplay * (s->left_margin + s->right_margin) / 0xc8; in vop_post_config()
3811 s->right_margin = 0x64; in vop_crtc_reset()
3918 *val = s->right_margin; in vop_crtc_atomic_get_property()
3967 s->right_margin = val; in vop_crtc_atomic_set_property()
H A Drockchip_drm_vop2.c5187 u16 hsize = hdisplay * (vcstate->left_margin + vcstate->right_margin) / 0xc8; in vop2_post_config()
7370 vcstate->right_margin = 0x64; in vop2_crtc_reset()
7478 *val = vcstate->right_margin; in vop2_crtc_atomic_get_property()
7527 vcstate->right_margin = val; in vop2_crtc_atomic_set_property()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.h26 int right_margin; member
H A Drockchip_drm_logo.c391 if (!of_property_read_u32(route, "overscan,right_margin", &val)) in of_parse_display_resource()
392 set->right_margin = val; in of_parse_display_resource()
760 s->right_margin = set->right_margin; in update_state()
H A Drockchip_drm_vop2.c5204 u16 hsize = hdisplay * (vcstate->left_margin + vcstate->right_margin) / 200; in vop2_post_config()
7480 vcstate->right_margin = 100; in vop2_crtc_reset()
7591 *val = vcstate->right_margin; in vop2_crtc_atomic_get_property()
7642 vcstate->right_margin = val; in vop2_crtc_atomic_set_property()
/device/soc/rockchip/rk3588/kernel/include/drm/
H A Drockchip_drm_logo.h26 int right_margin; member
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_drm_drv.h156 int right_margin; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c393 int left_margin, right_margin; in drm_gtf_mode_complex() local
484 right_margin = left_margin; in drm_gtf_mode_complex()
486 total_active_pixels = hdisplay_rnd + left_margin + right_margin; in drm_gtf_mode_complex()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c466 .right_margin = 0, /* time from picture to sync */
488 .right_margin = 0, /* time from picture to sync */
510 .right_margin = 0, /* time from picture to sync */
532 .right_margin = 0, /* time from picture to sync */
3858 hor_total = var->left_margin + var->xres + var->right_margin + var->hsync_len;
3860 hifb_error("the sum of layer%d's left_margin(%d),xres(%d),right_margin(%d),hsync_len(%d) can't be 0\n",
3861 layer_id, var->left_margin, var->xres, var->right_margin, var->hsync_len);
3866 hifb_error("the sum of layer%d's left_margin(%d),xres(%d),right_margin(%d),hsync_len(%d) can't be 0\n",

Completed in 55 milliseconds