| /Linux-v5.15/Documentation/fb/ |
| 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
|
| 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:
|
| 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'
|
| /Linux-v5.15/drivers/gpu/drm/imx/ |
| D | Kconfig | 14 tristate "Support for parallel displays" 20 tristate "Support for TV and VGA displays" 29 tristate "Support for LVDS displays"
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/modules/hdcp/ |
| D | hdcp.h | 204 struct mod_hdcp_display displays[MAX_NUM_OF_DISPLAYS]; member 522 if (is_display_active(&hdcp->displays[i])) in get_active_display_count() 534 if (is_display_active(&hdcp->displays[i])) { in get_first_active_display() 535 display = &hdcp->displays[i]; in get_first_active_display() 548 if (hdcp->displays[i].index == index && in get_active_display_at_index() 549 is_display_active(&hdcp->displays[i])) { in get_active_display_at_index() 550 display = &hdcp->displays[i]; in get_active_display_at_index() 563 if (!is_display_active(&hdcp->displays[i])) { in get_empty_display_container() 564 display = &hdcp->displays[i]; in get_empty_display_container()
|
| D | hdcp_psp.c | 307 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp1_destroy_session() 308 hdcp->displays[i].state = in mod_hdcp_hdcp1_destroy_session() 311 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_destroy_session() 441 if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE) in mod_hdcp_hdcp1_enable_dp_stream_encryption() 447 hdcp_cmd->in_msg.hdcp1_enable_dp_stream_encryption.display_handle = hdcp->displays[i].index; in mod_hdcp_hdcp1_enable_dp_stream_encryption() 457 hdcp->displays[i].state = MOD_HDCP_DISPLAY_ENCRYPTION_ENABLED; in mod_hdcp_hdcp1_enable_dp_stream_encryption() 458 HDCP_HDCP1_ENABLED_TRACE(hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_enable_dp_stream_encryption() 559 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp2_destroy_session() 560 hdcp->displays[i].state = in mod_hdcp_hdcp2_destroy_session() 563 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp2_destroy_session() [all …]
|
| D | hdcp.c | 59 if (hdcp->displays[i].state != MOD_HDCP_DISPLAY_INACTIVE && in is_cp_desired_hdcp1() 60 hdcp->displays[i].adjust.disable != MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION) { in is_cp_desired_hdcp1() 79 if (hdcp->displays[i].state != MOD_HDCP_DISPLAY_INACTIVE && in is_cp_desired_hdcp2() 80 hdcp->displays[i].adjust.disable != MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION) { in is_cp_desired_hdcp2()
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| 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
|
| D | sysfs-class-chromeos-driver-cros-ec-lightbar | 56 that it displays under various conditions, such as at 58 file displays the current sequence that the lightbar is
|
| D | sysfs-ocfs2 | 12 The /sys/fs/ocfs2/max_locking_protocol file displays version 53 The /sys/fs/ocfs2/active_cluster_plugin displays which
|
| D | procfs-diskstats | 5 The /proc/diskstats file displays the I/O statistics
|
| /Linux-v5.15/drivers/video/fbdev/omap2/omapfb/ |
| 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()
|
| D | Makefile | 4 obj-y += displays/
|
| D | Kconfig | 39 source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"
|
| /Linux-v5.15/drivers/video/fbdev/ |
| 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()
|
| /Linux-v5.15/Documentation/admin-guide/media/ |
| 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
|
| /Linux-v5.15/Documentation/hwmon/ |
| 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
|
| /Linux-v5.15/include/linux/platform_data/ |
| D | fb-s3c2410.h | 73 struct s3c2410fb_display *displays; /* attached displays info */ member
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | btmrvl.rst | 84 This command displays current auto sleep status. 93 This command displays the value of Tx download ready flag.
|
| /Linux-v5.15/tools/perf/Documentation/ |
| D | perf-evlist.txt | 15 This command displays the names of events sampled in a perf.data file.
|
| D | perf-buildid-list.txt | 15 This command displays the buildids found in a perf.data file, so that other
|
| /Linux-v5.15/drivers/usb/typec/altmodes/ |
| D | Kconfig | 9 displays and adapters to be attached to the USB Type-C
|
| /Linux-v5.15/Documentation/arm/omap/ |
| D | dss.rst | 46 The DSS driver models OMAP's overlays, overlay managers and displays in a 150 restrictions which kinds of displays an overlay manager can be connected: 153 - Virtual overlay managers can only be connected to DBI or DSI displays. 154 - DISPC LCD overlay manager can be connected to all displays, except TV 238 framebuffers, overlays, overlay managers, displays. Framebuffers are 316 - Default video mode for specified displays. For example,
|
| /Linux-v5.15/drivers/staging/fbtft/ |
| D | README | 5 The module 'fbtft' makes writing drivers for some of these displays very easy.
|
| /Linux-v5.15/Documentation/devicetree/bindings/display/ |
| D | repaper.txt | 1 Pervasive Displays RePaper branded e-ink displays
|