/linux-6.3-rc2/drivers/cpufreq/ |
A D | sa1110-cpufreq.c | 40 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() 356 sdram->twr, sdram->refresh, sdram->cas_latency); in sa1110_clk_init()
|
A D | s5pv210-cpufreq.c | 103 unsigned long refresh; /* DRAM refresh counter * 1000 */ member 216 tmp1 = s5pv210_dram_conf[ch].refresh; in s5pv210_set_refresh() 537 s5pv210_dram_conf[0].refresh = (readl_relaxed(dmc_base[0] + 0x30) * 1000); in s5pv210_cpu_init() 540 s5pv210_dram_conf[1].refresh = (readl_relaxed(dmc_base[1] + 0x30) * 1000); in s5pv210_cpu_init()
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | fbcvt.c | 38 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()
|
A D | modedb.c | 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() 885 mode->refresh = hfreq/vtotal; in fb_var_to_videomode() 975 mode->refresh > best->refresh) in fb_find_best_mode() 1010 diff_refresh = abs(cmode->refresh - mode->refresh); in fb_find_nearest_mode() [all …]
|
A D | fbmon.c | 381 static void calc_mode_timings(int xres, int yres, int refresh, in calc_mode_timings() argument 392 refresh, var, NULL); in calc_mode_timings() 396 mode->refresh = refresh; in calc_mode_timings() 512 int xres, yres = 0, refresh, ratio; in get_std_timing() local 537 refresh = (block[1] & 0x3f) + 60; in get_std_timing() 538 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing() 540 calc_mode_timings(xres, yres, refresh, mode); in get_std_timing() 584 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing() 1348 fbmode->refresh = vm->pixelclock / (htotal * vtotal); in fb_videomode_from_videomode() 1351 fbmode->refresh = 0; in fb_videomode_from_videomode() [all …]
|
/linux-6.3-rc2/arch/arm/mach-pxa/ |
A D | sleep.S | 55 @ prepare SDRAM refresh settings 59 @ enable SDRAM self-refresh mode 96 @ prepare SDRAM refresh settings 100 @ enable SDRAM self-refresh mode 108 @ as possible to eliminate messing about with the refresh clock 160 @ external accesses after SDRAM is put in self-refresh mode 161 @ (see Errata 38 ...hangs when entering self-refresh mode) 166 @ put SDRAM into self-refresh
|
/linux-6.3-rc2/drivers/video/fbdev/via/ |
A D | viamode.c | 341 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()
|
A D | viamode.h | 45 int refresh); 47 int refresh);
|
A D | ioctl.h | 84 unsigned short refresh; member 105 u32 refresh; member
|
/linux-6.3-rc2/drivers/media/pci/cx18/ |
A D | cx18-cards.c | 77 .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,
|
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/ |
A D | rockchip,rk3399-dmc.yaml | 69 Configure the SR_IDLE value. Defines the self-refresh idle period in 70 which memories are placed into self-refresh mode if bus is idle for 80 Memories are placed into self-refresh mode and memory controller clock 89 Defines the self-refresh power down idle period in which memories are 90 placed into self-refresh power down mode if bus is idle for 100 self-refresh mode. The controller, pi, PHY and DRAM clock will be gated 307 placed into self-refresh power down mode if bus is idle for 324 Defines the self-refresh idle disable frequency in Hz. When the DDR 325 frequency is greater than sr-idle-dis-freq, self-refresh idle is 330 Defines the self-refresh and memory-controller clock gating disable [all …]
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-hid-picolcd | 31 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
|
/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | sleep24xx.S | 59 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
|
/linux-6.3-rc2/drivers/gpu/drm/kmb/ |
A D | kmb_crtc.c | 192 int refresh; in kmb_crtc_mode_valid() local 206 refresh = drm_mode_vrefresh(mode); in kmb_crtc_mode_valid() 207 if (refresh < KMB_MIN_VREFRESH || refresh > KMB_MAX_VREFRESH) { in kmb_crtc_mode_valid() 209 refresh, KMB_MIN_VREFRESH, KMB_MAX_VREFRESH); in kmb_crtc_mode_valid()
|
/linux-6.3-rc2/drivers/fpga/ |
A D | machxo2-spi.c | 141 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()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/auxdisplay/ |
A D | holtek,ht16k33.yaml | 29 refresh-rate-hz: 66 - refresh-rate-hz 82 refresh-rate-hz = <20>;
|
/linux-6.3-rc2/Documentation/fb/ |
A D | modedb.rst | 23 <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. 38 <bpp> and <refresh>, if specified) the timings will be calculated using 91 and coordinated set of standard formats, display refresh rates, and 102 pixelclock, the horizontal sync frequency, or the vertical refresh rate. 137 - acceptable refresh rates are 50, 60, 70 or 85 Hz only 138 - if reduced blanking, the refresh rate must be at 60Hz 162 video=<driver>:<xres>x<yres>[-<bpp>][@refresh]
|
A D | uvesafb.rst | 38 or most optimal resolution/refresh rate for your setup will not work 43 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant 45 compliant, while they simply ignore any refresh rate settings. 121 using this option implies that any refresh rate adjustments will 122 be ignored and the refresh rate will stay at your BIOS default 164 Use the default refresh rate (60 Hz) if set to 1. 179 Uvesafb will set a video mode with the default refresh rate and timings
|
/linux-6.3-rc2/drivers/staging/olpc_dcon/ |
A D | TODO | 6 drm damage tracking and self-refresh helpers. 7 This bolted-on self-refresh support that digs around in fbdev
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_tv.c | 387 .refresh = 59940, 430 .refresh = 59940, 472 .refresh = 59940, 515 .refresh = 59940, 559 .refresh = 50000, 604 .refresh = 50000, 646 .refresh = 59940, 670 .refresh = 50000, 694 .refresh = 60000, 718 .refresh = 50000, [all …]
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | fsl-diu-fb.c | 57 .refresh = 60, 71 .refresh = 60, 155 .refresh = 60, 183 .refresh = 60, 197 .refresh = 70, 211 .refresh = 75, 225 .refresh = 60, 239 .refresh = 60, 253 .refresh = 60, 267 .refresh = 70, [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/panel/ |
A D | panel-dsi-cm.c | 35 u32 refresh; member 479 ddata->panel_data->refresh / 1000; in dsicm_probe_of() 601 .refresh = 60, 612 .refresh = 60, 623 .refresh = 60,
|
A D | panel-sharp-lq101r1sx01.c | 40 unsigned int refresh = drm_mode_vrefresh(sharp->mode); in sharp_wait_frames() local 42 if (WARN_ON(frames > refresh)) in sharp_wait_frames() 45 msleep(1000 / (refresh / frames)); in sharp_wait_frames()
|
/linux-6.3-rc2/arch/arm/mach-socfpga/ |
A D | Makefile | 8 obj-$(CONFIG_SOCFPGA_SUSPEND) += pm.o self-refresh.o
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | kvm-x86-pmu-ops.h | 24 KVM_X86_PMU_OP(refresh)
|