| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | video.c | 17 struct display_info_t const *dev = displays+i; in board_video_skip() 25 panel = displays[0].mode.name; in board_video_skip() 31 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip() 37 ret = ipuv3_fb_init(&displays[i].mode, displays[i].di ? 1 : 0, in board_video_skip() 38 displays[i].pixfmt); in board_video_skip() 40 if (displays[i].enable) in board_video_skip() 41 displays[i].enable(displays + i); in board_video_skip() 44 displays[i].mode.name, in board_video_skip() 45 displays[i].mode.xres, in board_video_skip() 46 displays[i].mode.yres); in board_video_skip() [all …]
|
| /OK3568_Linux_fs/u-boot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 538 static struct display_info_t const displays[] = { variable 588 for (i = 0; i < ARRAY_SIZE(displays); i++) { in board_video_skip() 589 struct display_info_t const *dev = displays + i; in board_video_skip() 597 panel = displays[0].mode.name; in board_video_skip() 602 for (i = 0; i < ARRAY_SIZE(displays); i++) { in board_video_skip() 603 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip() 607 if (i < ARRAY_SIZE(displays)) { in board_video_skip() 608 ret = ipuv3_fb_init(&displays[i].mode, 0, displays[i].pixfmt); in board_video_skip() 610 if (displays[i].enable) in board_video_skip() 611 displays[i].enable(displays + i); in board_video_skip() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | sa1100fb.rst | 14 For most common passive displays, giving the option:: 22 displays are supported as long as the SDS bit is set in LCCR0; GPIO<9:2> 25 For active displays or displays requiring additional configuration
|
| H A D | efifb.rst | 7 both firmware with Graphics Output Protocol (GOP) displays as well as older 8 systems with only Universal Graphics Adapter (UGA) displays. 22 For UGA displays, efifb does not have any kind of autodetection of your 36 For GOP displays, efifb can autodetect the display's resolution and framebuffer 47 Options for GOP displays:
|
| H A D | modedb.rst | 32 If 'R' is specified, do a 'reduced blanking' calculation for digital displays. 94 The GTF is limited by the fact that it is designed mainly for CRT displays. 102 displays, the "reduced blanking" calculation can be used. 107 new CRT displays and probably with most flatpanels, if 'reduced blanking'
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-edac | 15 Description: This attribute file displays how many seconds have elapsed 22 Description: This attribute file displays the type of memory controller 28 Description: This attribute file displays, in count of megabytes, of memory 34 Description: This attribute file displays the total count of uncorrectable 42 Description: This attribute file displays the number of UEs that have 49 Description: This attribute file displays the total count of correctable 59 Description: This attribute file displays the number of CEs that 82 Description: This attribute file displays the information about the last 145 Description: This attribute file displays the total count of correctable 154 Description: This attribute file displays the total count of uncorrectable
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp.h | 204 struct mod_hdcp_display displays[MAX_NUM_OF_DISPLAYS]; member 516 if (is_display_active(&hdcp->displays[i])) in get_active_display_count() 528 if (is_display_active(&hdcp->displays[i])) { in get_first_active_display() 529 display = &hdcp->displays[i]; in get_first_active_display() 542 if (hdcp->displays[i].index == index && in get_active_display_at_index() 543 is_display_active(&hdcp->displays[i])) { in get_active_display_at_index() 544 display = &hdcp->displays[i]; in get_active_display_at_index() 557 if (!is_display_active(&hdcp->displays[i])) { in get_empty_display_container() 558 display = &hdcp->displays[i]; in get_empty_display_container()
|
| H A D | hdcp_psp.c | 190 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp1_destroy_session() 191 hdcp->displays[i].state = in mod_hdcp_hdcp1_destroy_session() 194 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_destroy_session() 324 if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE) in mod_hdcp_hdcp1_enable_dp_stream_encryption() 330 hdcp_cmd->in_msg.hdcp1_enable_dp_stream_encryption.display_handle = hdcp->displays[i].index; in mod_hdcp_hdcp1_enable_dp_stream_encryption() 340 hdcp->displays[i].state = MOD_HDCP_DISPLAY_ENCRYPTION_ENABLED; in mod_hdcp_hdcp1_enable_dp_stream_encryption() 341 HDCP_HDCP1_ENABLED_TRACE(hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_enable_dp_stream_encryption() 455 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp2_destroy_session() 456 hdcp->displays[i].state = in mod_hdcp_hdcp2_destroy_session() 459 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp2_destroy_session() [all …]
|
| H A D | hdcp.c | 55 if (hdcp->displays[i].state != MOD_HDCP_DISPLAY_INACTIVE && in is_cp_desired_hdcp1() 56 !hdcp->displays[i].adjust.disable) { in is_cp_desired_hdcp1() 76 if (hdcp->displays[i].state != MOD_HDCP_DISPLAY_INACTIVE && in is_cp_desired_hdcp2() 77 !hdcp->displays[i].adjust.disable) { in is_cp_desired_hdcp2()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/ |
| H A D | Kconfig | 14 tristate "Support for parallel displays" 20 tristate "Support for TV and VGA displays" 29 tristate "Support for LVDS displays"
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Helper.c | 528 for (i = 0, disp = scrp->confScreen->displays; in xf86SetDepthBpp() 543 for (i = 0, disp = scrp->confScreen->displays; in xf86SetDepthBpp() 563 scrp->confScreen->displays = in xf86SetDepthBpp() 564 xnfreallocarray(scrp->confScreen->displays, in xf86SetDepthBpp() 572 memset(&scrp->confScreen->displays[i], 0, sizeof(DispRec)); in xf86SetDepthBpp() 573 scrp->confScreen->displays[i].blackColour.red = -1; in xf86SetDepthBpp() 574 scrp->confScreen->displays[i].blackColour.green = -1; in xf86SetDepthBpp() 575 scrp->confScreen->displays[i].blackColour.blue = -1; in xf86SetDepthBpp() 576 scrp->confScreen->displays[i].whiteColour.red = -1; in xf86SetDepthBpp() 577 scrp->confScreen->displays[i].whiteColour.green = -1; in xf86SetDepthBpp() [all …]
|
| /OK3568_Linux_fs/buildroot/package/evtest/ |
| H A D | Config.in | 4 evtest displays information on the input device specified on 6 device. It then monitors the device and displays all the
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxconfig.c | 70 DMXConfigList *displays; member 90 if (!dmxConfigCmd.displays) in dmxConfigStoreDisplay() 91 dmxConfigCmd.displays = entry; in dmxConfigStoreDisplay() 95 for (pt = dmxConfigCmd.displays; pt->next; pt = pt->next); in dmxConfigStoreDisplay() 416 for (pt = dmxConfigCmd.displays; pt; pt = pt->next) { in dmxConfigFromCommandLine() 497 if (dmxConfigCmd.displays) in dmxConfigConfigure()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxstat.c | 111 dmxStatActivate(const char *interval, const char *displays) in dmxStatActivate() argument 114 dmxStatDisplays = (displays ? atoi(displays) : 0); in dmxStatActivate()
|
| H A D | dmxstat.h | 47 extern void dmxStatActivate(const char *interval, const char *displays);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb.h | 91 struct omapfb_display_data displays[10]; member 155 if (fbdev->displays[i].dssdev == dssdev) in get_display_data() 156 return &fbdev->displays[i]; in get_display_data()
|
| H A D | Makefile | 4 obj-y += displays/
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | s3c2410fb.c | 123 struct s3c2410fb_display *default_display = mach_info->displays + in s3c2410fb_check_var() 138 if (type == mach_info->displays[i].type && in s3c2410fb_check_var() 139 var->yres == mach_info->displays[i].yres && in s3c2410fb_check_var() 140 var->xres == mach_info->displays[i].xres && in s3c2410fb_check_var() 141 var->bits_per_pixel == mach_info->displays[i].bpp) { in s3c2410fb_check_var() 142 display = mach_info->displays + i; in s3c2410fb_check_var() 847 display = mach_info->displays + mach_info->default_display; in s3c24xxfb_probe() 942 unsigned long smem_len = mach_info->displays[i].xres; in s3c24xxfb_probe() 944 smem_len *= mach_info->displays[i].yres; in s3c24xxfb_probe() 945 smem_len *= mach_info->displays[i].bpp; in s3c24xxfb_probe()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/traceroute/ |
| H A D | traceroute_2.1.0.bb | 2 DESCRIPTION = "The traceroute utility displays the route used by IP packets on \ 3 their way to a specified network (or Internet) host. Traceroute displays \
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | davinci-vpbe.rst | 45 Support LCD Panel displays using the VENC. For example to support a Logic 51 various LCD displays.As of this patch a basic driver is present, and this 52 support for external encoders and displays forms a part of the next
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | ibmaem.rst | 32 is a register that displays an estimate of raw energy consumption since the 43 The "power_cap" value displays the current system power cap, as set by the AEM
|
| /OK3568_Linux_fs/u-boot/board/aristainetos/ |
| H A D | aristainetos.c | 154 struct display_info_t const displays[] = { variable 203 size_t display_count = ARRAY_SIZE(displays);
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | package-make-target.txt | 65 | +show-recursive-depends+ | Recursively displays the dependencies 71 | +show-recursive-rdepends+ | Recursively displays the reverse
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/mach-imx/ |
| H A D | video.h | 26 extern struct display_info_t const displays[];
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | Makefile | 8 obj-y += displays/
|