Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 1907) sorted by relevance

12345678910>>...77

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DReleaseNote.txt8 fix:
10 2. mofidy Makefile to generate more compile warnnings and fix them
16 fix:
18 2. fix some memroy access error in mbim-cm.c
26 fix:
32 fix:
33 1. fix compile errors: -Werror=format-truncation=
40 fix:
46 fix:
52 fix:
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-fixed-factor.c25 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_rate() local
28 rate = (unsigned long long int)parent_rate * fix->mult; in clk_factor_recalc_rate()
29 do_div(rate, fix->div); in clk_factor_recalc_rate()
36 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_round_rate() local
41 best_parent = (rate / fix->mult) * fix->div; in clk_factor_round_rate()
45 return (*prate / fix->div) * fix->mult; in clk_factor_round_rate()
72 struct clk_fixed_factor *fix; in __clk_hw_register_fixed_factor() local
78 fix = kmalloc(sizeof(*fix), GFP_KERNEL); in __clk_hw_register_fixed_factor()
79 if (!fix) in __clk_hw_register_fixed_factor()
83 fix->mult = mult; in __clk_hw_register_fixed_factor()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dmxc_ipuv3_fb.c122 struct fb_fix_screeninfo *fix = &info->fix; in mxcfb_set_fix() local
125 fix->line_length = var->xres_virtual * var->bits_per_pixel / 8; in mxcfb_set_fix()
127 fix->type = FB_TYPE_PACKED_PIXELS; in mxcfb_set_fix()
128 fix->accel = FB_ACCEL_NONE; in mxcfb_set_fix()
129 fix->visual = FB_VISUAL_TRUECOLOR; in mxcfb_set_fix()
130 fix->xpanstep = 1; in mxcfb_set_fix()
131 fix->ypanstep = 1; in mxcfb_set_fix()
187 fbi->fix.line_length, in setup_disp_channel2()
188 fbi->fix.smem_start, in setup_disp_channel2()
189 fbi->fix.smem_start + in setup_disp_channel2()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DReleaseNote.txt6 fix:
7 1. fix kasam: use-after-free when do modem reboot stress test
13 fix:
14 1. fix quectel-CM open error when driver is still in qmi_sync_thread() but SOC enter sleep.
19 fix:
27 fix:
32 fix:
33 1. for X55, fix panic on kernel V2.6 ~ V3.2
38 fix:
39 1. for X55, fix errors on Big Endian SOC.
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dneofb.c226 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2200 || in neoCalcVCLK()
227 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2230 || in neoCalcVCLK()
228 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2360 || in neoCalcVCLK()
229 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2380) { in neoCalcVCLK()
686 vramlen = info->fix.smem_len; in neofb_check_var()
968 switch (info->fix.accel) { in neofb_set_par()
1016 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in neofb_set_par()
1020 info->fix.visual = FB_VISUAL_TRUECOLOR; in neofb_set_par()
1035 info->fix.visual = FB_VISUAL_TRUECOLOR; in neofb_set_par()
1059 switch (info->fix.accel) { in neofb_set_par()
[all …]
H A Dstifb.c156 #define READ_BYTE(fb,reg) gsc_readb((fb)->info.fix.mmio_start + (reg))
157 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg))
163 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg))
164 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg))
172 gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)); } while (0)
176 gsc_writel((value),(fb)->info.fix.mmio_start + (reg)); } while (0)
530 fb_memset(fb->info.screen_base + y * fb->info.fix.line_length, in rattlerSetupPlanes()
953 if (fb->info.fix.visual == FB_VISUAL_DIRECTCOLOR) { in stifb_setcolreg()
1162 struct fb_fix_screeninfo *fix; in stifb_init_fb() local
1177 fix = &info->fix; in stifb_init_fb()
[all …]
H A Dp9100.c225 info->fix.smem_start, info->fix.smem_len, in p9100_mmap()
234 FBTYPE_SUN3COLOR, 8, info->fix.smem_len); in p9100_ioctl()
243 snprintf(info->fix.id, sizeof(info->fix.id), "%pOFn", dp); in p9100_init_fix()
245 info->fix.type = FB_TYPE_PACKED_PIXELS; in p9100_init_fix()
246 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in p9100_init_fix()
248 info->fix.line_length = linebytes; in p9100_init_fix()
250 info->fix.accel = FB_ACCEL_SUN_CGTHREE; in p9100_init_fix()
270 info->fix.smem_start = op->resource[2].start; in p9100_probe()
279 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in p9100_probe()
289 info->fix.smem_len, "p9100 ram"); in p9100_probe()
[all …]
H A Dsunxvr2500.c87 strlcpy(info->fix.id, "s3d", sizeof(info->fix.id)); in s3d_set_fbinfo()
88 info->fix.smem_start = sp->fb_base_phys; in s3d_set_fbinfo()
89 info->fix.smem_len = sp->fb_size; in s3d_set_fbinfo()
90 info->fix.type = FB_TYPE_PACKED_PIXELS; in s3d_set_fbinfo()
92 info->fix.visual = FB_VISUAL_TRUECOLOR; in s3d_set_fbinfo()
94 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in s3d_set_fbinfo()
169 info->fix.line_length = sp->width; in s3d_pci_register()
172 info->fix.line_length = sp->width * 2; in s3d_pci_register()
175 info->fix.line_length = sp->width * 3; in s3d_pci_register()
178 info->fix.line_length = sp->width * 4; in s3d_pci_register()
[all …]
H A Dwm8505fb.c54 writel(fbi->fb.fix.smem_start, fbi->regbase + WMT_GOVR_FBADDR); in wm8505fb_init_hw()
55 writel(fbi->fb.fix.smem_start, fbi->regbase + WMT_GOVR_FBADDR1); in wm8505fb_init_hw()
127 info->fix.visual = FB_VISUAL_TRUECOLOR; in wm8505fb_set_par()
128 info->fix.line_length = info->var.xres_virtual << 2; in wm8505fb_set_par()
139 info->fix.visual = FB_VISUAL_TRUECOLOR; in wm8505fb_set_par()
140 info->fix.line_length = info->var.xres_virtual << 1; in wm8505fb_set_par()
205 switch (fbi->fb.fix.visual) { in wm8505fb_setcolreg()
280 strcpy(fbi->fb.fix.id, DRIVER_NAME); in wm8505fb_probe()
282 fbi->fb.fix.type = FB_TYPE_PACKED_PIXELS; in wm8505fb_probe()
283 fbi->fb.fix.xpanstep = 1; in wm8505fb_probe()
[all …]
H A Dvalkyriefb.c113 static void valkyrie_par_to_fix(struct fb_par_valkyrie *par, struct fb_fix_screeninfo *fix);
114 static void valkyrie_init_fix(struct fb_fix_screeninfo *fix, struct fb_info_valkyrie *p);
140 valkyrie_par_to_fix(par, &info->fix); in valkyriefb_set_par()
379 valkyrie_init_fix(&p->info.fix, p); in valkyriefb_init()
510 static void valkyrie_init_fix(struct fb_fix_screeninfo *fix, struct fb_info_valkyrie *p) in valkyrie_init_fix() argument
512 memset(fix, 0, sizeof(*fix)); in valkyrie_init_fix()
513 strcpy(fix->id, "valkyrie"); in valkyrie_init_fix()
514 fix->mmio_start = p->valkyrie_regs_phys; in valkyrie_init_fix()
515 fix->mmio_len = sizeof(struct valkyrie_regs); in valkyrie_init_fix()
516 fix->type = FB_TYPE_PACKED_PIXELS; in valkyrie_init_fix()
[all …]
H A Datmel_lcdfb.c317 struct fb_fix_screeninfo *fix = &info->fix; in atmel_lcdfb_update_dma() local
320 dma_addr = (fix->smem_start + var->yoffset * fix->line_length in atmel_lcdfb_update_dma()
333 dma_free_wc(info->device, info->fix.smem_len, info->screen_base, in atmel_lcdfb_free_video_memory()
334 info->fix.smem_start); in atmel_lcdfb_free_video_memory()
352 info->fix.smem_len = max(smem_len, sinfo->smem_len); in atmel_lcdfb_alloc_video_memory()
354 info->screen_base = dma_alloc_wc(info->device, info->fix.smem_len, in atmel_lcdfb_alloc_video_memory()
355 (dma_addr_t *)&info->fix.smem_start, in atmel_lcdfb_alloc_video_memory()
362 memset(info->screen_base, 0, info->fix.smem_len); in atmel_lcdfb_alloc_video_memory()
450 if (info->fix.smem_len) { in atmel_lcdfb_check_var()
453 if (smem_len > info->fix.smem_len) { in atmel_lcdfb_check_var()
[all …]
H A Dbw2.c168 info->fix.smem_start, info->fix.smem_len, in bw2_mmap()
176 FBTYPE_SUN2BW, 1, info->fix.smem_len); in bw2_ioctl()
185 strlcpy(info->fix.id, "bwtwo", sizeof(info->fix.id)); in bw2_init_fix()
187 info->fix.type = FB_TYPE_PACKED_PIXELS; in bw2_init_fix()
188 info->fix.visual = FB_VISUAL_MONO01; in bw2_init_fix()
190 info->fix.line_length = linebytes; in bw2_init_fix()
192 info->fix.accel = FB_ACCEL_SUN_BWTWO; in bw2_init_fix()
292 info->fix.smem_start = op->resource[0].start; in bw2_probe()
315 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in bw2_probe()
321 info->fix.smem_len, "bw2 ram"); in bw2_probe()
[all …]
H A Dvga16fb.c241 info->fix.type = FB_TYPE_PACKED_PIXELS; in vga16fb_update_fix()
242 info->fix.line_length = info->var.xres_virtual / 2; in vga16fb_update_fix()
244 info->fix.type = FB_TYPE_VGA_PLANES; in vga16fb_update_fix()
245 info->fix.type_aux = FB_AUX_VGA_PLANES_VGA4; in vga16fb_update_fix()
246 info->fix.line_length = info->var.xres_virtual / 8; in vga16fb_update_fix()
249 info->fix.type = FB_TYPE_TEXT; in vga16fb_update_fix()
250 info->fix.type_aux = FB_AUX_TEXT_CGA; in vga16fb_update_fix()
251 info->fix.line_length = info->var.xres_virtual / 4; in vga16fb_update_fix()
254 info->fix.type = FB_TYPE_VGA_PLANES; in vga16fb_update_fix()
255 info->fix.type_aux = FB_AUX_VGA_PLANES_CFB8; in vga16fb_update_fix()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/uniphier/
H A Dclk-uniphier-fixed-factor.c16 struct clk_fixed_factor *fix; in uniphier_clk_register_fixed_factor() local
20 fix = devm_kzalloc(dev, sizeof(*fix), GFP_KERNEL); in uniphier_clk_register_fixed_factor()
21 if (!fix) in uniphier_clk_register_fixed_factor()
30 fix->mult = data->mult; in uniphier_clk_register_fixed_factor()
31 fix->div = data->div; in uniphier_clk_register_fixed_factor()
32 fix->hw.init = &init; in uniphier_clk_register_fixed_factor()
34 ret = devm_clk_hw_register(dev, &fix->hw); in uniphier_clk_register_fixed_factor()
38 return &fix->hw; in uniphier_clk_register_fixed_factor()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A DChangeLog14 - fix RC4 cleanup for GnuTLS/gcrypt
21 - fix RTMP_ParseURL extension skipping
22 - fix bad switch() from -r477 in RTMP_Read
23 - fix rtmpsrv to always use .flv extension on output
24 - fix crash on socket failure while RTMP_Read() is reading header
25 - fix RTMP_ReadPacket signed/unsigned chars for m_nChannel
27 - fix RTMP_SetupURL tcUrl generation
34 - fix rtmpt clientID NUL-termination
37 - fix RTMP_Read, return 0 on EOF, not -1
38 - change RTMP_Read to return 1 packet at a time, fix buffer mgmt
[all …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0058-gnulib-regexec-Fix-possible-null-dereference.patch20 grub-core/lib/gnulib-patches/fix-regexec-null-deref.patch | 12 ++++++++++++
23 create mode 100644 grub-core/lib/gnulib-patches/fix-regexec-null-deref.patch
31 grub-core/lib/gnulib-patches/fix-null-deref.patch \
32 grub-core/lib/gnulib-patches/fix-null-state-deref.patch \
33 + grub-core/lib/gnulib-patches/fix-regexec-null-deref.patch \
34 grub-core/lib/gnulib-patches/fix-uninit-structure.patch \
35 grub-core/lib/gnulib-patches/fix-unused-value.patch \
36 grub-core/lib/gnulib-patches/fix-width.patch \
43 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-deref.patch
44 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-state-deref.patch
[all …]
H A D0059-gnulib-regcomp-Fix-uninitialized-re_token.patch19 .../lib/gnulib-patches/fix-regcomp-uninit-token.patch | 15 +++++++++++++++
22 create mode 100644 grub-core/lib/gnulib-patches/fix-regcomp-uninit-token.patch
30 grub-core/lib/gnulib-patches/fix-null-deref.patch \
31 grub-core/lib/gnulib-patches/fix-null-state-deref.patch \
32 + grub-core/lib/gnulib-patches/fix-regcomp-uninit-token.patch \
33 grub-core/lib/gnulib-patches/fix-regexec-null-deref.patch \
34 grub-core/lib/gnulib-patches/fix-uninit-structure.patch \
35 grub-core/lib/gnulib-patches/fix-unused-value.patch \
42 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-deref.patch
43 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-state-deref.patch
[all …]
H A D0057-gnulib-argp-help-Fix-dereference-of-a-possibly-NULL-.patch19 grub-core/lib/gnulib-patches/fix-null-state-deref.patch | 12 ++++++++++++
22 create mode 100644 grub-core/lib/gnulib-patches/fix-null-state-deref.patch
31 grub-core/lib/gnulib-patches/fix-null-deref.patch \
32 + grub-core/lib/gnulib-patches/fix-null-state-deref.patch \
33 grub-core/lib/gnulib-patches/fix-uninit-structure.patch \
34 grub-core/lib/gnulib-patches/fix-unused-value.patch \
35 grub-core/lib/gnulib-patches/fix-width.patch \
43 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-deref.patch
44 +EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-state-deref.patch
45 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-uninit-structure.patch
[all …]
H A D0056-gnulib-regcomp-Fix-uninitialized-token-structure.patch10 fix this explicitly than leave it to chance.
21 grub-core/lib/gnulib-patches/fix-uninit-structure.patch | 11 +++++++++++
24 create mode 100644 grub-core/lib/gnulib-patches/fix-uninit-structure.patch
33 grub-core/lib/gnulib-patches/fix-null-deref.patch \
34 + grub-core/lib/gnulib-patches/fix-uninit-structure.patch \
35 grub-core/lib/gnulib-patches/fix-unused-value.patch \
36 grub-core/lib/gnulib-patches/fix-width.patch \
45 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-deref.patch
46 +EXTRA_DIST += grub-core/lib/gnulib-patches/fix-uninit-structure.patch
47 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-unused-value.patch
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst7 - binutils: fix :cve:`2019-1010204`
8 - busybox: fix :cve:`2022-30065`
11 - dpkg: fix :cve:`2022-1664`
12 - ghostscript: fix :cve:`2022-2085`
13 - harfbuzz: fix :cve:`2022-33068`
14 - libtirpc: fix :cve:`2021-46828`
15 - lua: fix :cve:`2022-33099`
17 - qemu: fix :cve:`2022-35414`
19 - tiff: fix :cve:`2022-1354`, :cve:`2022-1355`, :cve:`2022-2056`, :cve:`2022-2057` and :cve:`2022-…
20 - u-boot: fix :cve:`2022-34835`
[all …]
/OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/
H A Drevision.txt2 1.fix grow partition ending lba bug
6 2. fix export config without set partsize bug
26 2.fix some buffer init bug on library
29 1.fix chunk data size large 4G bug on download sparse
32 1.fix export config without saving partiton size
33 2.fix multi-storage compatible bug
48 2.fix two parameter bug on multi-storage case
51 1.fix double download boot on upgrading update.img
59 2.fix partsize update without downloading parameter
90 1.fix lastusedlba in gpt bug
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Dgxfb_core.c149 if (gx_line_delta(var->xres, var->bits_per_pixel) * var->yres > info->fix.smem_len) in gxfb_check_var()
160 info->fix.visual = FB_VISUAL_TRUECOLOR; in gxfb_set_par()
162 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in gxfb_set_par()
164 info->fix.line_length = gx_line_delta(info->var.xres, info->var.bits_per_pixel); in gxfb_set_par()
188 if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in gxfb_setcolreg()
250 info->fix.smem_start = pci_resource_start(dev, 0); in gxfb_map_video_memory()
251 info->fix.smem_len = vram ? vram : gx_frame_buffer_size(); in gxfb_map_video_memory()
252 info->screen_base = ioremap_wc(info->fix.smem_start, in gxfb_map_video_memory()
253 info->fix.smem_len); in gxfb_map_video_memory()
260 write_dc(par, DC_GLIU0_MEM_OFFSET, info->fix.smem_start & 0xFF000000); in gxfb_map_video_memory()
[all …]
H A Dgx1fb_core.c122 if (gx1_line_delta(var->xres, var->bits_per_pixel) * var->yres > info->fix.smem_len) in gx1fb_check_var()
135 info->fix.visual = FB_VISUAL_TRUECOLOR; in gx1fb_set_par()
137 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in gx1fb_set_par()
139 info->fix.line_length = gx1_line_delta(info->var.xres, info->var.bits_per_pixel); in gx1fb_set_par()
165 if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in gx1fb_setcolreg()
224 info->fix.smem_start = gx_base + 0x800000; in gx1fb_map_video_memory()
225 info->fix.smem_len = fb_len; in gx1fb_map_video_memory()
226 info->screen_base = ioremap(info->fix.smem_start, info->fix.smem_len); in gx1fb_map_video_memory()
231 info->fix.smem_len / 1024, info->fix.smem_start); in gx1fb_map_video_memory()
279 strcpy(info->fix.id, "GX1"); in gx1fb_init_fbinfo()
[all …]
H A Dlxfb_core.c259 > info->fix.smem_len) in lxfb_check_var()
268 info->fix.visual = FB_VISUAL_TRUECOLOR; in lxfb_set_par()
270 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in lxfb_set_par()
272 info->fix.line_length = lx_get_pitch(info->var.xres, in lxfb_set_par()
296 if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in lxfb_setcolreg()
354 info->fix.smem_start = pci_resource_start(dev, 0); in lxfb_map_video_memory()
355 info->fix.smem_len = vram ? vram : lx_framebuffer_size(); in lxfb_map_video_memory()
357 info->screen_base = ioremap(info->fix.smem_start, info->fix.smem_len); in lxfb_map_video_memory()
380 write_dc(par, DC_GLIU0_MEM_OFFSET, info->fix.smem_start & 0xFF000000); in lxfb_map_video_memory()
384 info->fix.smem_len / 1024, info->fix.smem_start); in lxfb_map_video_memory()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c109 static int vivid_fb_get_fix(struct vivid_dev *dev, struct fb_fix_screeninfo *fix) in vivid_fb_get_fix() argument
112 memset(fix, 0, sizeof(struct fb_fix_screeninfo)); in vivid_fb_get_fix()
113 strscpy(fix->id, "vioverlay fb", sizeof(fix->id)); in vivid_fb_get_fix()
114 fix->smem_start = dev->video_pbase; in vivid_fb_get_fix()
115 fix->smem_len = dev->video_buffer_size; in vivid_fb_get_fix()
116 fix->type = FB_TYPE_PACKED_PIXELS; in vivid_fb_get_fix()
117 fix->visual = FB_VISUAL_TRUECOLOR; in vivid_fb_get_fix()
118 fix->xpanstep = 1; in vivid_fb_get_fix()
119 fix->ypanstep = 1; in vivid_fb_get_fix()
120 fix->ywrapstep = 0; in vivid_fb_get_fix()
[all …]

12345678910>>...77