Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 25 of 130) sorted by relevance

123456

/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Dvirtio_gpu-none-fails.txt6 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail
7 kms_bw@connected-linear-tiling-1-displays-2160x1440p,Fail
8 kms_bw@connected-linear-tiling-1-displays-2560x1440p,Fail
9 kms_bw@connected-linear-tiling-1-displays-3840x2160p,Fail
10 kms_bw@connected-linear-tiling-10-displays-1920x1080p,Fail
11 kms_bw@connected-linear-tiling-10-displays-2160x1440p,Fail
12 kms_bw@connected-linear-tiling-10-displays-2560x1440p,Fail
13 kms_bw@connected-linear-tiling-10-displays-3840x2160p,Fail
14 kms_bw@connected-linear-tiling-11-displays-1920x1080p,Fail
15 kms_bw@connected-linear-tiling-11-displays-2160x1440p,Fail
[all …]
Dmediatek-mt8173-fails.txt9 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail
10 kms_bw@connected-linear-tiling-1-displays-2160x1440p,Fail
11 kms_bw@connected-linear-tiling-1-displays-2560x1440p,Fail
12 kms_bw@connected-linear-tiling-1-displays-3840x2160p,Fail
13 kms_bw@connected-linear-tiling-2-displays-1920x1080p,Fail
14 kms_bw@connected-linear-tiling-2-displays-2160x1440p,Fail
15 kms_bw@connected-linear-tiling-2-displays-2560x1440p,Fail
16 kms_bw@connected-linear-tiling-2-displays-3840x2160p,Fail
17 kms_bw@linear-tiling-1-displays-1920x1080p,Fail
18 kms_bw@linear-tiling-1-displays-2160x1440p,Fail
[all …]
Dmediatek-mt8183-fails.txt12 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail
13 kms_bw@connected-linear-tiling-1-displays-2160x1440p,Fail
14 kms_bw@connected-linear-tiling-1-displays-2560x1440p,Fail
15 kms_bw@linear-tiling-1-displays-1920x1080p,Fail
16 kms_bw@linear-tiling-1-displays-3840x2160p,Fail
Drockchip-rk3399-flakes.txt6 kms_bw@linear-tiling-1-displays-2560x1440p
48 kms_bw@connected-linear-tiling-1-displays-2560x1440p
/linux-6.12.1/Documentation/fb/
Dsa1100fb.rst14 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
Defifb.rst7 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.12.1/drivers/gpu/drm/imx/ipuv3/
DKconfig13 tristate "Support for parallel displays"
19 tristate "Support for TV and VGA displays"
28 tristate "Support for LVDS displays"
/linux-6.12.1/Documentation/gpu/amdgpu/display/
Dmpo-overview.rst179 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.
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
214 or disable it in favor of multiple displays; it is a policy decision. For
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-devices-edac15 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
Dsysfs-class-chromeos-driver-cros-ec-lightbar56 that it displays under various conditions, such as at
58 file displays the current sequence that the lightbar is
Dsysfs-ocfs212 The /sys/fs/ocfs2/max_locking_protocol file displays version
53 The /sys/fs/ocfs2/active_cluster_plugin displays which
/linux-6.12.1/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp.h204 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()
Dhdcp_psp.c311 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()
451 hdcp_cmd->in_msg.hdcp1_enable_dp_stream_encryption.display_handle = hdcp->displays[i].index; 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()
[all …]
Dhdcp.c59 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.12.1/drivers/gpu/drm/solomon/
DKconfig2 tristate "DRM support for Solomon SSD13xx OLED displays"
15 tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)"
25 tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/
Domapfb.h91 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()
DMakefile4 obj-y += displays/
/linux-6.12.1/Documentation/tools/rtla/
Drtla-timerlat.rst22 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
Drtla-osnoise.rst23 mode displays information about the periodic summary from the *osnoise* tracer.
24 The **rtla osnoise hist** mode displays information about the noise using
Dcommon_osnoise_description.rst7 At the end of each period, the *osnoise* tracer displays a summary of
/linux-6.12.1/Documentation/hwmon/
Dibmaem.rst32 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.12.1/drivers/gpu/drm/imx/lcdc/
DKconfig2 tristate "Freescale i.MX LCDC displays"
/linux-6.12.1/Documentation/admin-guide/
Dbtmrvl.rst84 This command displays current auto sleep status.
93 This command displays the value of Tx download ready flag.
/linux-6.12.1/Documentation/admin-guide/media/
Dcec.rst84 used in some hotel displays. See http://www.htng.org.
227 Some displays when in standby mode have no HDMI Hotplug Detect signal, but
229 message in order to wake up such displays. Unfortunately, not all CEC
236 If set, then the hardware cannot wake up displays with this behavior.
294 We have seen some CEC implementations in displays that use a microcontroller
417 according to the EDIDs of the connected displays. But if the ``manufacturer_name``
419 of the HDMI Input based on the supported resolutions of the connected displays.
421 displays support 4kp60, then it will advertise 4kp60 on the HDMI input, otherwise
436 The CEC Vendor ID to report to connected displays.
456 resolutions supported by the connected displays, and it will not be possible
/linux-6.12.1/tools/perf/Documentation/
Dperf-evlist.txt15 This command displays the names of events sampled in a perf.data file.

123456