Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 …]
H A Dda8xx-fb.c570 if (info->fix.visual == FB_VISUAL_DIRECTCOLOR) in fb_setcolreg()
1001 da8xx_fb_info->fix = da8xx_fb_fix; in video_hw_init()
1004 da8xx_fb_info->fix.visual = (da8xx_fb_info->var.bits_per_pixel <= 8) ? in video_hw_init()
H A Dfsl_diu_fb.c301 info.fix.line_length = info.var.xres * info.var.bits_per_pixel / 8; in fsl_diu_init()
H A Dfsl_dcu_fb.c421 info.fix.line_length = info.var.xres * info.var.bits_per_pixel / 8; in video_hw_init()
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl40 my $fix = 0;
216 'fix!' => \$fix,
235 $fix = 1 if ($fix_inplace);
624 my ($suspect, $fix) = split(/\|\|/, $line);
626 $spelling_fix{$suspect} = $fix;
647 my ($suspect, $fix) = split(/->/, $line);
649 $spelling_fix{$suspect} = $fix;
2232 push(@fixed, $rawline) if ($fix);
2477 $fix) {
2485 $fix) {
[all …]
H A DMakefile.lib102 name-fix = $(subst $(comma),_,$(subst -,_,$1))
/rk3399_rockchip-uboot/
H A D.mailmap2 # This list is used by git-shortlog to fix a few botched name translations
H A DREADME124 Additional fields (if present) indicate release candidates or bug fix
1788 - This driver adds 4 i2c buses with a fix speed from
1865 with a fix speed from 100000 and the slave addr 0!
/rk3399_rockchip-uboot/doc/
H A DREADME.mips29 2) fix dcache_disable() to do both flushing and disabling cache.
H A DREADME.vxworks58 handle bootline fix up for the kernel dtb automatically.
H A DREADME.qemu-mips58 #patch to fix mips interrupt init on 2.6.24.y kernel
H A DREADME.x86661 the tag v3.13. The '.0' allows for additional Linux releases to fix problems,
664 include kernel patches to fix reported bugs. Stable kernels can exist for
1071 SSDT table generation and DSDT fix up.
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Du-boot.lds108 * this is a temporary fix. Code to dynamically the fixup the bss
/rk3399_rockchip-uboot/board/sbc8548/
H A DREADME75 board has the errata fix by running "i2c probe". If you see 0x53
77 then your board does not have the fix.
80 fix has been applied:
98 fix, then you will have to physically remove the LBC 128MB DIMM
/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c612 static bool writeFile(FILE *outFile, const char *path, bool fix) in writeFile() argument
624 if (fix) { in writeFile()
636 if (fix) { in writeFile()
667 bool fix) in saveEntry() argument
684 if (fix) in saveEntry()
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Dboard.c138 #error Unsupported console port number. Please fix pin mux settings in board.c in gpio_init()
/rk3399_rockchip-uboot/include/configs/
H A Dsunxi-common.h255 #error Unsupported console port nr. Please fix stdout-path in sunxi-common.h.
/rk3399_rockchip-uboot/drivers/misc/
H A Dfsl_iim.c75 #error Endianess is not defined: please fix to continue
/rk3399_rockchip-uboot/include/linux/
H A Dfb.h498 struct fb_fix_screeninfo fix; /* Current fix */ member
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dexynos5420-peach-pit.dts154 * fix the 30Hz no display issue
H A Dexynos5250-spring.dts594 * 04h Adjust VTotal tolerance to fix the 30Hz no-
H A Dimx6ull.dtsi1145 /* Need to fix epdc-ram */
/rk3399_rockchip-uboot/drivers/video/rk_eink/epdlut/
H A Dpvi_waveform.S1325 .section .bss.fix.6288,"aw",@nobits
1328 .type fix.6288, %object
1329 .size fix.6288, 4
1330 fix.6288:
3333 .8byte fix.6288
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME1136 A specific problem to fix is that Ctrl-C does not exit buildman cleanly when
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src3188 * malloc_extend_top: fix mask error that caused wastage after