| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_drv.h | 18 unsigned int h, unsigned int vrefresh, 29 unsigned int h, unsigned int vrefresh, 38 unsigned int h, unsigned int vrefresh, 57 unsigned int h, unsigned int vrefresh, 67 unsigned int height, unsigned int vrefresh, 72 unsigned int h, unsigned int vrefresh, unsigned int bpc, 85 unsigned int h, unsigned int vrefresh, 123 unsigned int h, unsigned int vrefresh, 147 unsigned int height, unsigned int vrefresh,
|
| H A D | mtk_ddp_comp.h | 57 unsigned int h, unsigned int vrefresh, 145 unsigned int vrefresh, unsigned int bpc, in mtk_ddp_comp_config() argument 149 comp->funcs->config(comp->dev, w, h, vrefresh, bpc, cmdq_pkt); in mtk_ddp_comp_config()
|
| H A D | mtk_ethdr.h | 14 unsigned int h, unsigned int vrefresh,
|
| H A D | mtk_ddp_comp.c | 155 unsigned int h, unsigned int vrefresh, in mtk_dither_config() argument 191 unsigned int h, unsigned int vrefresh, in mtk_dsc_config() argument 221 unsigned int h, unsigned int vrefresh, in mtk_od_config() argument 239 unsigned int h, unsigned int vrefresh, in mtk_postmask_config() argument
|
| H A D | mtk_disp_aal.c | 68 unsigned int h, unsigned int vrefresh, in mtk_aal_config() argument
|
| H A D | mtk_disp_ccorr.c | 58 unsigned int h, unsigned int vrefresh, in mtk_ccorr_config() argument
|
| H A D | mtk_disp_ovl_adaptor.c | 210 unsigned int h, unsigned int vrefresh, in mtk_ovl_adaptor_config() argument 216 vrefresh, bpc, cmdq_pkt); in mtk_ovl_adaptor_config()
|
| H A D | mtk_crtc.c | 346 unsigned int width, height, vrefresh, bpc = MTK_MAX_BPC; in mtk_crtc_ddp_hw_init() local 355 vrefresh = drm_mode_vrefresh(&crtc->state->adjusted_mode); in mtk_crtc_ddp_hw_init() 410 mtk_ddp_comp_config(comp, width, height, vrefresh, bpc, NULL); in mtk_crtc_ddp_hw_init()
|
| H A D | mtk_ethdr.c | 215 unsigned int h, unsigned int vrefresh, in mtk_ethdr_config() argument
|
| H A D | mtk_disp_ovl.c | 314 unsigned int h, unsigned int vrefresh, in mtk_ovl_config() argument
|
| /linux/include/drm/ |
| H A D | drm_modes.h | 491 int hdisplay, int vdisplay, int vrefresh, 495 int hdisplay, int vdisplay, int vrefresh, 499 int vrefresh, bool interlaced,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 624 int vdisplay, int vrefresh, in drm_cvt_mode() argument 655 if (!vrefresh) in drm_cvt_mode() 656 vrefresh = 60; in drm_cvt_mode() 660 vfieldrate = vrefresh * 2; in drm_cvt_mode() 662 vfieldrate = vrefresh; in drm_cvt_mode() 850 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument 908 vfieldrate_rqd = vrefresh * 2; in drm_gtf_mode_complex() 910 vfieldrate_rqd = vrefresh; in drm_gtf_mode_complex() 1054 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, in drm_gtf_mode() argument 1057 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, in drm_gtf_mode() [all …]
|
| /linux/drivers/gpu/drm/hisilicon/hibmc/ |
| H A D | hibmc_drm_de.c | 218 int vrefresh = drm_mode_vrefresh(mode); in hibmc_crtc_mode_valid() local 220 if (vrefresh < 59 || vrefresh > 61) in hibmc_crtc_mode_valid()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | dsi.c | 40 unsigned int vrefresh; member 708 unsigned int vrefresh) in tegra_dsi_set_timeout() argument 714 timeout = (bclk / vrefresh) / 512; in tegra_dsi_set_timeout() 727 tegra_dsi_set_timeout(dsi->slave, bclk, vrefresh); in tegra_dsi_set_timeout() 926 tegra_dsi_set_timeout(dsi, state->bclk, state->vrefresh); in tegra_dsi_encoder_enable() 978 state->vrefresh = drm_mode_vrefresh(&crtc_state->mode); in tegra_dsi_encoder_atomic_check() 986 state->vrefresh); in tegra_dsi_encoder_atomic_check()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvnv17.h | 100 int vrefresh; /* mHz */ member
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu7_hwmgr.h | 159 uint32_t vrefresh; member
|
| H A D | smu7_hwmgr.c | 4592 refresh_rate = hwmgr->display_config->vrefresh; in smu7_program_display_gap() 4689 if (data->display_timing.vrefresh != hwmgr->display_config->vrefresh) in smu7_check_smc_update_required_for_display_configuration()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | lontium-lt9611uxc.c | 93 u8 vrefresh; member 241 lt9611uxc_modes[i].vrefresh == drm_mode_vrefresh(mode)) { in lt9611uxc_find_mode()
|
| /linux/include/uapi/drm/ |
| H A D | drm_mode.h | 255 __u32 vrefresh; member
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r600_dpm.c | 186 u32 vrefresh = 0; in r600_dpm_get_vrefresh() local 192 vrefresh = drm_mode_vrefresh(&radeon_crtc->hw_mode); in r600_dpm_get_vrefresh() 197 return vrefresh; in r600_dpm_get_vrefresh()
|
| /linux/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_dp.c | 1666 int vrefresh = (adjusted_mode->clock * 1000) / in zynqmp_dp_bridge_atomic_check() local 1674 adjusted_mode->htotal * vrefresh / 1000; in zynqmp_dp_bridge_atomic_check()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | vegam_smumgr.c | 1014 data->display_timing.vrefresh = hwmgr->display_config->vrefresh; in vegam_populate_single_memory_level()
|
| H A D | iceland_smumgr.c | 1283 data->display_timing.vrefresh = hwmgr->display_config->vrefresh; in iceland_populate_single_memory_level()
|
| H A D | fiji_smumgr.c | 1200 data->display_timing.vrefresh = hwmgr->display_config->vrefresh; in fiji_populate_single_memory_level()
|
| H A D | ci_smumgr.c | 1237 data->display_timing.vrefresh = hwmgr->display_config->vrefresh; in ci_populate_single_memory_level()
|