| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | virtio_gpu-none-fails.txt | 70 kms_bw@linear-tiling-1-displays-1920x1080p,Fail 71 kms_bw@linear-tiling-1-displays-2160x1440p,Fail 72 kms_bw@linear-tiling-1-displays-2560x1440p,Fail 73 kms_bw@linear-tiling-1-displays-3840x2160p,Fail 102 kms_bw@linear-tiling-2-displays-1920x1080p,Fail 103 kms_bw@linear-tiling-2-displays-2160x1440p,Fail 104 kms_bw@linear-tiling-2-displays-2560x1440p,Fail 105 kms_bw@linear-tiling-2-displays-3840x2160p,Fail 106 kms_bw@linear-tiling-3-displays-1920x1080p,Fail 107 kms_bw@linear-tiling-3-displays-2160x1440p,Fail [all …]
|
| H A D | mediatek-mt8173-fails.txt | 2 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail 3 kms_bw@connected-linear-tiling-1-displays-2560x1440p,Fail 4 kms_bw@connected-linear-tiling-1-displays-3840x2160p,Fail 9 kms_bw@linear-tiling-1-displays-1920x1080p,Fail 10 kms_bw@linear-tiling-1-displays-2160x1440p,Fail 11 kms_bw@linear-tiling-1-displays-2560x1440p,Fail 12 kms_bw@linear-tiling-1-displays-3840x2160p,Fail 13 kms_bw@linear-tiling-2-displays-1920x1080p,Fail 14 kms_bw@linear-tiling-2-displays-2160x1440p,Fail 15 kms_bw@linear-tiling-2-displays-2560x1440p,Fail [all …]
|
| H A D | mediatek-mt8183-fails.txt | 3 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail 4 kms_bw@connected-linear-tiling-1-displays-2560x1440p,Fail 5 kms_bw@connected-linear-tiling-1-displays-3840x2160p,Fail 6 kms_bw@linear-tiling-1-displays-1920x1080p,Fail 7 kms_bw@linear-tiling-1-displays-2160x1440p,Fail 8 kms_bw@linear-tiling-1-displays-3840x2160p,Fail
|
| H A D | rockchip-rk3399-flakes.txt | 6 kms_bw@linear-tiling-1-displays-2560x1440p 48 kms_bw@connected-linear-tiling-1-displays-2560x1440p 69 kms_bw@linear-tiling-2-displays-2160x1440p 83 kms_bw@linear-tiling-1-displays-2160x1440p 97 kms_bw@linear-tiling-1-displays-1920x1080p 125 kms_bw@linear-tiling-2-displays-1920x1080p
|
| /linux-6.15/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:
|
| /linux-6.15/drivers/gpu/drm/imx/ipuv3/ |
| H A D | Kconfig | 14 tristate "Support for parallel displays" 23 tristate "Support for TV and VGA displays" 32 tristate "Support for LVDS displays"
|
| /linux-6.15/drivers/gpu/drm/solomon/ |
| H A D | Kconfig | 2 tristate "DRM support for Solomon SSD13xx OLED displays" 16 tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)" 26 tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
|
| /linux-6.15/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp.h | 204 struct mod_hdcp_display displays[MAX_NUM_OF_DISPLAYS]; member 530 if (is_display_active(&hdcp->displays[i])) in get_active_display_count() 542 if (is_display_active(&hdcp->displays[i])) { in get_first_active_display() 543 display = &hdcp->displays[i]; in get_first_active_display() 556 if (hdcp->displays[i].index == index && in get_active_display_at_index() 557 is_display_active(&hdcp->displays[i])) { in get_active_display_at_index() 558 display = &hdcp->displays[i]; in get_active_display_at_index() 571 if (!is_display_active(&hdcp->displays[i])) { in get_empty_display_container() 572 display = &hdcp->displays[i]; in get_empty_display_container()
|
| 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() 445 if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE) in mod_hdcp_hdcp1_enable_dp_stream_encryption() 461 hdcp->displays[i].state = MOD_HDCP_DISPLAY_ENCRYPTION_ENABLED; in mod_hdcp_hdcp1_enable_dp_stream_encryption() 462 HDCP_HDCP1_ENABLED_TRACE(hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_enable_dp_stream_encryption() 563 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp2_destroy_session() 564 hdcp->displays[i].state = in mod_hdcp_hdcp2_destroy_session() 567 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp2_destroy_session() 928 if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE) in mod_hdcp_hdcp2_enable_dp_stream_encryption() [all …]
|
| H A 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-6.15/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
|
| /linux-6.15/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 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. 212 If we use MPO with multiple displays, the userspace has to decide to enable 214 or disable it in favor of multiple displays; it is a policy decision. For 217 * When ASIC has 3 pipes, AMD hardware can NOT support 2 displays with MPO 218 * When ASIC has 4 pipes, AMD hardware can NOT support 3 displays with MPO [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/display/ |
| H A D | lvds-dual-ports.yaml | 13 Common properties for LVDS displays with dual LVDS links. Extend LVDS display 16 Dual-link LVDS displays receive odd pixels and even pixels separately from 18 even pixels. Some of those displays may also use only one LVDS link to
|
| H A D | sharp,ls010b7dh04.yaml | 13 Sharp Memory LCDs are a series of monochrome displays that operate over 14 a SPI bus. The displays require a signal (VCOM) to be generated to prevent
|
| /linux-6.15/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/
|
| /linux-6.15/Documentation/tools/rtla/ |
| 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
|
| H A D | rtla-timerlat.rst | 22 The **rtla timerlat top** mode displays a summary of the periodic output 23 from the *timerlat* tracer. The **rtla hist hist** mode displays a histogram
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/drivers/gpu/drm/imx/lcdc/ |
| H A D | Kconfig | 2 tristate "Freescale i.MX LCDC displays"
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | btmrvl.rst | 84 This command displays current auto sleep status. 93 This command displays the value of Tx download ready flag.
|
| /linux-6.15/Documentation/devicetree/bindings/display/imx/ |
| H A D | nxp,imx8mq-dcss.yaml | 17 2.2) or MIPI-DSI. The DCSS is intended to support up to 4kp60 displays. HDR10 19 driving next generation high dynamic range displays.
|