Home
last modified time | relevance | path

Searched refs:vrefresh (Results 1 - 25 of 85) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_panel.c62 static bool is_in_vrr_range(struct intel_connector *connector, int vrefresh) in is_in_vrr_range() argument
67 vrefresh >= info->monitor_range.min_vfreq && in is_in_vrr_range()
68 vrefresh <= info->monitor_range.max_vfreq; in is_in_vrr_range()
72 int vrefresh, int fixed_mode_vrefresh, in is_best_fixed_mode()
81 * vrefresh, which we can then reduce to match the requested in is_best_fixed_mode()
82 * vrefresh by extending the vblank length. in is_best_fixed_mode()
84 if (is_in_vrr_range(connector, vrefresh) && in is_best_fixed_mode()
86 fixed_mode_vrefresh < vrefresh) in is_best_fixed_mode()
89 /* pick the fixed_mode that is closest in terms of vrefresh */ in is_best_fixed_mode()
90 return abs(fixed_mode_vrefresh - vrefresh) < in is_best_fixed_mode()
71 is_best_fixed_mode(struct intel_connector *connector, int vrefresh, int fixed_mode_vrefresh, const struct drm_display_mode *best_mode) is_best_fixed_mode() argument
99 int vrefresh = drm_mode_vrefresh(mode); intel_panel_fixed_mode() local
143 int vrefresh = drm_mode_vrefresh(fixed_mode); intel_panel_downclock_mode() local
214 int vrefresh, fixed_mode_vrefresh; intel_panel_compute_config() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_disp_drv.h18 unsigned int h, unsigned int vrefresh,
28 unsigned int h, unsigned int vrefresh,
37 unsigned int h, unsigned int vrefresh,
54 unsigned int h, unsigned int vrefresh,
64 unsigned int height, unsigned int vrefresh,
69 unsigned int h, unsigned int vrefresh, unsigned int bpc,
80 unsigned int h, unsigned int vrefresh,
113 unsigned int h, unsigned int vrefresh,
134 unsigned int height, unsigned int vrefresh,
H A Dmtk_disp_merge.c130 unsigned int h, unsigned int vrefresh, in mtk_merge_config()
133 mtk_merge_advance_config(dev, w, 0, h, vrefresh, bpc, cmdq_pkt); in mtk_merge_config()
137 unsigned int h, unsigned int vrefresh, unsigned int bpc, in mtk_merge_advance_config()
129 mtk_merge_config(struct device *dev, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_merge_config() argument
136 mtk_merge_advance_config(struct device *dev, unsigned int l_w, unsigned int r_w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_merge_advance_config() argument
H A Dmtk_drm_ddp_comp.h52 unsigned int h, unsigned int vrefresh,
108 unsigned int vrefresh, unsigned int bpc, in mtk_ddp_comp_config()
112 comp->funcs->config(comp->dev, w, h, vrefresh, bpc, cmdq_pkt); in mtk_ddp_comp_config()
106 mtk_ddp_comp_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_ddp_comp_config() argument
H A Dmtk_ethdr.h14 unsigned int h, unsigned int vrefresh,
H A Dmtk_drm_ddp_comp.c155 unsigned int h, unsigned int vrefresh, in mtk_dither_config()
191 unsigned int h, unsigned int vrefresh, in mtk_dsc_config()
221 unsigned int h, unsigned int vrefresh, in mtk_od_config()
239 unsigned int h, unsigned int vrefresh, in mtk_postmask_config()
154 mtk_dither_config(struct device *dev, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_dither_config() argument
190 mtk_dsc_config(struct device *dev, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_dsc_config() argument
220 mtk_od_config(struct device *dev, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_od_config() argument
238 mtk_postmask_config(struct device *dev, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_postmask_config() argument
H A Dmtk_disp_color.c61 unsigned int h, unsigned int vrefresh, in mtk_color_config()
60 mtk_color_config(struct device *dev, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_color_config() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm_internal.c82 u32 vrefresh = 0; in amdgpu_dpm_get_vrefresh() local
88 vrefresh = drm_mode_vrefresh(&amdgpu_crtc->hw_mode); in amdgpu_dpm_get_vrefresh()
94 return vrefresh; in amdgpu_dpm_get_vrefresh()
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h43 unsigned int h, unsigned int vrefresh,
78 unsigned int vrefresh, unsigned int bpc, in mtk_ddp_comp_config()
82 comp->funcs->config(comp, w, h, vrefresh, bpc, cmdq_pkt); in mtk_ddp_comp_config()
76 mtk_ddp_comp_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_ddp_comp_config() argument
H A Dmtk_drm_ddp_comp.c162 unsigned int h, unsigned int vrefresh, in mtk_od_config()
181 unsigned int h, unsigned int vrefresh, in mtk_aal_config()
199 unsigned int h, unsigned int vrefresh, in mtk_ccorr_config()
268 unsigned int h, unsigned int vrefresh, in mtk_dither_config()
286 unsigned int h, unsigned int vrefresh, in mtk_gamma_config()
161 mtk_od_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_od_config() argument
180 mtk_aal_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_aal_config() argument
198 mtk_ccorr_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_ccorr_config() argument
267 mtk_dither_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_dither_config() argument
285 mtk_gamma_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_gamma_config() argument
H A Dmtk_disp_rdma.c128 unsigned int height, unsigned int vrefresh, in mtk_rdma_config()
146 threshold = width * height * vrefresh * 4 * 7 / 1000000; in mtk_rdma_config()
127 mtk_rdma_config(struct mtk_ddp_comp *comp, unsigned int width, unsigned int height, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_rdma_config() argument
H A Dmtk_disp_color.c48 unsigned int h, unsigned int vrefresh, in mtk_color_config()
47 mtk_color_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_color_config() argument
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_modes.h444 int hdisplay, int vdisplay, int vrefresh,
448 int hdisplay, int vdisplay, int vrefresh,
452 int vrefresh, bool interlaced,
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_modes.c121 * @vrefresh: vrefresh rate
127 * according to the hdisplay, vdisplay, vrefresh.
141 int vdisplay, int vrefresh, in drm_cvt_mode()
172 if (!vrefresh) in drm_cvt_mode()
173 vrefresh = 60; in drm_cvt_mode()
177 vfieldrate = vrefresh * 2; in drm_cvt_mode()
179 vfieldrate = vrefresh; in drm_cvt_mode()
349 * @vrefresh: vrefresh rat
140 drm_cvt_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool reduced, bool interlaced, bool margins) drm_cvt_mode() argument
366 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins, int GTF_M, int GTF_2C, int GTF_K, int GTF_2J) drm_gtf_mode_complex() argument
571 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins) drm_gtf_mode() argument
[all...]
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_modes.h489 int hdisplay, int vdisplay, int vrefresh,
493 int hdisplay, int vdisplay, int vrefresh,
497 int vrefresh, bool interlaced,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_debug.h17 * @vrefresh: used to filter out vrefresh value
25 int vrefresh; member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_debug.h17 * @vrefresh: used to filter out vrefresh value
25 int vrefresh; member
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_modes.c601 * @vrefresh: vrefresh rate
607 * according to the hdisplay, vdisplay, vrefresh.
621 int vdisplay, int vrefresh, in drm_cvt_mode()
652 if (!vrefresh) in drm_cvt_mode()
653 vrefresh = 60; in drm_cvt_mode()
657 vfieldrate = vrefresh * 2; in drm_cvt_mode()
659 vfieldrate = vrefresh; in drm_cvt_mode()
829 * @vrefresh: vrefresh rat
620 drm_cvt_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool reduced, bool interlaced, bool margins) drm_cvt_mode() argument
846 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins, int GTF_M, int GTF_2C, int GTF_K, int GTF_2J) drm_gtf_mode_complex() argument
1051 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins) drm_gtf_mode() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c218 int vrefresh = drm_mode_vrefresh(mode); in hibmc_crtc_mode_valid() local
220 if (vrefresh < 59 || vrefresh > 61) in hibmc_crtc_mode_valid()
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c218 int vrefresh = drm_mode_vrefresh(mode); in hibmc_crtc_mode_valid() local
220 if (vrefresh < 59 || vrefresh > 61) in hibmc_crtc_mode_valid()
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c195 int ret, vrefresh; in zynqmp_dpsub_crtc_atomic_enable() local
211 vrefresh = (adjusted_mode->clock * 1000) / in zynqmp_dpsub_crtc_atomic_enable()
213 msleep(3 * 1000 / vrefresh); in zynqmp_dpsub_crtc_atomic_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Ddm_pp_interface.h91 uint32_t vrefresh; /* for active display*/ member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h100 int vrefresh; /* mHz */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H A Ddm_pp_interface.h91 uint32_t vrefresh; /* for active display*/ member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h100 int vrefresh; /* mHz */ member

Completed in 17 milliseconds

1234