Home
last modified time | relevance | path

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

1234

/linux-2.6.39/Documentation/fb/
Dsa1100fb.txt12 For most common passive displays, giving the option
20 displays are supported as long as the SDS bit is set in LCCR0; GPIO<9:2>
23 For active displays or displays requiring additional configuration
Dmodedb.txt32 If 'R' is specified, do a 'reduced blanking' calculation for digital displays.
59 The GTF is limited by the fact that it is designed mainly for CRT displays.
67 displays, the "reduced blanking" calculation can be used.
72 new CRT displays and probably with most flatpanels, if 'reduced blanking'
/linux-2.6.39/drivers/video/display/
DKconfig15 covers LCD displays for PDAs but also other types of displays
/linux-2.6.39/drivers/video/
Dnuc900fb.c97 struct nuc900fb_display *default_display = mach_info->displays + in nuc900fb_check_var()
111 if (var->xres == mach_info->displays[i].xres && in nuc900fb_check_var()
112 var->yres == mach_info->displays[i].yres && in nuc900fb_check_var()
113 var->bits_per_pixel == mach_info->displays[i].bpp) { in nuc900fb_check_var()
114 display = mach_info->displays + i; in nuc900fb_check_var()
531 display = mach_info->displays + mach_info->default_display; in nuc900fb_probe()
614 unsigned long smem_len = mach_info->displays[i].xres; in nuc900fb_probe()
615 smem_len *= mach_info->displays[i].yres; in nuc900fb_probe()
616 smem_len *= mach_info->displays[i].bpp; in nuc900fb_probe()
Ds3c2410fb.c122 struct s3c2410fb_display *default_display = mach_info->displays + in s3c2410fb_check_var()
137 if (type == mach_info->displays[i].type && in s3c2410fb_check_var()
138 var->yres == mach_info->displays[i].yres && in s3c2410fb_check_var()
139 var->xres == mach_info->displays[i].xres && in s3c2410fb_check_var()
140 var->bits_per_pixel == mach_info->displays[i].bpp) { in s3c2410fb_check_var()
141 display = mach_info->displays + i; in s3c2410fb_check_var()
845 display = mach_info->displays + mach_info->default_display; in s3c24xxfb_probe()
937 unsigned long smem_len = mach_info->displays[i].xres; in s3c24xxfb_probe()
939 smem_len *= mach_info->displays[i].yres; in s3c24xxfb_probe()
940 smem_len *= mach_info->displays[i].bpp; in s3c24xxfb_probe()
/linux-2.6.39/drivers/video/omap2/
DMakefile6 obj-y += displays/
DKconfig9 source "drivers/video/omap2/displays/Kconfig"
/linux-2.6.39/Documentation/hwmon/
Dibmaem26 is a register that displays an estimate of raw energy consumption since the
37 The "power_cap" value displays the current system power cap, as set by the AEM
/linux-2.6.39/arch/arm/plat-s3c24xx/
Ddevs.c155 npd->displays = kmemdup(pd->displays, in s3c24xx_fb_set_platdata()
158 if (!npd->displays) in s3c24xx_fb_set_platdata()
/linux-2.6.39/arch/arm/mach-s3c2410/include/mach/
Dfb.h53 struct s3c2410fb_display *displays; /* attached diplays info */ member
/linux-2.6.39/arch/arm/mach-w90x900/include/mach/
Dfb.h71 struct nuc900fb_display *displays; member
/linux-2.6.39/tools/perf/Documentation/
Dperf-evlist.txt15 This command displays the names of events sampled in a perf.data file.
Dperf-top.txt15 This command generates and displays a performance counter profile in real time.
142 Pressing any unmapped key displays a menu, and prompts for input.
Dperf-kvm.txt21 'perf kvm [options] top <command>' to generates and displays
34 'perf kvm diff' to displays the performance difference amongst two perf.data
Dperf-buildid-list.txt15 This command displays the buildids found in a perf.data file, so that other
Dperf-report.txt15 This command displays the performance counter profile information recorded
89 - fractal: like graph, but displays relative rates. Each branch of
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-class-net-batman-adv7 displays the batman mesh interface this <iface>
Dprocfs-diskstats5 The /proc/diskstats file displays the I/O statistics
Dsysfs-ocfs212 The /sys/fs/ocfs2/max_locking_protocol file displays version
53 The /sys/fs/ocfs2/active_cluster_plugin displays which
/linux-2.6.39/Documentation/arm/OMAP/
DDSS45 The DSS driver models OMAP's overlays, overlay managers and displays in a
104 restrictions which kinds of displays an overlay manager can be connected:
107 - Virtual overlay managers can only be connected to DBI or DSI displays.
108 - DISPC LCD overlay manager can be connected to all displays, except TV
188 framebuffers, overlays, overlay managers, displays. Framebuffers are
264 - Default video mode for specified displays. For example,
/linux-2.6.39/Documentation/
Dbtmrvl.txt82 This command displays current auto sleep status.
91 This command displays the value of Tx download ready flag.
/linux-2.6.39/drivers/media/video/omap/
Domap_voutdef.h67 struct omap_dss_device *displays[MAX_DISPLAYS]; member
/linux-2.6.39/arch/arm/mach-s3c2440/
Dmach-smdk2440.c133 .displays = &smdk2440_lcd_cfg,
/linux-2.6.39/arch/arm/mach-w90x900/
Ddev.c450 .displays = &nuc900_lcd_info[0],
452 .displays = nuc900_lcd_info,
/linux-2.6.39/drivers/video/omap2/dss/
DKconfig102 bool "Fake VSYNC irq from manual update displays"
107 displays using manual mode, and you want VSYNC to, for example,

1234