Home
last modified time | relevance | path

Searched refs:display (Results 1 – 200 of 492) sorted by relevance

123

/linux-4.4.14/arch/mips/mti-sead3/
Dsead3-display.c28 static void lcd_wait(unsigned int __iomem *display) in lcd_wait() argument
31 do { } while (__raw_readl(display + DISPLAY_CPLDSTATUS) & 1); in lcd_wait()
34 __raw_readl(display + DISPLAY_LCDINSTRUCTION); in lcd_wait()
37 do { } while (__raw_readl(display + DISPLAY_CPLDSTATUS) & 1); in lcd_wait()
38 } while (__raw_readl(display + DISPLAY_CPLDDATA) & LCD_IR_BF); in lcd_wait()
43 static unsigned int __iomem *display; in mips_display_message() local
47 if (unlikely(display == NULL)) in mips_display_message()
48 display = ioremap_nocache(LCD_DISPLAY_POS_BASE, in mips_display_message()
56 lcd_wait(display); in mips_display_message()
58 (display + DISPLAY_LCDINSTRUCTION)); in mips_display_message()
[all …]
DMakefile11 obj-y := sead3-lcd.o sead3-display.o sead3-init.o \
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c217 struct omap_dss_device *display = fb2display(fbi); in omapfb_setup_mem() local
227 if (display && display->driver->sync) in omapfb_setup_mem()
228 display->driver->sync(display); in omapfb_setup_mem()
292 struct omap_dss_device *display = fb2display(fbi); in omapfb_update_window() local
295 if (!display) in omapfb_update_window()
301 display->driver->get_resolution(display, &dw, &dh); in omapfb_update_window()
306 return display->driver->update(display, x, y, w, h); in omapfb_update_window()
312 struct omap_dss_device *display = fb2display(fbi); in omapfb_set_update_mode() local
318 if (!display) in omapfb_set_update_mode()
326 d = get_display_data(fbdev, display); in omapfb_set_update_mode()
[all …]
Domapfb-main.c668 struct omap_dss_device *display = fb2display(fbi); in check_fb_var() local
709 if (display && display->driver->get_dimensions) { in check_fb_var()
711 display->driver->get_dimensions(display, &w, &h); in check_fb_var()
721 if (display && display->driver->get_timings) { in check_fb_var()
723 display->driver->get_timings(display, &timings); in check_fb_var()
1231 struct omap_dss_device *display = fb2display(fbi); in omapfb_blank() local
1235 if (!display) in omapfb_blank()
1240 d = get_display_data(fbdev, display); in omapfb_blank()
1244 if (display->state == OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank()
1247 r = display->driver->enable(display); in omapfb_blank()
[all …]
Domapfb-sysfs.c444 struct omap_dss_device *display = fb2display(fbi); in store_size() local
459 if (display && display->driver->sync) in store_size()
460 display->driver->sync(display); in store_size()
Domapfb.h139 struct omap_dss_device *display);
141 struct omap_dss_device *display);
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft_device.c257 .display = {
277 .display = {
300 .display = {
319 .display = {
339 .display = {
359 .display = {
376 .display = {
398 .display = {
415 .display = {
433 .display = {
[all …]
Dfbtft-core.c648 struct fb_info *fbtft_framebuffer_alloc(struct fbtft_display *display, in fbtft_framebuffer_alloc() argument
661 int txbuflen = display->txbuflen; in fbtft_framebuffer_alloc()
662 unsigned bpp = display->bpp; in fbtft_framebuffer_alloc()
663 unsigned fps = display->fps; in fbtft_framebuffer_alloc()
665 int *init_sequence = display->init_sequence; in fbtft_framebuffer_alloc()
666 char *gamma = display->gamma; in fbtft_framebuffer_alloc()
670 if (display->gamma_num * display->gamma_len > FBTFT_GAMMA_MAX_VALUES_TOTAL) { in fbtft_framebuffer_alloc()
692 if (pdata->display.init_sequence) in fbtft_framebuffer_alloc()
693 init_sequence = pdata->display.init_sequence; in fbtft_framebuffer_alloc()
696 if (pdata->display.debug) in fbtft_framebuffer_alloc()
[all …]
DKconfig2 tristate "Support for small TFT LCD display modules"
13 tristate "FB driver for the AGM1264K-FL LCD display"
16 Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips)
149 display controller. The controller is intended for small color
152 Say Y if you have such a display that utilizes this controller.
155 tristate "FB driver for tinylcd.com display"
158 Custom Framebuffer support for tinylcd.com display
Dfb_ili9486.c91 static struct fbtft_display display = { variable
102 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9486", &display);
Dfb_ili9481.c89 static struct fbtft_display display = { variable
100 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9481", &display);
Dfb_s6d02a1.c140 static struct fbtft_display display = { variable
151 FBTFT_REGISTER_DRIVER(DRVNAME, "samsung,s6d02a1", &display);
Dfb_uc1611.c233 switch (par->pdata->display.buswidth) { in write_vmem()
305 par->pdata->display.buswidth); in write_vmem()
315 static struct fbtft_display display = { variable
331 FBTFT_REGISTER_DRIVER(DRVNAME, "ultrachip,uc1611", &display);
Dfb_tinylcd.c94 static struct fbtft_display display = { variable
105 FBTFT_REGISTER_DRIVER(DRVNAME, "neosec,tinylcd", &display);
Dfb_ili9340.c131 static struct fbtft_display display = { variable
142 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9340", &display);
Dfb_hx8353d.c129 static struct fbtft_display display = { variable
144 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8353d", &display);
Dfb_hx8357d.c190 static struct fbtft_display display = { variable
203 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8357d", &display);
Dfb_pcd8544.c152 static struct fbtft_display display = { variable
169 FBTFT_REGISTER_DRIVER(DRVNAME, "philips,pdc8544", &display);
Dfb_tls8204.c144 static struct fbtft_display display = { variable
161 FBTFT_REGISTER_DRIVER(DRVNAME, "teralane,tls8204", &display);
Dfb_st7735r.c159 static struct fbtft_display display = { variable
174 FBTFT_REGISTER_DRIVER(DRVNAME, "sitronix,st7735r", &display);
Dfbtft.h155 struct fbtft_display display; member
262 struct fb_info *fbtft_framebuffer_alloc(struct fbtft_display *display,
271 int fbtft_probe_common(struct fbtft_display *display, struct spi_device *sdev,
413 …(((struct fbtft_platform_data *)(dev)->platform_data)->display.debug & DEBUG_DRIVER_INIT_FUNCTIONS…
Dfb_ssd1351.c29 && par->pdata->display.backlight == FBTFT_ONBOARD_BACKLIGHT) { in init_display()
166 static struct fbtft_display display = { variable
229 FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1351", &display);
Dfb_uc1701.c183 static struct fbtft_display display = { variable
195 FBTFT_REGISTER_DRIVER(DRVNAME, "UltraChip,uc1701", &display);
Dfb_upd161704.c177 static struct fbtft_display display = { variable
188 FBTFT_REGISTER_DRIVER(DRVNAME, "nec,upd161704", &display);
Dfb_st7789v.c241 static struct fbtft_display display = { variable
256 FBTFT_REGISTER_DRIVER(DRVNAME, "sitronix,st7789v", &display);
Dfb_ili9341.c140 static struct fbtft_display display = { variable
156 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9341", &display);
Dfb_bd663474.c163 static struct fbtft_display display = { variable
175 FBTFT_REGISTER_DRIVER(DRVNAME, "hitachi,bd663474", &display);
Dfb_hx8340bn.c189 static struct fbtft_display display = { variable
205 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8340bn", &display);
Dfb_ssd1306.c191 static struct fbtft_display display = { variable
207 FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1306", &display);
Dfb_hx8347d.c145 static struct fbtft_display display = { variable
159 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8347d", &display);
Dfb_s6d1121.c168 static struct fbtft_display display = { variable
185 FBTFT_REGISTER_DRIVER(DRVNAME, "samsung,s6d1121", &display);
Dfb_ssd1289.c167 static struct fbtft_display display = { variable
182 FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1289", &display);
Dfb_ili9320.c253 static struct fbtft_display display = { variable
268 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9320", &display);
Dfb_ili9163.c264 static struct fbtft_display display = { variable
285 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9163", &display);
Dfb_ili9325.c250 static struct fbtft_display display = { variable
267 FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9325", &display);
Dfb_ssd1331.c171 static struct fbtft_display display = { variable
187 FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1331", &display);
DREADME4 Linux Framebuffer drivers for small TFT LCD display modules.
/linux-4.4.14/drivers/acpi/acpica/
Dutbuffer.c68 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer() argument
81 display = DB_BYTE_DISPLAY; in acpi_ut_dump_buffer()
99 acpi_os_printf("%*s", ((display * 2) + 1), " "); in acpi_ut_dump_buffer()
100 j += display; in acpi_ut_dump_buffer()
104 switch (display) { in acpi_ut_dump_buffer()
139 j += display; in acpi_ut_dump_buffer()
198 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id) in acpi_ut_debug_dump_buffer() argument
208 acpi_ut_dump_buffer(buffer, count, display, 0); in acpi_ut_debug_dump_buffer()
234 u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer_to_file() argument
248 display = DB_BYTE_DISPLAY; in acpi_ut_dump_buffer_to_file()
[all …]
Ddbdisply.c179 u32 display = DB_BYTE_DISPLAY; in acpi_db_decode_and_display_object() local
194 display = DB_WORD_DISPLAY; in acpi_db_decode_and_display_object()
196 display = DB_DWORD_DISPLAY; in acpi_db_decode_and_display_object()
198 display = DB_QWORD_DISPLAY; in acpi_db_decode_and_display_object()
249 display, ACPI_UINT32_MAX); in acpi_db_decode_and_display_object()
268 display, ACPI_UINT32_MAX); in acpi_db_decode_and_display_object()
288 acpi_ut_debug_dump_buffer(obj_ptr, size, display, in acpi_db_decode_and_display_object()
322 sizeof(struct acpi_namespace_node), display, in acpi_db_decode_and_display_object()
339 display, ACPI_UINT32_MAX); in acpi_db_decode_and_display_object()
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt5 IPU or other display interface nodes that comprise the graphics subsystem.
8 - compatible: Should be "fsl,imx-display-subsystem"
9 - ports: Should contain a list of phandles pointing to display interface ports
14 display-subsystem {
15 compatible = "fsl,display-subsystem";
56 Parallel display support
60 - compatible: Should be "fsl,imx-parallel-display"
62 - interface_pix_fmt: How this display is connected to the
63 display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
65 - edid: verbatim EDID data block describing attached display.
[all …]
Dfsl,imx-fb.txt11 - display: Phandle to a display node as described in
12 Documentation/devicetree/bindings/display/display-timing.txt
13 Additional, the display node has to define properties:
32 display = <&display0>;
42 display-timings {
Dldb.txt14 multiplexer in the front to select any of the four IPU display
20 the display interface selector clocks, as described in
48 or a display-timings node that describes the video timings for the connected
49 LVDS display as well as the fsl,data-mapping and fsl,data-width properties.
62 display-timings are used instead.
64 Optional properties (required if display-timings are used):
65 - display-timings : A node that describes the display timings as defined in
66 Documentation/devicetree/bindings/display/display-timing.txt.
116 /* Using display-timings and fsl,data-mapping/width instead */
124 display-timings {
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dcirrus,clps711x-fb.txt8 - display : phandle to a display node as described in
9 Documentation/devicetree/bindings/display/display-timing.txt.
10 Additionally, the display node has to define properties:
25 display = <&display>;
28 display: display {
34 display-timings {
Dmxsfb.txt8 - display : phandle to display node (see below for details)
10 * display node
17 - display-timings : Refer to binding doc display-timing.txt for details.
26 display: display {
30 display-timings {
Dsimple-framebuffer.txt4 the bootloader, with the assumption that the display hardware has already
10 If the devicetree contains nodes for the display hardware used by a simplefb,
11 then the simplefb node must contain a property called "display", which
12 contains a phandle pointing to the primary display hw node, so that the OS
17 It is advised to add display# aliases to help the OS determine how to number
18 things. If display# aliases are used, then if the simplefb node contains a
19 "display" property then the /aliases/display# path must point to the display
20 hw node the "display" property points to, otherwise it must point directly
25 primary display hw node, as with display# aliases. If display aliases are
30 enable them. This way if e.g. later on support for more display clocks get
[all …]
Datmel,lcdc.txt17 - display: a phandle pointing to the display node
20 - display: a display node is required to initialize the lcd panel
22 - default-mode: a videomode within the display with timing parameters
36 display = <&display0>;
67 display0: display {
75 display-timings {
Dwm,wm8505-fb.txt10 - display-timings: see display-timing.txt for information
19 display-timings {
Dvia,vt8500-fb.txt11 - display-timings: see display-timing.txt for information
21 display-timings {
Dsm501fb.txt18 - edid : verbatim EDID data block describing attached display.
20 program the display controller.
27 display@1,0 {
Dst,stih4xx.txt21 - sti-display-subsystem: Master device for DRM sub-components
25 - compatible: "st,sti-display-subsystem"
29 must be a child of sti-display-subsystem
45 must be a child of sti-display-subsystem
57 must be a child of sti-display-subsystem
74 must be a child of sti-display-subsystem
87 must be a child of sti-display-subsystem
102 must be a child of sti-display-subsystem
175 sti-display-subsystem {
176 compatible = "st,sti-display-subsystem";
Dbrcm,bcm-vc4.txt3 The VC4 device present on the Raspberry Pi includes a display system
5 display planes.
Dssd1307fb.txt11 - reset-gpios: Should contain the GPIO used to reset the OLED display
24 - solomon,com-offset: Number of the COM pin wired to the first display line
Dssd1289fb.txt10 display@2,0 {
/linux-4.4.14/Documentation/devicetree/bindings/display/rockchip/
Drockchip-drm.txt5 vop devices or other display interface nodes that comprise the
9 - compatible: Should be "rockchip,display-subsystem"
10 - ports: Should contain a list of phandles pointing to display interface port
12 Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
16 display-subsystem {
17 compatible = "rockchip,display-subsystem";
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv50.c280 nv50_gr_mp_trap(struct nv50_gr *gr, int tpid, int display) in nv50_gr_mp_trap() argument
300 if (display) { in nv50_gr_mp_trap()
317 if (!mps && display) in nv50_gr_mp_trap()
324 u32 ustatus_new, int display, const char *name) in nv50_gr_tp_trap() argument
346 if (display) { in nv50_gr_tp_trap()
363 nv50_gr_mp_trap(gr, i, display); in nv50_gr_tp_trap()
366 if (ustatus && display) { in nv50_gr_tp_trap()
375 if (display) in nv50_gr_tp_trap()
382 if (display) in nv50_gr_tp_trap()
388 if (!tps && display) in nv50_gr_tp_trap()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/
Ddisplay-timing.txt1 display-timing bindings
4 display-timings node
11 - native-mode: The native mode for the display, in case multiple modes are
18 - hactive, vactive: display resolution
19 - hfront-porch, hback-porch, hsync-len: horizontal display timing parameters
21 vfront-porch, vback-porch, vsync-len: vertical display timing parameters in
23 - clock-frequency: display clock in Hz
44 There are different ways of describing the capabilities of a display. The
46 for displays. If a display supports multiple signal timings, the native-mode
77 display-timings {
Dpanel-dpi.txt13 (Documentation/devicetree/bindings/display/display-timing.txt)
19 lcd0: display@0 {
Dsamsung,s6e8aa0.txt9 - display-timings: timings for the connected panel as described by [1]
24 [1]: Documentation/devicetree/bindings/display/display-timing.txt
43 display-timings {
Dsamsung,ld9040.txt9 - display-timings: timings for the connected panel according to [1]
23 [1]: Documentation/devicetree/bindings/display/display-timing.txt
43 display-timings {
Dpanel-dsi-cm.txt18 lcd0: display {
Dlg,lg4573.txt13 lcd_panel: display@0 {
Dsimple-panel.txt1 Simple display panel
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-display.c25 static unsigned int __iomem *display = NULL; in mips_display_message() local
28 if (unlikely(display == NULL)) in mips_display_message()
29 display = ioremap(ASCII_DISPLAY_POS_BASE, 16*sizeof(int)); in mips_display_message()
33 __raw_writel(*str++, display + i); in mips_display_message()
35 __raw_writel(' ', display + i); in mips_display_message()
DMakefile8 obj-y += malta-display.o
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-platform-asus-laptop1 What: /sys/devices/platform/asus_laptop/display
6 This file allows display switching. The value
13 Ex: - 0 (0000b) means no display
29 Some models like the W1N have a LED display that can be
30 used to display several items of information.
31 To control the LED display, use the following :
33 where T control the 3 letters display, and DDD the 3 digits display.
Dsysfs-bus-usb-devices-usbsevseg5 Description: Controls whether the device's display will powered.
13 Description: Controls the devices display mode.
14 For a 6 character display the values are
16 for an 8 character display the values are
32 Description: The text (or data) for the device to display
Dsysfs-platform-ts55007 it will display "1", otherwise "0".
15 it will display "1", otherwise "0".
46 it will display "1", otherwise "0".
54 it will display "1", otherwise "0".
Dsysfs-firmware-sgi_uv17 partition id. To display the partition id, use the command:
24 this partition is in. To display the coherence id, use the
Dsysfs-devices-edac84 userspace tools in order to display the memory filling layout.
90 Description: This attribute file will display the size of dimm or rank.
101 Description: This attribute file will display what type of DRAM device is
108 Description: This attribute file will display what type of Error detection
131 Description: This attribute file will display the location (csrow/channel,
138 Description: This attribute file will display what type of memory is
Dsysfs-devices-memory10 http://www.ibm.com/developerworks/wikis/display/LinuxP/powerpc-utils
22 http://www.ibm.com/developerworks/wikis/display/LinuxP/powerpc-utils
61 http://www.ibm.com/developerworks/wikis/display/LinuxP/powerpc-utils
/linux-4.4.14/drivers/video/fbdev/
Dnuc900fb.c95 struct nuc900fb_display *display = NULL; in nuc900fb_check_var() local
107 display = default_display; in nuc900fb_check_var()
113 display = mach_info->displays + i; in nuc900fb_check_var()
117 if (display == NULL) { in nuc900fb_check_var()
124 var->xres_virtual = display->xres; in nuc900fb_check_var()
125 var->yres_virtual = display->yres; in nuc900fb_check_var()
126 var->height = display->height; in nuc900fb_check_var()
127 var->width = display->width; in nuc900fb_check_var()
130 var->pixclock = display->pixclock; in nuc900fb_check_var()
131 var->left_margin = display->left_margin; in nuc900fb_check_var()
[all …]
Ds3c2410fb.c127 struct s3c2410fb_display *display = NULL; in s3c2410fb_check_var() local
140 display = default_display; in s3c2410fb_check_var()
147 display = mach_info->displays + i; in s3c2410fb_check_var()
151 if (!display) { in s3c2410fb_check_var()
158 var->xres_virtual = display->xres; in s3c2410fb_check_var()
159 var->yres_virtual = display->yres; in s3c2410fb_check_var()
160 var->height = display->height; in s3c2410fb_check_var()
161 var->width = display->width; in s3c2410fb_check_var()
164 var->pixclock = display->pixclock; in s3c2410fb_check_var()
165 var->left_margin = display->left_margin; in s3c2410fb_check_var()
[all …]
Ds1d13xxxfb.c212 if ((s1dfb->display & 0x01)) /* LCD */ in s1d13xxxfb_set_par()
243 if ((s1dfb->display & 0x01)) /* LCD */ in s1d13xxxfb_set_par()
347 if ((par->display & 0x01) != 0) in s1d13xxxfb_blank()
349 if ((par->display & 0x02) != 0) in s1d13xxxfb_blank()
392 if ((par->display & 0x01)) { in s1d13xxxfb_pan_display()
649 u8 panel, display; in s1d13xxxfb_fetch_hw_state() local
660 par->display = s1d13xxxfb_readreg(par, S1DREG_COM_DISP_MODE); in s1d13xxxfb_fetch_hw_state()
661 crt_enabled = (par->display & 0x02) != 0; in s1d13xxxfb_fetch_hw_state()
662 lcd_enabled = (par->display & 0x01) != 0; in s1d13xxxfb_fetch_hw_state()
668 display = s1d13xxxfb_readreg(par, S1DREG_LCD_DISP_MODE); in s1d13xxxfb_fetch_hw_state()
[all …]
Dpmag-aa-fb.c86 struct display disp;
116 static void aafbcon_cursor(struct display *disp, int mode, int x, int y) in aafbcon_cursor()
148 static int aafbcon_set_font(struct display *disp, int width, int height) in aafbcon_set_font()
245 static void aafb_set_disp(struct display *disp, int con, in aafb_set_disp()
308 struct display *old = (currcon < 0) ? &ip->disp : (fb_display + currcon); in aafb_switch()
309 struct display *new = (con < 0) ? &ip->disp : (fb_display + con); in aafb_switch()
381 struct display *disp = (con < 0) ? &ip->disp : (fb_display + con); in aafb_update_var()
DKconfig52 something on your display, try setting this to N. Matrox cards in
348 If you plan to use the LCD display with your SA-1100 system, say
492 bool "Apple \"control\" display support"
503 bool "Apple \"platinum\" display support"
514 bool "Apple \"valkyrie\" display support"
525 bool "Chips 65550 display support"
535 bool "Asiliant (Chips) 69000 display support"
544 bool "IMS Twin Turbo display support"
577 tristate "Varitronix COG-T350MCQB TFT LCD display (BF527 EZKIT)"
584 This is the framebuffer device driver for a Varitronix VL-PS-COG-T350MCQB-01 display TFT LCD
[all …]
Dsh_mobile_lcdcfb.c548 ch->display.mode.xres, ch->display.mode.yres, in sh_mobile_lcdc_must_reconfigure()
552 if (fb_mode_is_equal(&ch->display.mode, new_mode)) in sh_mobile_lcdc_must_reconfigure()
556 ch->display.mode.yres, new_mode->yres); in sh_mobile_lcdc_must_reconfigure()
557 ch->display.mode = *new_mode; in sh_mobile_lcdc_must_reconfigure()
581 ch->display.width = monspec->max_x * 10; in sh_mobile_lcdc_display_notify()
582 ch->display.height = monspec->max_y * 10; in sh_mobile_lcdc_display_notify()
590 info->var.width = ch->display.width; in sh_mobile_lcdc_display_notify()
591 info->var.height = ch->display.height; in sh_mobile_lcdc_display_notify()
817 const struct fb_videomode *mode = &ch->display.mode; in sh_mobile_lcdc_geometry()
1911 if (fb_mode_is_equal(&ch->display.mode, &mode)) in sh_mobile_fb_reconfig()
[all …]
Dsh_mobile_lcdcfb.h106 } display; member
/linux-4.4.14/arch/arm/boot/dts/
Dimx6dl-tx6dl-comtft.dts21 display = &display;
46 display: display@di0 { label
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
Dimx6q-tx6q-1010-comtft.dts21 display = &display;
46 display: display@di0 { label
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
Dimx6q-tx6q-1020-comtft.dts21 display = &display;
46 display: display@di0 { label
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
Dimx6q-tx6q-1010.dts21 display = &display;
46 display: display@di0 { label
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
Dimx6dl-tx6u-801x.dts21 display = &display;
46 display: display@di0 { label
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
Dimx6q-tx6q-1020.dts21 display = &display;
46 display: display@di0 { label
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
Dimx27-phytec-phycard-s-rdk.dts22 display: display { label
27 display-timings {
59 display = <&display>;
Dimx6dl-aristainetos_7.dts24 display0: display@di0 {
25 compatible = "fsl,imx-parallel-display";
31 display-timings {
Dimx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts20 dvi_svga: display {
26 display-timings {
43 display = <&dvi_svga>;
Dimx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts20 dvi_vga: display {
26 display-timings {
43 display = <&dvi_vga>;
Dimx6dl-aristainetos_4.dts35 display0: display@di0 {
36 compatible = "fsl,imx-parallel-display";
42 display-timings {
Dimx53-tx53-x03x.dts23 display = &display;
27 display: display@di0 { label
28 compatible = "fsl,imx-parallel-display";
40 display-timings {
Dimx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts20 cmo_qvga: display {
26 display-timings {
69 display = <&cmo_qvga>;
Dimx27-apf27dev.dts19 display: display { label
24 display-timings {
108 display = <&display>;
Dimx6q-tx6q-1110.dts21 display = &lvds0;
106 display-timings {
129 display-timings {
Dimx6dl-tx6u-811x.dts21 display = &lvds0;
106 display-timings {
129 display-timings {
Datlas6-evb.dts60 display: display@0 { label
Dimx6dl-aristainetos2_4.dts55 display0: display@di0 {
58 compatible = "fsl,imx-parallel-display";
80 lcd_panel: display@0 {
88 display-timings {
Domap3-panel-sharp-ls037v7dw01.dtsi5 * at minimum the GPIO enable-gpios for display, and
28 lcd0: display {
Dat91sam9rlek.dts36 display = <&display0>;
39 display0: display {
47 display-timings {
Dat91sam9263ek.dts99 display = <&display0>;
102 display0: display {
109 display-timings {
Dat91sam9261ek.dts40 display = <&display0>;
44 display0: display {
52 display-timings {
Dat91sam9x5dm.dtsi2 * at91sam9x5dm.dtsi - Device Tree file for SAM9x5 display module
28 hlcdc-display-controller {
Dimx51-apf51dev.dts27 display@di1 {
28 compatible = "fsl,imx-parallel-display";
33 display-timings {
Dimx53-tx53-x13x.dts21 display = &lvds0;
190 display-timings {
215 display-timings {
Datlas7-evb.dts86 display0: display@0 {
93 display-timings {
Dimx51-babbage.dts42 display0: display@di0 {
43 compatible = "fsl,imx-parallel-display";
47 display-timings {
69 display1: display@di1 {
70 compatible = "fsl,imx-parallel-display";
75 display-timings {
Dimx28-cfa10056.dts67 display = <&display0>;
74 display-timings {
Dimx6dl.dtsi103 display-subsystem {
104 compatible = "fsl,imx-display-subsystem";
Dstih407.dtsi13 sti-display-subsystem {
14 compatible = "st,sti-display-subsystem";
Dimx28-cfa10058.dts54 display = <&display0>;
61 display-timings {
Dimx23-evk.dts63 display = <&display0>;
70 display-timings {
Dat91sam9m10g45ek.dts220 display = <&display0>;
223 display0: display {
231 display-timings {
Dimx53-m53evk.dts19 display1: display@di1 {
20 compatible = "fsl,imx-parallel-display";
25 display-timings {
Dimx28-cfa10057.dts81 display = <&display0>;
88 display-timings {
Dimx28-cfa10055.dts95 display = <&display0>;
102 display-timings {
Dwm8650-mid.dts19 display-timings {
Dvt8500-bv07.dts18 display-timings {
Dwm8505-ref.dts18 display-timings {
Dimx25-pdk.dts80 wvga: display {
86 display-timings {
255 display = <&wvga>;
Dimx53-qsb-common.dtsi25 display0: display@di0 {
26 compatible = "fsl,imx-parallel-display";
31 display-timings {
Dsama5d3xdm.dtsi2 * sama5d3dm.dtsi - Device Tree file for SAMA5 display module
Domap3-devkit8000-lcd43.dts19 lcd0: display@0 {
Dwm8850-w70v2.dts30 display-timings {
Domap3-devkit8000-lcd70.dts19 lcd0: display@0 {
Dimx28-apx4devkit.dts97 display = <&display0>;
104 display-timings {
Dimx28-apf28dev.dts86 display = <&display0>;
93 display-timings {
Dimx27-eukrea-mbimxsd27-baseboard.dts24 display-timings {
103 display = <&display0>;
Dimx53-mba53.dts33 disp1: display@disp1 {
34 compatible = "fsl,imx-parallel-display";
/linux-4.4.14/drivers/video/fbdev/mmp/hw/
DKconfig4 bool "mmp display controller hw support"
8 Marvell MMP display hw controller support
13 bool "mmp display controller spi port"
17 Marvell MMP display hw controller spi port support
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt13 On some models adds support for changing the display brightness and output,
93 Note: the display switching code is currently considered EXPERIMENTAL.
110 /sys/devices/platform/asus-laptop/display. The significance of those values
159 2) Echo values from 0 to 15 to /sys/devices/platform/asus-laptop/display.
169 echo $((10#$arg-60)) > /sys/devices/platform/asus-laptop/display
173 Note: there is currently no reliable way to read display status on xxN
176 LED display
179 Some models like the W1N have a LED display that can be used to display
182 LED display works for the following models:
186 To control the LED display, use the following :
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Ddiu.txt15 - edid : verbatim EDID data block describing attached display.
17 program the display controller.
20 display@2c000 {
28 display@2100 {
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/
Dpanel.txt15 - display-timings: typical videomode of lcd panel. Multiple video modes
18 Documentation/devicetree/bindings/display/display-timing.txt for display
50 display-timings {
/linux-4.4.14/Documentation/arm/OMAP/
DDSS6 TV-out and multiple display support, but there are lots of small improvements
46 flexible way to enable non-common multi-display configuration. In addition to
48 managers. These can be used when updating a display with CPU or system DMA.
52 There exist several display technologies and standards that support audio as
64 certain configurations audio is not supported (e.g., an HDMI display using a
66 the current configuration of the display supports audio.
69 parameters of the display. In order to make the function independent of any
107 dynamic display architecture.
134 the overlay is smaller than the display.
136 display.
[all …]
/linux-4.4.14/Documentation/filesystems/
D9p.txt82 0x01 = display verbose error messages
84 0x04 = display 9p trace
85 0x08 = display VFS trace
86 0x10 = display Marshalling debug
87 0x20 = display RPC debug
88 0x40 = display transport debug
89 0x80 = display allocation debug
90 0x100 = display protocol message debug
91 0x200 = display Fid debug
92 0x400 = display packet debug
[all …]
/linux-4.4.14/Documentation/fb/
Dmetronomefb.txt6 Metronomefb is a driver for the Metronome display controller. The controller
8 Vizplex display media. E-Ink hosts some details of this controller and the
9 display media here http://www.e-ink.com/products/matrix/metronome.html .
14 The display and error status are each pulled through individual GPIOs.
29 a possibility that it could have some permanent effects on the display media.
Dmodedb.txt41 'e' will force the display to be enabled, i.e. it will override the detection
42 if a display is connected. 'D' will force the display to be enabled and use
61 and coordinated set of standard formats, display refresh rates, and
62 timing specifications for computer display products, both those
63 employing CRTs, and those using other display technologies. The
64 intention of CVT is to give both source and display manufacturers a
76 requirement. This is inappropriate for digital display interface with its high
78 Also, GTF does not take into account the aspect ratio of the display.
85 to the global mode database whenever a new mode is released by display
88 calculation is specified. (The CVT compatibility of the display can be
Dviafb.txt92 viafb_mode1: (secondary display device)
99 viafb_bpp1: (secondary display device)
102 viafb_refresh1: (secondary display device)
130 This option is used to specify display hardware layout for CX700 chip.
165 1. CRT may not display properly for DuoView CRT & DVI display at
192 Check the file "/etc/fb.modes" to find display modes available.
Dsa1100fb.txt18 16. LCCR values are display-specific and should be computed as
25 options may not be enough to configure the display. Adding sections to
Dfbcon.txt11 display device, text or graphical.
14 high resolutions, varying font types, display rotation, primitive multihead,
32 To display the penguin logo, choose any logo available in Logo
41 garbled display, but the system still boots to completion. If you are
58 garbled display, as mentioned above. To get a framebuffer console,
88 The scrollback buffer is memory that is used to preserve display
128 This option changes the orientation angle of the console display. The
140 rotate - rotate the display of the active console
141 rotate_all - rotate the display of all consoles
240 won't get any display after detaching fbcon. Your machine is still alive, so
Dpxafb.txt19 The resolution of the display in pixels
37 Active (TFT) or Passive (STN) display
40 Single or dual panel passive display
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_audio.c524 if (dev_priv->display.audio_codec_enable) in intel_audio_codec_enable()
525 dev_priv->display.audio_codec_enable(connector, intel_encoder, in intel_audio_codec_enable()
548 if (dev_priv->display.audio_codec_disable) in intel_audio_codec_disable()
549 dev_priv->display.audio_codec_disable(intel_encoder); in intel_audio_codec_disable()
564 dev_priv->display.audio_codec_enable = g4x_audio_codec_enable; in intel_init_audio()
565 dev_priv->display.audio_codec_disable = g4x_audio_codec_disable; in intel_init_audio()
567 dev_priv->display.audio_codec_enable = ilk_audio_codec_enable; in intel_init_audio()
568 dev_priv->display.audio_codec_disable = ilk_audio_codec_disable; in intel_init_audio()
570 dev_priv->display.audio_codec_enable = hsw_audio_codec_enable; in intel_init_audio()
571 dev_priv->display.audio_codec_disable = hsw_audio_codec_disable; in intel_init_audio()
[all …]
Dintel_hotplug.c222 if (dev_priv->display.hpd_irq_setup) in intel_hpd_irq_storm_reenable_work()
223 dev_priv->display.hpd_irq_setup(dev); in intel_hpd_irq_storm_reenable_work()
430 dev_priv->display.hpd_irq_setup(dev); in intel_hpd_irq_handler()
487 if (dev_priv->display.hpd_irq_setup) in intel_hpd_init()
488 dev_priv->display.hpd_irq_setup(dev); in intel_hpd_init()
Dintel_pm.c682 const struct intel_watermark_params *display, in g4x_compute_wm0() argument
698 *plane_wm = display->guard_size; in g4x_compute_wm0()
710 tlb_miss = display->fifo_size*display->cacheline_size - hdisplay * 8; in g4x_compute_wm0()
713 entries = DIV_ROUND_UP(entries, display->cacheline_size); in g4x_compute_wm0()
714 *plane_wm = entries + display->guard_size; in g4x_compute_wm0()
715 if (*plane_wm > (int)display->max_wm) in g4x_compute_wm0()
716 *plane_wm = display->max_wm; in g4x_compute_wm0()
742 const struct intel_watermark_params *display, in g4x_check_srwm() argument
748 if (display_wm > display->max_wm) { in g4x_check_srwm()
750 display_wm, display->max_wm); in g4x_check_srwm()
[all …]
Dintel_display.c3203 dev_priv->display.update_primary_plane(crtc, fb, x, y); in intel_pipe_set_base_atomic()
3298 if (dev_priv->display.hpd_irq_setup) in intel_finish_reset()
3299 dev_priv->display.hpd_irq_setup(dev); in intel_finish_reset()
4165 dev_priv->display.fdi_link_train(crtc); in ironlake_pch_enable()
5015 dev_priv->display.fdi_link_train(crtc); in haswell_crtc_enable()
5366 if (dev_priv->display.modeset_commit_cdclk) { in modeset_update_crtc_power_domains()
5371 dev_priv->display.modeset_commit_cdclk(state); in modeset_update_crtc_power_domains()
5446 dev_priv->cdclk_freq = dev_priv->display.get_display_clock_speed(dev); in intel_update_cdclk()
5867 WARN_ON(dev_priv->display.get_display_clock_speed(dev) in valleyview_set_cdclk()
5932 WARN_ON(dev_priv->display.get_display_clock_speed(dev) in cherryview_set_cdclk()
[all …]
/linux-4.4.14/drivers/video/console/
DKconfig5 menu "Console display driver support"
16 display that complies with the generic VGA standard. Virtually
108 bool "Map the console to the primary display device"
113 automatically select the primary display device (if the architecture
127 Enable display rotation for the framebuffer console. This is done
129 display. Note that the rotation is done at the console level only
139 The STI console is the builtin display/keyboard on HP-PARISC
Dfbcon.h28 struct display { struct
71 struct display *p; argument
227 static inline int real_y(struct display *p, int ypos) in real_y()
Dfbcon.c95 static struct display fb_display[MAX_NR_CONSOLES];
183 static void fbcon_bmove_rec(struct vc_data *vc, struct display *p, int sy, int sx,
187 static void fbcon_redraw_move(struct vc_data *vc, struct display *p,
218 struct display *p = &fb_display[ops->currcon]; in fbcon_rotate()
233 struct display *p; in fbcon_rotate_all()
875 static int var_to_display(struct display *disp, in var_to_display()
900 struct display *disp) in display_to_var()
921 struct display *p = &fb_display[fg_console]; in fbcon_startup()
1028 struct display *t, *p = &fb_display[vc->vc_num]; in fbcon_init()
1163 static void fbcon_free_font(struct display *p, bool freefont) in fbcon_free_font()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos_dp.txt1 The Exynos display port interface should be configured based on
52 - display-timings: timings for the connected panel as described by
53 Documentation/devicetree/bindings/display/display-timing.txt
98 display-timings {
Dexynos7-decon.txt1 Device-Tree bindings for Samsung Exynos7 SoC display controller (DECON)
37 - display-timings: timing settings for DECON, as described in document [1].
41 [1]: Documentation/devicetree/bindings/display/display-timing.txt
Dsamsung-fimd.txt1 Device-Tree bindings for Samsung SoC display controller (FIMD)
44 - display-timings: timing settings for FIMD, as described in document [1].
85 [1]: Documentation/devicetree/bindings/display/display-timing.txt
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dt1024si-post.dtsi39 vga = &display;
40 display = &display;
58 display:display@180000 { label
Dp1022si-pre.dtsi53 vga = &display;
54 display = &display;
/linux-4.4.14/arch/mips/lasat/
DKconfig2 tristate "PICVUE LCD display driver"
6 tristate "PICVUE LCD display driver /proc interface"
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Datmel-hlcdc.txt18 - a Display Controller: see ../display/atmel-hlcdc-dc.txt
30 hlcdc-display-controller {
31 compatible = "atmel,hlcdc-display-controller";
Dmc13xxx.txt29 0 : Main display
30 1 : AUX display
43 0 : Main display
44 1 : AUX display
/linux-4.4.14/Documentation/devicetree/bindings/display/atmel/
Dhlcdc-dc.txt7 - compatible: value should be "atmel,hlcdc-display-controller"
28 hlcdc-display-controller {
29 compatible = "atmel,hlcdc-display-controller";
/linux-4.4.14/Documentation/video4linux/
DREADME.davinci-vpbe7 V4L2 display device driver
11 VPBE display controller
31 1. V4L2 display driver
50 API to set timings in VENC for a specific display resolution. As of this
63 PD display, it requires setting up the LCD controller port with a set of
84 vpbe display controller
/linux-4.4.14/drivers/video/fbdev/geode/
DKconfig18 Framebuffer driver for the display controller integrated into the
33 Framebuffer driver for the display controller integrated into the
48 Framebuffer driver for the display controller integrated into the
/linux-4.4.14/drivers/media/platform/davinci/
DKconfig10 Enables Davinci VPIF module used for display devices.
11 This module is used for display on TI DM6467/DA850/OMAPL138
82 Enables Davinci VPBE module used for display devices.
83 This module is used for display on TI DM644x/DM365/DM355
84 based display devices.
/linux-4.4.14/drivers/staging/olpc_dcon/
DKconfig10 is present in the video pipeline between the primary display
12 panel. It allows the main processor/display controller to be
13 completely powered off while still retaining an image on the display.
/linux-4.4.14/tools/perf/Documentation/
Dperf-top.txt51 Only display functions with more events than this.
114 Zero history across display updates.
192 Determine how to display the overhead percentage of filtered entries.
240 Number of entries to display.
243 Event to display when multiple counters are active.
246 Profile display filter (>= hit count).
249 Annotation display filter (>= % of total).
255 Stop annotation, return to full profile display.
258 Toggle event count zeroing across display updates.
Dperf-kvm.txt39 'perf kvm report' to display the performance counter profile information
45 'perf kvm buildid-list' to display the buildids found in a perf data file,
64 record + report but with statistical data updated live at a given display
119 --display::
120 Time in seconds between display updates
Dintel-bts.txt63 perf script has an option (-D) to "dump" the events i.e. display the binary
68 To disable the display of Intel BTS packets, combine the -D option with
Dperf-script.txt6 perf-script - Read perf.data (created by perf record) and display trace output
37 'perf script report <script> [args]' to run and display the results
200 When printing symbols do not display call chain.
210 Only display events for these comms. CSV that understands
222 information which may be very large and thus may clutter the display.
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
DMakefile4 omapdss-y := core.o dss.o dss_features.o dispc.o dispc_coefs.o display.o \
8 dispc-compat.o display-sysfs.o
DKconfig57 such as a display or a framebuffer chip.
92 SDI is a high speed one-way display serial bus between the host
93 processor and a display.
102 processor and a peripheral, such as a display or a framebuffer chip.
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_imon.c80 int display; /* not all controllers do */ member
251 if (!context->display) { in display_open()
290 if (!context->display) { in display_close()
716 context->display = 0; in imon_probe()
718 context->display = 1; in imon_probe()
765 if (context->display == 0) { in imon_probe()
856 context->display = 1; in imon_probe()
873 if (context->display && ifnum == 0) { in imon_probe()
943 if (context->display) in imon_disconnect()
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/
Dmdp.txt1 Qualcomm adreno/snapdragon display controller
7 - interrupts: The interrupt signal from the display controller.
/linux-4.4.14/drivers/gpu/drm/msm/
DNOTES4 display controller blocks at play:
9 (I don't have a completely clear picture on which display controller
19 display controller blocks. And I for sure don't want to have to deal
26 'struct msm_kms' implementations, depending on display controller.
47 the display controller is the "master" device.
/linux-4.4.14/include/linux/pinctrl/
Dpinconf-generic.h119 #define PCONFDUMP(a, b, c, d) { .param = a, .display = b, .format = c, \
124 const char * const display; member
/linux-4.4.14/drivers/clk/qcom/
DKconfig28 Say Y if you want to support multimedia devices such as display,
63 SD/eMMC, display, graphics, camera etc.
88 Say Y if you want to support multimedia devices such as display,
107 Say Y if you want to support multimedia devices such as display,
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt176 Selects display standard
210 Video PTS bits 0:31 by display order
212 Video PTS bit 32 by display order
214 SCR bits 0:31 by display order
216 SCR bit 32 by display order
255 Number of display buffers. To decode all frames in reverse playback you
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_asic.c219 .display = {
287 .display = {
383 .display = {
451 .display = {
519 .display = {
587 .display = {
655 .display = {
723 .display = {
791 .display = {
859 .display = {
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/
Ddw_hdmi.txt17 * Documentation/devicetree/bindings/display/imx/hdmi.txt
18 * Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
/linux-4.4.14/Documentation/security/
DIMA-templates.txt16 a new template is defined, the functions that generate and display
24 field, to generate and display data of a given type.
28 two functions, init() and show(), respectively to generate and display
47 The same mechanism is employed to display measurements entries.
/linux-4.4.14/Documentation/usb/
Dmisc_usbsevseg.txt14 By default, the driver assumes the display is only 6 characters
17 For the 8 character display:
/linux-4.4.14/arch/avr32/boards/merisc/
DMakefile1 obj-y += setup.o flash.o display.o merisc_sysfs.o
/linux-4.4.14/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-host1x.txt105 - dc: display controller
121 - nvidia,head: The number of the display controller head. This is used to
125 Each display controller node has a child node, named "rgb", that represents
131 - nvidia,panel: phandle of a display panel
157 - nvidia,panel: phandle of a display panel
168 - dsi: display serial interface
187 ../display/tegra/nvidia,tegra114-mipi.txt.
193 - nvidia,panel: phandle of a display panel
223 - nvidia,panel: phandle of a display panel
/linux-4.4.14/Documentation/
DSM501.txt8 asynchronous serial ports, audio functions, and a dual display video interface.
43 buffers once a display mode is chosen. Indeed when a video mode change
46 Since video memory is difficult to move without changing the display
Dbtmrvl.txt85 This command display the power save state.
88 This command display the host sleep state.
/linux-4.4.14/drivers/staging/sm750fb/
Dreadme2 SM750 of Silicon MOtion is pci express display controller device.
4 - dual display
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c127 if (sec->ps_policy->sp_cops->display) in sptlrpc_ctxs_lprocfs_seq_show()
128 sec->ps_policy->sp_cops->display(sec, seq); in sptlrpc_ctxs_lprocfs_seq_show()
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/
Dti,omap-dss.txt18 DISPC is the display controller, which reads pixels from the memory and outputs
39 name for each display. If no aliases are defined, a semi-random number is used
40 for the display.
/linux-4.4.14/drivers/pinctrl/
Dpinconf-generic.c80 seq_puts(s, items[i].display); in pinconf_generic_dump_one()
131 seq_printf(s, "%s: 0x%x", conf_items[i].display, in pinconf_generic_dump_config()
144 pctldev->desc->custom_conf_items[i].display, in pinconf_generic_dump_config()
/linux-4.4.14/tools/perf/
Dbuiltin-timechart.c97 int display; member
114 int display; member
1147 if (!c->display) { in draw_io_bars()
1261 if (!c->display) { in draw_process_bars()
1345 p->display = 0; in determine_display_tasks_filtered()
1356 c->display = 0; in determine_display_tasks_filtered()
1362 c->display = 1; in determine_display_tasks_filtered()
1363 p->display = 1; in determine_display_tasks_filtered()
1385 p->display = 0; in determine_display_tasks()
1393 p->display = 1; in determine_display_tasks()
[all …]
Dbuiltin-help.c123 const char *display = getenv("DISPLAY"); in exec_man_konqueror() local
125 if (display && *display) { in exec_man_konqueror()
/linux-4.4.14/drivers/gpu/drm/sti/
DNOTES1 1. stiH display hardware IP
3 The STMicroelectronics stiH SoCs use a common chain of HW display IP blocks:
/linux-4.4.14/drivers/gpu/drm/imx/
DMakefile6 obj-$(CONFIG_DRM_IMX_PARALLEL_DISPLAY) += parallel-display.o
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
DKconfig10 Choose this option if you have an ATMEL SoC with an HLCDC display
/linux-4.4.14/drivers/staging/xgifb/
DKconfig2 tristate "XGI display support"
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db96 API-drm-display-mode-from-videomode
97 API-drm-display-mode-to-videomode
98 API-of-get-drm-display-mode
152 API-drm-display-info-set-bus-formats
334 API-drm-fb-helper-pan-display
400 API-mipi-dsi-dcs-set-display-off
401 API-mipi-dsi-dcs-set-display-on
429 API-drm-hdmi-avi-infoframe-from-display-mode
430 API-drm-hdmi-vendor-infoframe-from-display-mode
520 API---intel-display-power-is-enabled
[all …]
/linux-4.4.14/drivers/gpu/drm/vc4/
DKconfig14 our display setup.
/linux-4.4.14/fs/nls/
DKconfig282 If you want to display filenames with native language characters
291 If you want to display filenames with native language characters
321 If you want to display filenames with native language characters
333 If you want to display filenames with native language characters
344 If you want to display filenames with native language characters
354 If you want to display filenames with native language characters
364 If you want to display filenames with native language characters
375 If you want to display filenames with native language characters
384 If you want to display filenames with native language characters
393 If you want to display filenames with native language characters
[all …]
/linux-4.4.14/drivers/gpu/drm/omapdrm/
DKconfig15 DRM display driver for OMAP2/3/4 based boards.
/linux-4.4.14/drivers/sbus/char/
DKconfig63 This is the driver for the 7-segment display and LED present on
70 another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
/linux-4.4.14/drivers/video/fbdev/mbx/
Dmbxdebugfs.c12 struct dentry *display; member
229 dbg->display = debugfs_create_file("display", 0444, dbg->dir, in mbxfb_debugfs_init()
247 debugfs_remove(dbg->display); in mbxfb_debugfs_remove()
/linux-4.4.14/arch/nios2/
DKconfig.debug12 Enables the display of the minimum amount of free stack which each
/linux-4.4.14/Documentation/scsi/
Dbnx2fc.txt40 5. "Symbolic Name" in 'fcoeadm -i' output would display if bnx2fc has claimed
66 create/destroy interfaces or to display lun/target information.
/linux-4.4.14/arch/x86/platform/ce4100/
Dfalconfalls.dts82 display@2,0 {
152 display@8,0 {
162 display@8,1 {
/linux-4.4.14/Documentation/s390/
D00-INDEX6 - how to use the IBM 3270 display system support.
/linux-4.4.14/drivers/gpu/drm/tilcdc/
DKconfig12 Choose this option if you have an TI SoC with LCDC display
/linux-4.4.14/include/video/
Ds1d13xxxfb.h152 unsigned char display; member

123