/linux/Documentation/gpu/amdgpu/display/ |
H A D | mpo-overview.rst | 179 AMDGPU supports display MPO when using multiple displays; however, this feature 185 video playback in the middle of two displays, and it is up to the compositor to 197 documentation supposes an example where we have two displays and video playback 198 that will be moved around different displays. 204 the two displays, we need to use 2 pipes. See the example below where we avoid 208 - 2 displays (2 pipes) + MPO (1-2 pipes); we will use 4 pipes. MPO in the 209 middle of both displays needs 2 pipes. 210 - 3 Displays (3 pipes) + MPO (1-2 pipes), we need 5 pipes. 212 If we use MPO with multiple displays, the userspace has to decide to enable 213 multiple MPO by the price of limiting the number of external displays supported [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-devices-cciss | 5 Description: Displays the SCSI INQUIRY page 0 model for logical drive 12 Description: Displays the SCSI INQUIRY page 0 revision for logical 19 Description: Displays the SCSI INQUIRY page 83 serial number for logical 26 Description: Displays the SCSI INQUIRY page 0 vendor for logical drive 46 Description: Displays the 8-byte LUN ID used to address logical 53 Description: Displays the RAID level of logical drive Y of 60 Description: Displays the usage count (number of opens) of logical drive Y
|
H A D | sysfs-driver-habanalabs | 31 Description: Displays the current frequency, in MHz, of the device clock. 56 Description: Displays the code name of the device according to its type. 70 Description: Displays the device's version from the eFuse 90 Description: Displays how many times the device have undergone a hard-reset 117 Description: Displays the current clock frequency, in Hz, of the Interconnect 149 Description: Displays the current clock frequency, in Hz, of the MME compute 156 Description: Displays the device's module id 162 Description: Displays the name of the parent device of the accel device 168 Description: Displays the PCI address of the device. This is needed so the 195 Description: Displays the device's security status [all …]
|
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
|
H A D | debugfs-driver-habanalabs | 21 Description: Displays a list with information about the currently allocated 28 Description: Displays a list with information about the currently active 35 Description: Displays a list with detailed information about each JOB (CB) of 132 Description: Displays the status registers values of the device engines and 216 Description: Displays the hop values and physical address for a given ASID 306 Description: Displays a list with information about the current user 322 Description: Displays a list with information about all the active virtual
|
H A D | sysfs-firmware-efi | 25 Description: Displays the physical addresses of all EFI Configuration 35 Description: Displays the content of the Runtime Configuration Interface
|
H A 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
|
H A D | sysfs-kernel-slab | 115 The cpu_slabs file is read-only and displays how many cpu slabs 315 The objects file is read-only and displays how many objects are 324 The objects_partial file is read-only and displays how many 374 The partial file is read-only and displays how long many 460 The slabs file is read-only and displays how long many slabs 479 The total_objects file is read-only and displays how many total
|
H A D | sysfs-driver-hid-logitech-lg4ff | 13 Description: Displays a set of alternate modes supported by a wheel. Each 63 Description: Displays the real model of the wheel regardless of any
|
H A D | sysfs-ocfs2 | 12 The /sys/fs/ocfs2/max_locking_protocol file displays version 53 The /sys/fs/ocfs2/active_cluster_plugin displays which
|
/linux/Documentation/fb/ |
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 | 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 | modedb.rst | 40 If 'R' is specified, do a 'reduced blanking' calculation for digital displays. 104 The GTF is limited by the fact that it is designed mainly for CRT displays. 112 displays, the "reduced blanking" calculation can be used. 117 new CRT displays and probably with most flatpanels, if 'reduced blanking'
|
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_psp.c | 311 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp1_destroy_session() 312 hdcp->displays[i].state = in mod_hdcp_hdcp1_destroy_session() 315 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_destroy_session() 448 if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE) in mod_hdcp_hdcp1_enable_dp_stream_encryption() 454 hdcp_cmd->in_msg.hdcp1_enable_dp_stream_encryption.display_handle = hdcp->displays[i].index; in mod_hdcp_hdcp1_enable_dp_stream_encryption() 464 hdcp->displays[i].state = MOD_HDCP_DISPLAY_ENCRYPTION_ENABLED; in mod_hdcp_hdcp1_enable_dp_stream_encryption() 465 HDCP_HDCP1_ENABLED_TRACE(hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_enable_dp_stream_encryption() 566 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp2_destroy_session() 567 hdcp->displays[i].state = in mod_hdcp_hdcp2_destroy_session() 570 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp2_destroy_session() [all …]
|
H A D | hdcp.c | 55 /* if all displays on the link don't need authentication, in is_cp_desired_hdcp1() 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() 75 /* if all displays on the link don't need authentication, in is_cp_desired_hdcp2() 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/Documentation/devicetree/bindings/auxdisplay/ |
H A D | hit,hd44780.yaml | 17 expander boards based on the PCF8574 available for these displays. For 68 Internal buffer width (default is 40 for displays with 1 or 2 lines, and 69 display-width-chars for displays with more than 2 lines).
|
/linux/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()
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | repaper.txt | 1 Pervasive Displays RePaper branded e-ink displays
|
/linux/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
|
/linux/Documentation/arch/arm/omap/ |
H A 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/Documentation/tools/rtla/ |
H A D | rtla-timerlat.rst | 19 The **rtla timerlat top** mode displays a summary of the periodic output 20 from the *timerlat* tracer. The **rtla timerlat hist** mode displays
|
H A D | rtla-osnoise.rst | 23 mode displays information about the periodic summary from the *osnoise* tracer. 24 The **rtla osnoise hist** mode displays information about the noise using
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | lontium,lt9211.yaml | 49 port-1 to drive higher resolution displays 62 port-1 to drive higher resolution displays.
|
/linux/drivers/input/tablet/ |
H A D | aiptek.c | 1053 * both displays current setting and allows reprogramming. 1089 * both displays current setting and allows reprogramming. 1125 * both displays current setting and allows reprogramming. 1166 * both displays current setting and allows reprogramming. 1207 * both displays current setting and allows reprogramming. 1248 * both displays current setting and allows reprogramming. 1277 * both displays current setting and allows reprogramming. 1306 * only displays current setting. 1319 * only displays current setting. 1358 * both displays current setting and allows for setting changing. [all …]
|
/linux/drivers/gpu/drm/solomon/ |
H A D | ssd130x-i2c.c | 3 * DRM driver for Solomon SSD13xx OLED displays (I2C bus) 17 #define DRIVER_DESC "DRM driver for Solomon SSD13xx OLED displays (I2C)"
|