/linux-3.3/drivers/video/omap2/omapfb/ |
D | omapfb-ioctl.c | 284 struct omap_dss_device *display = fb2display(fbi); in omapfb_update_window_nolock() local 287 if (!display) in omapfb_update_window_nolock() 293 display->driver->get_resolution(display, &dw, &dh); in omapfb_update_window_nolock() 298 return display->driver->update(display, x, y, w, h); in omapfb_update_window_nolock() 325 struct omap_dss_device *display = fb2display(fbi); in omapfb_set_update_mode() local 331 if (!display) in omapfb_set_update_mode() 339 d = get_display_data(fbdev, display); in omapfb_set_update_mode() 348 if (display->caps & OMAP_DSS_DISPLAY_CAP_MANUAL_UPDATE) { in omapfb_set_update_mode() 350 omapfb_start_auto_update(fbdev, display); in omapfb_set_update_mode() 352 omapfb_stop_auto_update(fbdev, display); in omapfb_set_update_mode() [all …]
|
D | omapfb-main.c | 668 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() 1243 struct omap_dss_device *display = fb2display(fbi); in omapfb_blank() local 1247 if (!display) in omapfb_blank() 1252 d = get_display_data(fbdev, display); in omapfb_blank() 1256 if (display->state != OMAP_DSS_DISPLAY_SUSPENDED) in omapfb_blank() 1259 if (display->driver->resume) in omapfb_blank() [all …]
|
/linux-3.3/arch/m32r/include/asm/ |
D | s1d13806.h | 18 {0x01FC,0x00}, // Display Mode Register 40 {0x0032,0x4F}, // LCD Horizontal Display Width Register 41 {0x0034,0x12}, // LCD Horizontal Non-Display Period Register 44 {0x0038,0xDF}, // LCD Vertical Display Height Register 0 45 {0x0039,0x01}, // LCD Vertical Display Height Register 1 46 {0x003A,0x2C}, // LCD Vertical Non-Display Period Register 51 {0x0042,0x00}, // LCD Display Start Address Register 0 52 {0x0043,0x00}, // LCD Display Start Address Register 1 53 {0x0044,0x00}, // LCD Display Start Address Register 2 73 {0x0032,0x1d}, // LCD Horizontal Display Width Register [all …]
|
/linux-3.3/include/video/ |
D | s1d13xxxfb.h | 44 #define S1DREG_LCD_DISP_HWIDTH 0x0032 /* LCD Horizontal Display Width Register: ((val)+1)*8)=pix/l… 45 #define S1DREG_LCD_NDISP_HPER 0x0034 /* LCD Horizontal Non-Display Period Register: ((val)+1)*8)=N… 48 #define S1DREG_LCD_DISP_VHEIGHT0 0x0038 /* LCD Vertical Display Height Register 0 */ 49 #define S1DREG_LCD_DISP_VHEIGHT1 0x0039 /* LCD Vertical Display Height Register 1 */ 50 #define S1DREG_LCD_NDISP_VPER 0x003A /* LCD Vertical Non-Display Period Register: (val)+1=NDlines … 53 #define S1DREG_LCD_DISP_MODE 0x0040 /* LCD Display Mode Register */ 55 #define S1DREG_LCD_DISP_START0 0x0042 /* LCD Display Start Address Register 0 */ 56 #define S1DREG_LCD_DISP_START1 0x0043 /* LCD Display Start Address Register 1 */ 57 #define S1DREG_LCD_DISP_START2 0x0044 /* LCD Display Start Address Register 2 */ 61 #define S1DREG_LCD_DISP_FIFO_HTC 0x004A /* LCD Display FIFO High Threshold Control Register */ [all …]
|
/linux-3.3/Documentation/arm/OMAP/ |
D | DSS | 1 OMAP2/3 Display Subsystem 6 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. 62 dynamic display architecture. 89 the overlay is smaller than the display. 91 display. 92 - Display is the actual physical display device. 103 An overlay manager can be connected to one display. There are certain 106 - DISPC TV overlay manager can be only connected to TV display. [all …]
|
/linux-3.3/arch/arm/plat-samsung/include/plat/ |
D | fb.h | 27 * @win_mode: The display parameters to initialise (not for window 0) 43 * the data from the display system to the connected display 49 * @display_mode: The LCD output display mode. 52 * it requires to work with the display(s) attached to the machine. It 53 * controls the initial mode, the number of display windows (0 is always 87 * Initialise the GPIO for an 24bpp LCD display on the RGB interface. 94 * Initialise the GPIO for an 24bpp LCD display on the RGB interface. 101 * Initialise the GPIO for an 24bpp LCD display on the RGB interface. 108 * Initialise the GPIO for an 24bpp LCD display on the RGB interface 0. 115 * Initialise the GPIO for an 24bpp LCD display on the RGB interface.
|
/linux-3.3/drivers/gpu/drm/nouveau/ |
D | nouveau_state.c | 81 engine->display.early_init = nv04_display_early_init; in nouveau_init_engine_ptrs() 82 engine->display.late_takedown = nv04_display_late_takedown; in nouveau_init_engine_ptrs() 83 engine->display.create = nv04_display_create; in nouveau_init_engine_ptrs() 84 engine->display.destroy = nv04_display_destroy; in nouveau_init_engine_ptrs() 85 engine->display.init = nv04_display_init; in nouveau_init_engine_ptrs() 86 engine->display.fini = nv04_display_fini; in nouveau_init_engine_ptrs() 126 engine->display.early_init = nv04_display_early_init; in nouveau_init_engine_ptrs() 127 engine->display.late_takedown = nv04_display_late_takedown; in nouveau_init_engine_ptrs() 128 engine->display.create = nv04_display_create; in nouveau_init_engine_ptrs() 129 engine->display.destroy = nv04_display_destroy; in nouveau_init_engine_ptrs() [all …]
|
/linux-3.3/arch/mips/mti-malta/ |
D | malta-display.c | 18 * Display routines for display messages in MIPS boards ascii display. 33 static unsigned int __iomem *display = NULL; in mips_display_message() local 36 if (unlikely(display == NULL)) in mips_display_message() 37 display = ioremap(ASCII_DISPLAY_POS_BASE, 16*sizeof(int)); in mips_display_message() 41 __raw_writel(*str++, display + i); in mips_display_message() 43 __raw_writel(' ', display + i); in mips_display_message()
|
/linux-3.3/drivers/video/omap2/dss/ |
D | Kconfig | 2 tristate "OMAP2+ Display Subsystem support" 5 OMAP2+ Display Subsystem support. 43 DPI Interface. This is the Parallel Display Interface. 53 such as a display or a framebuffer chip. 76 SDI (Serial Display Interface) support. 78 SDI is a high speed one-way display serial bus between the host 79 processor and a display. 86 MIPI DSI (Display Serial Interface) support. 89 processor and a peripheral, such as a display or a framebuffer chip.
|
/linux-3.3/drivers/staging/asus_oled/ |
D | README | 2 Driver for Asus OLED display present in some Asus laptops. 9 controlling OLED display :( 33 You can check if it has detected your OLED display by looking into dmesg output. 37 If it doesn't find your display, you can try removing usbhid module. 58 With this option provided, asus_oled driver will switch off the display 60 logo. If you don't use the display, it is probably the good idea to switch it off, 78 on and off the display. Reading from this file will tell you the last 99 The physical size of the display is 128x32 pixels. Static and flashing pictures 108 in the upper half of the display (rows 0-15). This is because only the first half 111 of the display, and the lower half will be empty. After few seconds upper part will [all …]
|
/linux-3.3/arch/arm/mach-sa1100/ |
D | jornada720.c | 59 {0x01FC,0x00}, // Display Mode Register 75 {0x0032,0x4F}, // LCD Horizontal Display Width Register 76 {0x0034,0x07}, // LCD Horizontal Non-Display Period Register 79 {0x0038,0xEF}, // LCD Vertical Display Height Register 0 80 {0x0039,0x00}, // LCD Vertical Display Height Register 1 81 {0x003A,0x13}, // LCD Vertical Non-Display Period Register 84 {0x0040,0x05}, // LCD Display Mode Register (2:4bpp,3:8bpp,5:16bpp) 86 {0x0042,0x00}, // LCD Display Start Address Register 0 87 {0x0043,0x00}, // LCD Display Start Address Register 1 88 {0x0044,0x00}, // LCD Display Start Address Register 2 [all …]
|
/linux-3.3/Documentation/ABI/testing/ |
D | sysfs-platform-asus-laptop | 1 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.
|
/linux-3.3/tools/perf/Documentation/ |
D | perf-top.txt | 47 Display this many functions. 51 Only display functions with more events than this. 107 Zero history across display updates. 141 Display call chains using type, min percent threshold and order. 158 Display refresh delay. 161 Number of entries to display. 164 Event to display when multiple counters are active. 167 Profile display filter (>= hit count). 170 Annotation display filter (>= % of total). 176 Stop annotation, return to full profile display. [all …]
|
/linux-3.3/drivers/gpu/drm/gma500/ |
D | psb_intel_reg.h | 243 * digital display port. The range is 4 to 13; 10 or more 417 /* Turns on border drawing to allow centered display. */ 780 /* Turns on border drawing to allow centered display. */ 967 * The display module performs a software reset. 972 * The display module returns the current power mode 976 * The display module returns the current status. 985 * The display module returns the Display Image Mode status. 989 * The display module returns the Display Signal Mode. 993 * The display module returns the self-diagnostic results following 998 * This command causes the display module to enter the Sleep mode. [all …]
|
/linux-3.3/Documentation/filesystems/ |
D | 9p.txt | 78 0x01 = display verbose error messages 80 0x04 = display 9p trace 81 0x08 = display VFS trace 82 0x10 = display Marshalling debug 83 0x20 = display RPC debug 84 0x40 = display transport debug 85 0x80 = display allocation debug 86 0x100 = display protocol message debug 87 0x200 = display Fid debug 88 0x400 = display packet debug [all …]
|
/linux-3.3/Documentation/laptops/ |
D | asus-laptop.txt | 13 On some models adds support for changing the display brightness and output, 38 - LED Display control 90 Display switching 93 Note: the display switching code is currently considered EXPERIMENTAL. 110 /sys/devices/platform/asus-laptop/display. The significance of those values 160 2) Echo values from 0 to 15 to /sys/devices/platform/asus-laptop/display. 170 echo $((10#$arg-60)) > /sys/devices/platform/asus-laptop/display 174 Note: there is currently no reliable way to read display status on xxN 177 LED display 180 Some models like the W1N have a LED display that can be used to display [all …]
|
/linux-3.3/drivers/video/via/ |
D | viamode.c | 109 {VIASR, SR16, 0xFF, 0x08}, /* Display FIFO threshold Control */ 110 {VIASR, SR17, 0xFF, 0x1F}, /* Display FIFO Control */ 118 {VIASR, SR22, 0xFF, 0x1F}, /* Display Arbiter Control 1 */ 710 /* Display : 480x640 (GTF) */ 713 /* Display : 640x480 */ 716 /* Display : 720x480 (GTF) */ 719 /* Display : 720x576 (GTF) */ 722 /* Display : 800x600 */ 725 /* Display : 800x480 (CVT) */ 728 /* Display : 848x480 (CVT) */ [all …]
|
/linux-3.3/drivers/video/ |
D | nuc900fb.c | 95 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() 123 /* it should be the same size as the display */ 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() [all …]
|
/linux-3.3/arch/arm/mach-at91/ |
D | board-yl-9200.c | 405 {S1DREG_COM_DISP_MODE, 0x01}, /* Display Mode Register, LCD only*/ 419 {S1DREG_LCD_DISP_HWIDTH, 0x4F}, /* LCD Horizontal Display Width Register*/ 420 {S1DREG_LCD_NDISP_HPER, 0x13}, /* LCD Horizontal Non-Display Period Register*/ 423 {S1DREG_LCD_DISP_VHEIGHT0, 0xDF}, /* LCD Vertical Display Height Register 0*/ 424 {S1DREG_LCD_DISP_VHEIGHT1, 0x01}, /* LCD Vertical Display Height Register 1*/ 425 {S1DREG_LCD_NDISP_VPER, 0x2c}, /* LCD Vertical Non-Display Period Register*/ 428 {S1DREG_LCD_DISP_MODE, 0x05}, /* LCD Display Mode Register*/ 430 {S1DREG_LCD_DISP_START0, 0x00}, /* LCD Display Start Address Register 0*/ 431 {S1DREG_LCD_DISP_START1, 0x00}, /* LCD Display Start Address Register 1*/ 432 {S1DREG_LCD_DISP_START2, 0x00}, /* LCD Display Start Address Register 2*/ [all …]
|
/linux-3.3/Documentation/fb/ |
D | modedb.txt | 41 '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
|
/linux-3.3/include/linux/ |
D | dio.h | 175 #define DIO_DESC_FBUFFER "bitmapped display" 193 #define DIO_ID_MISC7 0x19 /* 237 display */ 194 #define DIO_DESC_MISC7 "237 display" 215 #define DIO_DESC2_GATORBOX "98700/98710 \"gatorbox\" display" 217 #define DIO_DESC2_TOPCAT "98544/98545/98547 \"topcat\" display" 219 #define DIO_DESC2_RENAISSANCE "98720/98721 \"renaissance\" display" 221 #define DIO_DESC2_LRCATSEYE "low-res catseye display" 223 #define DIO_DESC2_HRCCATSEYE "high-res color catseye display" 225 #define DIO_DESC2_HRMCATSEYE "high-res mono catseye display" 227 #define DIO_DESC2_DAVINCI "98730/98731 \"davinci\" display" [all …]
|
/linux-3.3/Documentation/devicetree/bindings/powerpc/fsl/ |
D | diu.txt | 1 * Freescale Display Interface Unit 15 - edid : verbatim EDID data block describing attached display. 17 program the display controller. 20 display@2c000 { 28 display@2100 {
|
/linux-3.3/include/linux/dvb/ |
D | osd.h | 120 OSD_YCRCB422, /* 4:2:2 YCRCB Graphic Display */ 121 OSD_YCRCB444, /* 4:4:4 YCRCB Graphic Display */ 123 OSD_VIDEOTSIZE, /* True Size Normal MPEG Video Display */ 124 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */ 125 OSD_VIDEOQSIZE, /* MPEG Video Display Quarter Resolution */ 126 OSD_VIDEODSIZE, /* MPEG Video Display Double Resolution */ 127 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */ 128 OSD_VIDEOTQSIZE, /* True Size MPEG Video Display Quarter Resolution*/ 129 OSD_VIDEOTDSIZE, /* True Size MPEG Video Display Double Resolution */ 130 OSD_VIDEONSIZE, /* Full Size MPEG Video Display */
|
/linux-3.3/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.h | 46 /* this enumerates display type. */ 133 * Exynos DRM Display Structure. 137 * @is_connected: check for that display is connected or not. 138 * @get_edid: get edid modes from display driver. 139 * @get_panel: get panel object from display driver. 141 * @power_on: display device on or off. 158 * @mode_set: convert drm_display_mode to hw specific display mode and 160 * @commit: set current hw specific display mode to hw. 177 * sub drivers such as display controller or hdmi driver, 185 * @display: pointer to callbacks for exynos drm specific framebuffer. [all …]
|
/linux-3.3/arch/sh/include/asm/ |
D | sh7760fb.h | 80 /* DISPLAY-ENABLE polarity inversion */ 83 /* DISPLAY DATA BUS polarity inversion */ 95 /* Display types supported by the LCDC */ 133 /* Set this member to a valid fb_videmode for the display you 143 /* LDMTR includes display type and signal polarity. The 147 * Display Enable signal (default high-active) DISPEN_LOWACT 148 * Display Data signals (default high-active) DPOL_LOWACT 152 * NOTE: also set a display type! 163 * for the display. Please read the SH7760 Hardware Manual,
|