Searched refs:fix (Results 176 - 200 of 224) sorted by relevance

123456789

/linux-master/drivers/video/fbdev/aty/
H A Dmach64_ct.c453 if (info->fix.smem_len<=ONE_MB) {
462 if (info->fix.smem_len<=ONE_MB) {
470 if (info->fix.smem_len<=ONE_MB) {
H A Daty128fb.c13 * - fix panning
24 * fix colormap setting at 16 bits/pixel (565)
1526 info->fix.line_length = (par->crtc.vxres * par->crtc.bpp) >> 3;
1527 info->fix.visual = par->crtc.bpp == 8 ? FB_VISUAL_PSEUDOCOLOR
1538 btext_update_display(info->fix.smem_start,
2037 info->fix.id, video_card);
2090 info->fix.mmio_start = reg_addr;
2104 /* Set up info->fix */
2105 info->fix = aty128fb_fix;
2106 info->fix
[all...]
/linux-master/sound/pci/hda/
H A Dhp_x360_helper.c7 const struct hda_fixup *fix, int action)
89 alc295_fixup_disable_dac3(codec, fix, action);
6 alc295_fixup_hp_top_speakers(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
H A Dhda_intel.c62 /* position fix mode */
1520 static int check_position_fix(struct azx *chip, int fix) argument
1524 switch (fix) {
1532 return fix;
1545 dev_dbg(chip->card->dev, "Using VIACOMBO position fix\n");
1549 dev_dbg(chip->card->dev, "Using FIFO position fix\n");
1553 dev_dbg(chip->card->dev, "Using LPIB position fix\n");
1557 dev_dbg(chip->card->dev, "Using SKL position fix\n");
1563 static void assign_position_fix(struct azx *chip, int fix) argument
1575 chip->get_position[0] = chip->get_position[1] = callbacks[fix];
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbsysfs.c223 return sysfs_emit(buf, "%d\n", fb_info->fix.line_length);
320 return sysfs_emit(buf, "%s\n", fb_info->fix.id);
H A Dfbcon.c91 * will blow up. To fix this all fbcon calls from fbmem.c need to be moved out
284 int depth = fb_get_color_depth(&info->var, &info->fix);
302 int fg = (info->fix.visual != FB_VISUAL_MONO01) ? col : 0;
303 int bg = (info->fix.visual != FB_VISUAL_MONO01) ? 0 : col;
570 if (fb_get_color_depth(&info->var, &info->fix) == 1)
979 pr_debug("mode: %s\n", info->fix.id);
980 pr_debug("visual: %d\n", info->fix.visual);
1011 (info->fix.type == FB_TYPE_TEXT))
1051 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);
1370 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!
[all...]
H A Dsyscopyarea.c319 unsigned int const bits_per_line = p->fix.line_length * 8u;
/linux-master/drivers/video/fbdev/
H A Dhgafb.c12 * - Revision 0.1.7 (23 Jan 2001): fix crash resulting from MDA only cards
589 info->fix = hga_fix;
604 fb_info(info, "%s frame buffer device\n", info->fix.id);
H A Dtridentfb.c274 strscpy(par->ddc_adapter.name, info->fix.id,
1048 if (line_length * var->yres_virtual > info->fix.smem_len)
1347 info->fix.line_length = info->var.xres_virtual * bpp / 8;
1348 set_lwidth(par, info->fix.line_length / 8);
1353 info->fix.visual = (bpp == 8) ? FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_TRUECOLOR;
1600 info->fix = tridentfb_fix;
1702 info->node, info->fix.id, info->var.xres,
H A Dmacfb.c875 fb_info.fix = macfb_fix;
886 fb_info(&fb_info, "%s frame buffer device\n", fb_info.fix.id);
H A Defifb.c545 info->fix = efifb_fix;
585 fb_info(info, "%s frame buffer device\n", info->fix.id);
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S205 | Check for cu dest equal to nu dest. If so, go and fix the
358 | go and fix the bug condition. Otherwise, exit.
431 | the cu state information and fix up etemp.
489 | bug #1238, or if the fix is completed, and exit.
H A Dgen_except.S74 movel CMDREG1B(%a6),%d0 |fix cmd1b to make it
305 movel CMDREG1B(%a6),%d0 |fix cmd1b to make it
319 |** NOTE *** Bug fix for errata (0d43b #3)
321 | fix the bug with the nmnexc bits in cases in which they
H A Dx_fline.S65 | ;if an FMOVECR instruction, fix stack
H A Dskeleton.S93 | fix is to check for E1, and the existence of one of snan, ovfl,
96 | that this fix is only for d43b parts, and is skipped if the
/linux-master/drivers/video/fbdev/geode/
H A Ddisplay_gx1.c134 writel(info->fix.line_length >> 2, par->dc_regs + DC_LINE_DELTA);
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c273 par->metromem_dma = am200_board.host_fbinfo->fix.smem_start;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fbdev.c85 fbi->fix.smem_len = size;
/linux-master/arch/arm/nwfpe/
H A Dentry.S103 @ to fault. Emit the appropriate exception gunk to fix things up.
/linux-master/arch/arm64/
H A DMakefile25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
180 @echo "warning: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum" >&2
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c1565 struct clk_fixed_factor *fix = &dsi->phy_clocks[i]; local
1582 fix->mult = 1;
1583 fix->div = phy_clocks[i].div;
1584 fix->hw.init = &init;
1592 ret = devm_clk_hw_register(dev, &fix->hw);
1596 dsi->clk_onecell->hws[i] = &fix->hw;
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c63 static int sisfb_get_fix(struct fb_fix_screeninfo *fix, int con,
1427 sisfb_get_fix(&info->fix, -1, info);
1841 sisfb_get_fix(struct fb_fix_screeninfo *fix, int con, struct fb_info *info) argument
1845 memset(fix, 0, sizeof(struct fb_fix_screeninfo));
1847 strscpy(fix->id, ivideo->myid, sizeof(fix->id));
1850 fix->smem_start = ivideo->video_base + ivideo->video_offset;
1851 fix->smem_len = ivideo->sisfb_mem;
1853 fix->type = FB_TYPE_PACKED_PIXELS;
1854 fix
[all...]
/linux-master/drivers/staging/fbtft/
H A Dfb_uc1611.c150 /* par->info->fix.visual = FB_VISUAL_PSEUDOCOLOR; */
224 int line_length = par->info->fix.line_length;
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c207 pitch = info->fix.line_length;
/linux-master/fs/ocfs2/
H A Dfilecheck.c84 __ATTR(fix, S_IRUSR | S_IWUSR,
258 if (!strncmp(name, "fix", 4))

Completed in 259 milliseconds

123456789