Home
last modified time | relevance | path

Searched refs:hsync (Results 1 - 10 of 10) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_dfm.h90 hi_s32 hsync; member
H A Ddrv_hdmi_frl.c211 dfm->hsync = video_def->hsync; in frl_dfm_construct()
H A Ddrv_hdmi_common.h1069 hi_u32 hsync; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c377 /* width of hsync as % of total line */ in drm_gtf_mode_complex()
396 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local
503 hsync = H_SYNC_PERCENT * total_pixels / 0x64; in drm_gtf_mode_complex()
504 hsync = (hsync + GTF_CELL_GRAN / 0x2) / GTF_CELL_GRAN; in drm_gtf_mode_complex()
505 hsync = hsync * GTF_CELL_GRAN; in drm_gtf_mode_complex()
507 hfront_porch = hblank / 0x2 - hsync; in drm_gtf_mode_complex()
514 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex()
H A Ddrm_edid.c73 /* use +hsync +vsync for detailed mode */
2616 /* it is incorrect if hsync/vsync width is zero */ in drm_mode_detailed()
2692 int hsync, hmin, hmax; in mode_in_hsync_range() local
2702 hsync = drm_mode_hsync(mode); in mode_in_hsync_range()
2704 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
5324 unsigned hsync = (timings->hsync[0] | (timings->hsync[1] & 0x7f) << 0x8) + 1; in drm_mode_displayid_detailed() local
5330 bool hsync_positive = (timings->hsync[ in drm_mode_displayid_detailed()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c52 u16 hactive, hfp, hsync, hbp; in drm_mode_convert_to_split_mode() local
56 hsync = mode->hsync_end - mode->hsync_start; in drm_mode_convert_to_split_mode()
62 mode->hsync_end = mode->hsync_start + hsync * 0x2; in drm_mode_convert_to_split_mode()
70 u16 hactive, hfp, hsync, hbp; in drm_mode_convert_to_origin_mode() local
74 hsync = mode->hsync_end - mode->hsync_start; in drm_mode_convert_to_origin_mode()
80 mode->hsync_end = mode->hsync_start + hsync / 0x2; in drm_mode_convert_to_origin_mode()
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1245 int hsync, hfront, hback; in hdmi_config_CVTEM() local
1265 hsync = mode->hsync_end - mode->hsync_start; in hdmi_config_CVTEM()
1307 val = (hback & 0xff) << 24 | ((hsync >> 8) & 0xff) << 16 | (hsync & 0xff) << 8 | ((hfront >> 8) & 0xff); in hdmi_config_CVTEM()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1071 int hsync, hfront, hback; in hdmi_config_CVTEM() local
1091 hsync = mode->hsync_end - mode->hsync_start; in hdmi_config_CVTEM()
1135 val = (hback & 0xff) << 24 | ((hsync >> 8) & 0xff) << 16 | in hdmi_config_CVTEM()
1136 (hsync & 0xff) << 8 | ((hfront >> 8) & 0xff); in hdmi_config_CVTEM()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H A Dvideodev2.h1354 * @hsync: Horizontal Sync length in pixels
1389 __u32 hsync; member
1491 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dvideodev2.h1354 * @hsync: Horizontal Sync length in pixels
1389 __u32 hsync; member
1491 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)

Completed in 69 milliseconds