Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 2005) sorted by relevance

12345678910>>...81

/openbmc/linux/drivers/gpu/drm/i915/
H A DMakefile231 display/hsw_ips.o \
236 display/intel_bw.o \
259 display/intel_fb.o \
285 display/intel_tc.o \
288 display/intel_wm.o \
290 display/i9xx_wm.o \
304 display/dvo_ivch.o \
308 display/g4x_dp.o \
309 display/g4x_hdmi.o \
310 display/icl_dsi.o \
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dallwinner,sun4i-a10-display-engine.yaml4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-display-engine.yaml#
52 - allwinner,sun4i-a10-display-engine
54 - allwinner,sun5i-a13-display-engine
55 - allwinner,sun6i-a31-display-engine
57 - allwinner,sun7i-a20-display-engine
58 - allwinner,sun8i-a23-display-engine
59 - allwinner,sun8i-a33-display-engine
61 - allwinner,sun8i-h3-display-engine
62 - allwinner,sun8i-r40-display-engine
63 - allwinner,sun8i-v3s-display-engine
[all …]
H A Dcirrus,clps711x-fb.txt8 - display : phandle to a display node as described in
9 Documentation/devicetree/bindings/display/panel/display-timing.txt.
10 Additionally, the display node has to define properties:
25 display = <&display>;
28 display: display {
33 display-timings {
H A Dallwinner,sun4i-a10-display-frontend.yaml4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-display-frontend.yaml#
14 The display engine frontend does formats conversion, scaling,
20 - allwinner,sun4i-a10-display-frontend
21 - allwinner,sun5i-a13-display-frontend
22 - allwinner,sun6i-a31-display-frontend
23 - allwinner,sun7i-a20-display-frontend
24 - allwinner,sun8i-a23-display-frontend
25 - allwinner,sun8i-a33-display-frontend
26 - allwinner,sun9i-a80-display-frontend
92 fe0: display-frontend@1e00000 {
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.c84 spin_lock(&i915->display.fb_tracking.lock); in frontbuffer_flush()
86 spin_unlock(&i915->display.fb_tracking.lock); in frontbuffer_flush()
114 spin_lock(&i915->display.fb_tracking.lock); in intel_frontbuffer_flip_prepare()
118 spin_unlock(&i915->display.fb_tracking.lock); in intel_frontbuffer_flip_prepare()
134 spin_lock(&i915->display.fb_tracking.lock); in intel_frontbuffer_flip_complete()
138 spin_unlock(&i915->display.fb_tracking.lock); in intel_frontbuffer_flip_complete()
158 spin_lock(&i915->display.fb_tracking.lock); in intel_frontbuffer_flip()
161 spin_unlock(&i915->display.fb_tracking.lock); in intel_frontbuffer_flip()
173 spin_lock(&i915->display.fb_tracking.lock); in __intel_fb_invalidate()
194 spin_lock(&i915->display.fb_tracking.lock); in __intel_fb_flush()
[all …]
H A Dintel_hotplug.c216 &dev_priv->display.hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling()
225 display.hotplug.reenable_work.work); in intel_hpd_irq_storm_reenable_work()
363 queue_work(i915->display.hotplug.dp_wq, &i915->display.hotplug.dig_port_work); in intel_hpd_trigger_irq()
373 display.hotplug.hotplug_work.work); in i915_hotplug_work_func()
388 dev_priv->display.hotplug.event_bits = 0; in i915_hotplug_work_func()
390 dev_priv->display.hotplug.retry_bits = 0; in i915_hotplug_work_func()
464 &dev_priv->display.hotplug.hotplug_work, in i915_hotplug_work_func()
593 queue_work(dev_priv->display.hotplug.dp_wq, &dev_priv->display.hotplug.dig_port_work); in intel_hpd_irq_handler()
638 display.hotplug.poll_init_work); in i915_hpd_poll_init_work()
767 dev_priv->display.hotplug.event_bits = 0; in intel_hpd_cancel_work()
[all …]
H A Dintel_wm.c47 if (i915->display.funcs.wm->update_wm) in intel_update_watermarks()
48 i915->display.funcs.wm->update_wm(i915); in intel_update_watermarks()
56 if (i915->display.funcs.wm->compute_pipe_wm) in intel_compute_pipe_wm()
119 if (i915->display.funcs.wm->get_hw_state) in intel_wm_get_hw_state()
219 latencies = dev_priv->display.wm.skl_latency; in pri_wm_latency_show()
221 latencies = dev_priv->display.wm.pri_latency; in pri_wm_latency_show()
234 latencies = dev_priv->display.wm.skl_latency; in spr_wm_latency_show()
236 latencies = dev_priv->display.wm.spr_latency; in spr_wm_latency_show()
249 latencies = dev_priv->display.wm.skl_latency; in cur_wm_latency_show()
251 latencies = dev_priv->display.wm.cur_latency; in cur_wm_latency_show()
[all …]
H A Dintel_lpe_audio.c172 int irq = dev_priv->display.audio.lpe.irq; in lpe_audio_irq_init()
210 if (dev_priv->display.audio.lpe.irq < 0) { in lpe_audio_setup()
212 dev_priv->display.audio.lpe.irq); in lpe_audio_setup()
213 ret = dev_priv->display.audio.lpe.irq; in lpe_audio_setup()
230 if (IS_ERR(dev_priv->display.audio.lpe.platdev)) { in lpe_audio_setup()
246 irq_free_desc(dev_priv->display.audio.lpe.irq); in lpe_audio_setup()
248 dev_priv->display.audio.lpe.irq = -1; in lpe_audio_setup()
249 dev_priv->display.audio.lpe.platdev = NULL; in lpe_audio_setup()
308 irq_free_desc(dev_priv->display.audio.lpe.irq); in intel_lpe_audio_teardown()
310 dev_priv->display.audio.lpe.irq = -1; in intel_lpe_audio_teardown()
[all …]
H A Dintel_cdclk.c1031 dev_priv->display.cdclk.hw.vco = vco; in skl_dpll0_enable()
1045 dev_priv->display.cdclk.hw.vco = 0; in skl_dpll0_disable()
1160 dev_priv->display.cdclk.hw.cdclk == dev_priv->display.cdclk.hw.bypass) in skl_sanitize_cdclk()
1180 dev_priv->display.cdclk.hw.cdclk = 0; in skl_sanitize_cdclk()
1182 dev_priv->display.cdclk.hw.vco = -1; in skl_sanitize_cdclk()
1600 dev_priv->display.cdclk.hw.vco = 0; in bxt_de_pll_disable()
1617 dev_priv->display.cdclk.hw.vco = vco; in bxt_de_pll_enable()
1629 dev_priv->display.cdclk.hw.vco = 0; in icl_cdclk_pll_disable()
1989 dev_priv->display.cdclk.hw.cdclk == dev_priv->display.cdclk.hw.bypass) in bxt_sanitize_cdclk()
2046 dev_priv->display.cdclk.hw.vco = -1; in bxt_sanitize_cdclk()
[all …]
H A Dintel_dkl_phy.c20 spin_lock_init(&i915->display.dkl.phy_lock); in intel_dkl_phy_init()
49 spin_lock(&i915->display.dkl.phy_lock); in intel_dkl_phy_read()
54 spin_unlock(&i915->display.dkl.phy_lock); in intel_dkl_phy_read()
70 spin_lock(&i915->display.dkl.phy_lock); in intel_dkl_phy_write()
75 spin_unlock(&i915->display.dkl.phy_lock); in intel_dkl_phy_write()
91 spin_lock(&i915->display.dkl.phy_lock); in intel_dkl_phy_rmw()
96 spin_unlock(&i915->display.dkl.phy_lock); in intel_dkl_phy_rmw()
109 spin_lock(&i915->display.dkl.phy_lock); in intel_dkl_phy_posting_read()
114 spin_unlock(&i915->display.dkl.phy_lock); in intel_dkl_phy_posting_read()
H A Dintel_audio.c395 mutex_lock(&i915->display.audio.mutex); in hsw_audio_codec_disable()
435 cdclk = i915->display.cdclk.hw.cdclk; in calc_hblank_early_prog()
536 mutex_lock(&i915->display.audio.mutex); in hsw_audio_codec_enable()
730 if (i915->display.funcs.audio) in intel_audio_codec_enable()
788 if (i915->display.funcs.audio) in intel_audio_codec_disable()
839 if (i915->display.funcs.audio) in intel_audio_codec_get_config()
898 get_aud_ts_cdclk_m_n(i915->display.cdclk.hw.ref, i915->display.cdclk.hw.cdclk, &aud_ts); in intel_audio_cdclk_change_post()
1044 return i915->display.cdclk.hw.cdclk; in i915_audio_component_get_cdclk_freq()
1196 i915->display.audio.component = acomp; in i915_audio_component_bind()
1211 i915->display.audio.component = NULL; in i915_audio_component_unbind()
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dinitialization.js91 g_canvas_dbus.style.display = 'block';
92 g_group_by_dbus.style.display = 'block';
95 g_canvas_ipmi.style.display = 'block';
96 g_group_by_ipmi.style.display = 'block';
99 g_canvas_asio.style.display = 'block';
100 g_group_by_asio.style.display = 'block';
127 g_scapy_error_content.style.display = 'none';
186 g_WelcomeScreen.style.display = 'none';
192 g_Blocker.style.display = 'none';
195 g_Blocker.style.display = 'block';
[all …]
/openbmc/u-boot/doc/
H A DREADME.LED_display1 LED display internal API
4 This README describes the LED display API.
6 The API is defined by the include file include/led-display.h
9 Then you need to provide the following functions to access LED display:
13 This function should control the state of the LED display. Argument is
15 DISPLAY_CLEAR -- clear the display
16 DISPLAY_HOME -- set the position to the beginning of display
20 This function should display it's parameter on the LED display in the
24 With this functions defined 'display' command will display it's
25 arguments on the LED display (or clear the display if called without
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c216 if (display && display->driver->sync) in omapfb_setup_mem()
217 display->driver->sync(display); in omapfb_setup_mem()
482 if (!display || !display->driver->memory_read) in omapfb_memory_read()
603 if (!display || !display->driver->sync) { in omapfb_ioctl()
609 r = display->driver->sync(display); in omapfb_ioctl()
614 if (!display || !display->driver->update) { in omapfb_ioctl()
632 if (!display || !display->driver->update) { in omapfb_ioctl()
800 if (!display || !display->driver->run_test) { in omapfb_ioctl()
815 if (!display || !display->driver->run_test) { in omapfb_ioctl()
863 if (!display || !display->driver->enable_te) { in omapfb_ioctl()
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dutbuffer.c42 display &= ~DB_DISPLAY_DATA_ONLY; in acpi_ut_dump_buffer()
49 display = DB_BYTE_DISPLAY; in acpi_ut_dump_buffer()
69 acpi_os_printf("%*s", ((display * 2) + 1), " "); in acpi_ut_dump_buffer()
70 j += display; in acpi_ut_dump_buffer()
74 switch (display) { in acpi_ut_dump_buffer()
109 j += display; in acpi_ut_dump_buffer()
180 acpi_ut_dump_buffer(buffer, count, display, 0); in acpi_ut_debug_dump_buffer()
219 display = DB_BYTE_DISPLAY; in acpi_ut_dump_buffer_to_file()
238 j += display; in acpi_ut_dump_buffer_to_file()
242 switch (display) { in acpi_ut_dump_buffer_to_file()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/sprd/
H A Dsprd,display-subsystem.yaml4 $id: http://devicetree.org/schemas/display/sprd/sprd,display-subsystem.yaml#
14 DPU devices or other display interface nodes that comprise the
17 Unisoc's display pipeline have several components as below description,
18 multi display controllers and corresponding physical interfaces.
19 For different display scenarios, dpu0 and dpu1 maybe binding to different
23 dpu0 and dpu1 both binding to DSI for dual mipi-dsi display;
24 dpu0 binding to DSI for primary display, and dpu1 binding to DP for external display;
44 const: sprd,display-subsystem
51 Should contain a list of phandles pointing to display interface port
62 display-subsystem {
[all …]
/openbmc/qemu/tests/tcg/cris/
H A D.gdbinit4 display /i $pc
5 display /x $srp
6 display /x $r0
7 display /x $r1
8 display /x $r2
9 display /x $r3
10 display /x $r4
11 display /t $ccs
/openbmc/phosphor-webui/app/server-health/styles/
H A Dsensors.scss11 display: block;
16 display: block;
20 display: block;
26 display: flex;
32 display: block;
37 display: none;
54 display: block;
58 display: flex;
64 display: flex;
71 display: block;
[all …]
/openbmc/linux/drivers/staging/fbtft/
H A Dfbtft-core.c555 if (display->gamma_num * display->gamma_len > in fbtft_framebuffer_alloc()
583 display->debug = pdata->display.debug; in fbtft_framebuffer_alloc()
585 display->backlight = pdata->display.backlight; in fbtft_framebuffer_alloc()
587 display->width = pdata->display.width; in fbtft_framebuffer_alloc()
589 display->height = pdata->display.height; in fbtft_framebuffer_alloc()
591 display->buswidth = pdata->display.buswidth; in fbtft_framebuffer_alloc()
593 display->regwidth = pdata->display.regwidth; in fbtft_framebuffer_alloc()
609 vmem_size = display->width * display->height * bpp / 8; in fbtft_framebuffer_alloc()
626 if (display->gamma_num && display->gamma_len) { in fbtft_framebuffer_alloc()
1232 if (display->regwidth == 8 && display->buswidth == 8) in fbtft_probe_common()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/
H A Dmodtronix,lcd2s.yaml14 The display supports a serial I2C and SPI interface. The driver currently
24 I2C bus address of the display.
26 display-height-chars:
27 description: Height of the display, in character cells.
32 display-width-chars:
33 description: Width of the display, in character cells.
41 - display-height-chars
42 - display-width-chars
55 display-height-chars = <4>;
56 display-width-chars = <20>;
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0015-gprofng-change-use-of-bignum-to-bigint.patch5 diff --git a/gprofng/gp-display-html/gp-display-html.in b/gprofng/gp-display-html/gp-display-html.in
7 --- a/gprofng/gp-display-html/gp-display-html.in
8 +++ b/gprofng/gp-display-html/gp-display-html.in
/openbmc/phosphor-webui/app/access-control/styles/
H A Dcertificate.scss26 display: none;
30 display: block;
37 display: block;
39 display: none;
45 display: block;
47 display: none;
56 display: none;
90 display: none;
119 display: block;
127 display: flex;
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra186-display.yaml4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra186-display.yaml#
19 - nvidia,tegra186-display
20 - nvidia,tegra194-display
69 "^display@[0-9a-f]+$":
125 display-hub@15200000 {
149 display@15200000 {
168 display@15210000 {
187 display@15220000 {
214 display-hub@15200000 {
237 display@15200000 {
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Ddisplay-timings.yaml4 $id: http://devicetree.org/schemas/display/panel/display-timings.yaml#
7 title: display timings
15 A display panel may be able to handle several display timings,
17 The display-timings node makes it possible to specify the timings
18 and to specify the timing that is native for the display.
22 const: display-timings
27 The default display timing is the one specified as native-mode.
46 display-timings {
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c255 struct mod_hdcp_display *display, in update_display_adjustments() argument
262 display->adjust.disable == true && in update_display_adjustments()
264 display->adjust.disable = false; in update_display_adjustments()
271 display->adjust.disable = true; in update_display_adjustments()
275 memcmp(adj, &display->adjust, in update_display_adjustments()
361 *display_container = *display; in mod_hdcp_add_display()
389 if (!display) { in mod_hdcp_remove_display()
435 if (!display) { in mod_hdcp_update_display()
471 display->adjust = *display_adjust; in mod_hdcp_update_display()
492 if (!display) { in mod_hdcp_query_display()
[all …]

12345678910>>...81