Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dcpufreq-utils-s3c24xx.c32 unsigned long refresh; in s3c2410_cpufreq_setrefresh() local
42 refresh = (cfg->freq.hclk / 100) * (board->refresh / 10); in s3c2410_cpufreq_setrefresh()
43 refresh = DIV_ROUND_UP(refresh, (1000 * 1000)); /* apply scale */ in s3c2410_cpufreq_setrefresh()
44 refresh = (1 << 11) + 1 - refresh; in s3c2410_cpufreq_setrefresh()
46 s3c_freq_dbg("%s: refresh value %lu\n", __func__, refresh); in s3c2410_cpufreq_setrefresh()
50 refval |= refresh; in s3c2410_cpufreq_setrefresh()
H A Diotiming-s3c2412.c260 u32 refresh; in s3c2412_cpufreq_setrefresh() local
271 refresh = (cfg->freq.hclk / 100) * (board->refresh / 10); in s3c2412_cpufreq_setrefresh()
272 refresh = DIV_ROUND_UP(refresh, (1000 * 1000)); /* apply scale */ in s3c2412_cpufreq_setrefresh()
273 refresh &= ((1 << 16) - 1); in s3c2412_cpufreq_setrefresh()
275 s3c_freq_dbg("%s: refresh value %u\n", __func__, (unsigned int)refresh); in s3c2412_cpufreq_setrefresh()
277 __raw_writel(refresh, S3C2412_REFRESH); in s3c2412_cpufreq_setrefresh()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzRandR.c72 pMode->refresh = (int)(CGDisplayModeGetRefreshRate(modeRef) + 0.5); in QuartzRandRGetModeInfo()
73 if (pMode->refresh == 0) in QuartzRandRGetModeInfo()
74 pMode->refresh = DEFAULT_REFRESH; in QuartzRandRGetModeInfo()
208 (pMode1->refresh == pMode2->refresh); in QuartzRandRModesEqual()
225 RRRegisterRate(pScreen, pMode->pSize, pMode->refresh); in QuartzRandRRegisterMode()
228 RRSetCurrentConfig(pScreen, RR_Rotate_0, pMode->refresh, in QuartzRandRRegisterMode()
255 (pMode->refresh != FAKE_REFRESH_FULLSCREEN && pMode->refresh != in QuartzRandRSetMode()
287 QuartzSetRootless(pMode->refresh == FAKE_REFRESH_ROOTLESS); in QuartzRandRSetMode()
288 if (pMode->refresh != FAKE_REFRESH_ROOTLESS) { in QuartzRandRSetMode()
317 (int)pMode->width, (int)pMode->height, (int)pMode->refresh); in QuartzRandRSetModeCallback()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0033-backend-drm-Support-setting-interlaced-mode.patch45 m->refresh / 1000.0,
62 (output->base.current_mode->refresh == target_mode->refresh ||
63 target_mode->refresh == 0)) {
73 if (mode->base.refresh == target_mode->refresh ||
74 target_mode->refresh == 0) {
83 uint32_t refresh = 0;
92 &refresh, &aspect_width, &aspect_height);
102 (refresh == 0 || refresh == drm_mode->mode_info.vrefresh)) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0036-backend-drm-Support-setting-interlaced-mode.patch45 m->refresh / 1000.0,
63 (output->base.current_mode->refresh == target_mode->refresh ||
64 target_mode->refresh == 0)) {
74 if (mode->base.refresh == target_mode->refresh ||
75 target_mode->refresh == 0) {
84 uint32_t refresh = 0;
93 &refresh, &aspect_width, &aspect_height);
103 (refresh == 0 || refresh == drm_mode->mode_info.vrefresh)) {
/OK3568_Linux_fs/buildroot/package/weston/
H A D0036-backend-drm-Support-setting-interlaced-mode.patch45 m->refresh / 1000.0,
63 (output->base.current_mode->refresh == target_mode->refresh ||
64 target_mode->refresh == 0)) {
74 if (mode->base.refresh == target_mode->refresh ||
75 target_mode->refresh == 0) {
84 uint32_t refresh = 0;
93 &refresh, &aspect_width, &aspect_height);
103 (refresh == 0 || refresh == drm_mode->mode_info.vrefresh)) {
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dsa1110-cpufreq.c40 u_short refresh; /* refresh time for array (us) */ member
57 .refresh = 64000,
66 .refresh = 64000,
75 .refresh = 64000,
83 .refresh = 64000,
92 .refresh = 64000,
101 .refresh = 64000,
110 .refresh = 64000,
215 u_int ns_row = (sdram->refresh * 1000) >> sdram->rows; in sdram_update_refresh()
362 sdram->twr, sdram->refresh, sdram->cas_latency); in sa1110_clk_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Ddram.c36 writel(0x7FF, &emc->refresh); in ddr_init()
56 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
64 writel((((128) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
67 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcvt.c38 u32 refresh; member
230 cvt->xres, cvt->yres, cvt->refresh); in fb_cvt_print_name()
262 mode->refresh = cvt->f_refresh; in fb_cvt_convert_to_mode()
311 cvt.refresh = mode->refresh; in fb_find_mode_cvt()
312 cvt.f_refresh = cvt.refresh; in fb_find_mode_cvt()
315 if (!cvt.xres || !cvt.yres || !cvt.refresh) { in fb_find_mode_cvt()
320 if (!(cvt.refresh == 50 || cvt.refresh == 60 || cvt.refresh == 70 || in fb_find_mode_cvt()
321 cvt.refresh == 85)) { in fb_find_mode_cvt()
335 if (cvt.refresh != 60) { in fb_find_mode_cvt()
H A Dmodedb.c549 mode->xres, mode->yres, bpp, mode->refresh); in fb_try_mode()
644 unsigned int xres = 0, yres = 0, bpp = default_bpp, refresh = 0; in fb_find_mode() local
656 refresh = simple_strtol(&name[i+1], NULL, in fb_find_mode()
723 (refresh) ? refresh : 60, in fb_find_mode()
731 cvt_mode.refresh = (refresh) ? refresh : 60; in fb_find_mode()
764 refresh = 1000; in fb_find_mode()
766 refresh = 60; in fb_find_mode()
778 int score = abs(db[i].refresh - refresh); in fb_find_mode()
786 db[i].refresh == refresh) in fb_find_mode()
864 mode->refresh = 0; in fb_var_to_videomode()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dsleep.S54 @ prepare SDRAM refresh settings
58 @ enable SDRAM self-refresh mode
95 @ prepare SDRAM refresh settings
99 @ enable SDRAM self-refresh mode
107 @ as possible to eliminate messing about with the refresh clock
159 @ external accesses after SDRAM is put in self-refresh mode
160 @ (see Errata 38 ...hangs when entering self-refresh mode)
165 @ put SDRAM into self-refresh
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display_helper.c71 int refresh = 0; in drm_mode_vrefresh() local
75 refresh = mode->vrefresh; in drm_mode_vrefresh()
83 refresh = (calc_val + vtotal / 2) / vtotal; in drm_mode_vrefresh()
86 refresh *= 2; in drm_mode_vrefresh()
88 refresh /= 2; in drm_mode_vrefresh()
90 refresh /= mode->vscan; in drm_mode_vrefresh()
92 return refresh; in drm_mode_vrefresh()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dviamode.c341 int hres, int vres, int refresh) in get_best_mode() argument
350 if (!best || abs(modes[i].refresh - refresh) < in get_best_mode()
351 abs(best->refresh - refresh)) in get_best_mode()
358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() argument
361 hres, vres, refresh); in viafb_get_best_mode()
365 int refresh) in viafb_get_best_rb_mode() argument
368 hres, vres, refresh); in viafb_get_best_rb_mode()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideomodes.c202 GET_OPTION ("refresh:", pPar->refresh) in video_get_params()
298 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local
304 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes()
310 res_mode_init[i].refresh == refresh) { in video_get_ctfb_res_modes()
318 xres, yres, depth, refresh, (*mode_ret)->xres, in video_get_ctfb_res_modes()
319 (*mode_ret)->yres, *depth_ret, (*mode_ret)->refresh); in video_get_ctfb_res_modes()
412 mode->refresh = EDID_DETAILED_TIMING_PIXEL_CLOCK(*t) / in video_edid_dtd_to_ctfb_res_modes()
H A Dfsl_diu_fb.c24 .refresh = 60,
41 .refresh = 60,
63 .refresh = 60,
79 .refresh = 60,
95 .refresh = 60,
111 .refresh = 60,
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-cards.c77 .refresh = 0x30c,
124 .refresh = 0x30c,
171 .refresh = 0x30c,
224 .refresh = 0x753,
277 .refresh = 0x3bd,
337 .refresh = 0x3bd,
393 .refresh = 0x753,
441 .refresh = 0x3bb,
490 .refresh = 0x3bb,
543 .refresh = 0x3bb,
/OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c515 .refresh = 60,
535 .refresh = 60,
555 .refresh = 60,
575 .refresh = 60,
595 .refresh = 60,
615 .refresh = 60,
635 .refresh = 60,
655 .refresh = 60,
675 .refresh = 60,
695 .refresh = 57,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dfs_dir.h107 { refresh(); } in _GLIBCXX_VISIBILITY()
112 refresh(__ec); in _GLIBCXX_VISIBILITY()
127 refresh(); in _GLIBCXX_VISIBILITY()
134 refresh(__ec); in _GLIBCXX_VISIBILITY()
141 refresh(); in _GLIBCXX_VISIBILITY()
148 refresh(__ec); in _GLIBCXX_VISIBILITY()
152 refresh() in _GLIBCXX_VISIBILITY()
156 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dfs_dir.h107 { refresh(); } in _GLIBCXX_VISIBILITY()
112 refresh(__ec); in _GLIBCXX_VISIBILITY()
127 refresh(); in _GLIBCXX_VISIBILITY()
134 refresh(__ec); in _GLIBCXX_VISIBILITY()
141 refresh(); in _GLIBCXX_VISIBILITY()
148 refresh(__ec); in _GLIBCXX_VISIBILITY()
152 refresh() in _GLIBCXX_VISIBILITY()
156 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Davoid-running-autoconf2.13.patch33 refresh = False
34 + refresh = False
36 if refresh:
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-hid-picolcd31 Description: Make it possible to adjust defio refresh rate.
33 Reading: returns list of available refresh rates (expressed in Hz),
34 the active refresh rate being enclosed in brackets ('[' and ']')
36 Writing: accepts new refresh rate expressed in integer Hz
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dmodedb.rst23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
24 <name>[-<bpp>][@<refresh>]
26 with <xres>, <yres>, <bpp> and <refresh> decimal numbers and <name> a string.
30 <bpp> and <refresh>, if specified) the timings will be calculated using
81 and coordinated set of standard formats, display refresh rates, and
92 pixelclock, the horizontal sync frequency, or the vertical refresh rate.
127 - acceptable refresh rates are 50, 60, 70 or 85 Hz only
128 - if reduced blanking, the refresh rate must be at 60Hz
152 video=<driver>:<xres>x<yres>[-<bpp>][@refresh]
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Dmachxo2-spi.c141 static const u8 refresh[] = LSC_REFRESH; in machxo2_cleanup() local
158 tx[1].tx_buf = &refresh; in machxo2_cleanup()
159 tx[1].len = sizeof(refresh); in machxo2_cleanup()
298 static const u8 refresh[] = LSC_REFRESH; in machxo2_write_complete() local
324 tx[1].tx_buf = &refresh; in machxo2_write_complete()
325 tx[1].len = sizeof(refresh); in machxo2_write_complete()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dsleep24xx.S59 orr r4, r4, #0x40 @ enable self refresh on idle req
70 bic r4, r4, #0x40 @ now clear self refresh bit.
74 nop @ start auto refresh only after clk ok
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddisplay.c30 int h_total, v_total, refresh; in tegra_dc_calc_refresh() local
39 refresh = pclk / h_total; in tegra_dc_calc_refresh()
40 refresh *= 1000; in tegra_dc_calc_refresh()
41 refresh /= v_total; in tegra_dc_calc_refresh()
43 return refresh; in tegra_dc_calc_refresh()
48 int refresh = tegra_dc_calc_refresh(timing); in print_mode() local
51 timing->hactive.typ, timing->vactive.typ, refresh / 1000, in print_mode()
52 refresh % 1000, timing->pixelclock.typ); in print_mode()

12345678910>>...18