Searched refs:display (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hti.c16 * any display resources before we create our display outputs.
19 i915->display.hti.state = intel_de_read(i915, HDPORT_STATE);
27 return i915->display.hti.state & HDPORT_ENABLED &&
28 i915->display.hti.state & HDPORT_DDI_USED(phy);
33 if (!(i915->display.hti.state & HDPORT_ENABLED))
40 return REG_FIELD_GET(HDPORT_DPLL_USED_MASK, i915->display.hti.state);
H A Dintel_dkl_phy.c20 mtx_init(&i915->display.dkl.phy_lock, IPL_NONE);
49 spin_lock(&i915->display.dkl.phy_lock);
54 spin_unlock(&i915->display.dkl.phy_lock);
70 spin_lock(&i915->display.dkl.phy_lock);
75 spin_unlock(&i915->display.dkl.phy_lock);
91 spin_lock(&i915->display.dkl.phy_lock);
96 spin_unlock(&i915->display.dkl.phy_lock);
109 spin_lock(&i915->display.dkl.phy_lock);
114 spin_unlock(&i915->display.dkl.phy_lock);
H A Dintel_frontbuffer.c51 * The other type of display power saving feature only cares about busyness
84 spin_lock(&i915->display.fb_tracking.lock);
85 frontbuffer_bits &= ~i915->display.fb_tracking.busy_bits;
86 spin_unlock(&i915->display.fb_tracking.lock);
114 spin_lock(&i915->display.fb_tracking.lock);
115 i915->display.fb_tracking.flip_bits |= frontbuffer_bits;
117 i915->display.fb_tracking.busy_bits &= ~frontbuffer_bits;
118 spin_unlock(&i915->display.fb_tracking.lock);
134 spin_lock(&i915->display.fb_tracking.lock);
136 frontbuffer_bits &= i915->display
[all...]
H A Dintel_wm.c47 if (i915->display.funcs.wm->update_wm)
48 i915->display.funcs.wm->update_wm(i915);
56 if (i915->display.funcs.wm->compute_pipe_wm)
57 return i915->display.funcs.wm->compute_pipe_wm(state, crtc);
67 if (!i915->display.funcs.wm->compute_intermediate_wm)
70 if (drm_WARN_ON(&i915->drm, !i915->display.funcs.wm->compute_pipe_wm))
73 return i915->display.funcs.wm->compute_intermediate_wm(state, crtc);
81 if (i915->display.funcs.wm->initial_watermarks) {
82 i915->display.funcs.wm->initial_watermarks(state, crtc);
94 if (i915->display
[all...]
H A Dintel_lpe_audio.c80 #define HAS_LPE_AUDIO(dev_priv) ((dev_priv)->display.audio.lpe.platdev != NULL)
104 rsc[0].start = rsc[0].end = dev_priv->display.audio.lpe.irq;
158 platform_device_unregister(dev_priv->display.audio.lpe.platdev);
183 int irq = dev_priv->display.audio.lpe.irq;
227 dev_priv->display.audio.lpe.irq = irq_alloc_desc(0);
228 if (dev_priv->display.audio.lpe.irq < 0) {
230 dev_priv->display.audio.lpe.irq);
231 ret = dev_priv->display.audio.lpe.irq;
235 drm_dbg(&dev_priv->drm, "irq = %d\n", dev_priv->display.audio.lpe.irq);
246 dev_priv->display
[all...]
H A Dintel_hotplug.c35 * Simply put, hotplug occurs when a display is connected to or disconnected
71 * seen when display port sink is connected, hence on platforms whose DP
74 * this is specific to DP sinks handled by this routine and any other display
126 * stored in @dev_priv->display.hotplug.hpd_storm_threshold which defaults to
132 * &dev_priv->display.hotplug.hpd_storm_threshold. However, some older systems also
147 struct intel_hotplug *hpd = &dev_priv->display.hotplug;
155 (!long_hpd && !dev_priv->display.hotplug.hpd_short_storm_enabled))
197 dev_priv->display.hotplug.stats[pin].state != HPD_MARK_DISABLED)
205 dev_priv->display.hotplug.stats[pin].state = HPD_DISABLED;
216 &dev_priv->display
[all...]
H A Dintel_display_driver.c5 * High level display driver entry points. This is a layer between top level
6 * driver code and low level display functionality; no low level display code or
12 #include <drm/display/drm_dp_mst_helper.h>
88 cdclk_state = to_intel_cdclk_state(i915->display.cdclk.obj.state);
91 intel_cdclk_dump_config(i915, &i915->display.cdclk.hw, "Current CDCLK");
92 cdclk_state->logical = cdclk_state->actual = i915->display.cdclk.hw;
116 INIT_LIST_HEAD(&i915->display.global.obj_list);
228 i915->display.wq.modeset = alloc_ordered_workqueue("i915_modeset", 0);
229 i915->display
[all...]
H A Dintel_audio.c340 struct i915_audio_component *acomp = i915->display.audio.component;
395 mutex_lock(&i915->display.audio.mutex);
417 mutex_unlock(&i915->display.audio.mutex);
435 cdclk = i915->display.cdclk.hw.cdclk;
536 mutex_lock(&i915->display.audio.mutex);
560 mutex_unlock(&i915->display.audio.mutex);
604 mutex_lock(&i915->display.audio.mutex);
619 mutex_unlock(&i915->display.audio.mutex);
642 mutex_lock(&i915->display.audio.mutex);
662 mutex_unlock(&i915->display
[all...]
H A Dintel_cdclk.c46 * The display engine uses several different clocks to do its work. There
49 * are the core display clock (CDCLK) and RAWCLK.
51 * CDCLK clocks most of the display pipe logic, and thus its frequency
57 * to minimize power consumption for a given display configuration.
58 * Typically changes to the CDCLK frequency require all the display pipes
84 dev_priv->display.funcs.cdclk->get_cdclk(dev_priv, cdclk_config);
91 dev_priv->display.funcs.cdclk->set_cdclk(dev_priv, cdclk_config, pipe);
97 return dev_priv->display.funcs.cdclk->modeset_calc_cdclk(cdclk_config);
103 return dev_priv->display.funcs.cdclk->calc_voltage_level(cdclk);
374 "Unknown pnv display cor
[all...]
H A Dintel_display_power_well.h18 for ((__power_well) = (__dev_priv)->display.power.domains.power_wells; \
19 (__power_well) - (__dev_priv)->display.power.domains.power_wells < \
20 (__dev_priv)->display.power.domains.power_well_count; \
24 for ((__power_well) = (__dev_priv)->display.power.domains.power_wells + \
25 (__dev_priv)->display.power.domains.power_well_count - 1; \
26 (__power_well) - (__dev_priv)->display.power.domains.power_wells >= 0; \
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dfix_libs.t31 my $display = defined $arg ? $arg : "undef";
32 is_deeply( MM->_fix_libs($arg), $want, "fix_libs($display)" );
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020121-1.c4 struct display { struct
23 StartDisplay (struct display *d)
/openbsd-current/sys/arch/amd64/conf/
H A DMakefile.amd6430 -I$S/dev/pci/drm/amd/display \
31 -I$S/dev/pci/drm/amd/display/include \
32 -I$S/dev/pci/drm/amd/display/dc \
33 -I$S/dev/pci/drm/amd/display/amdgpu_dm \
46 -I$S/dev/pci/drm/amd/display/dc/inc \
47 -I$S/dev/pci/drm/amd/display/dc/inc/hw \
48 -I$S/dev/pci/drm/amd/display/dc/clk_mgr \
49 -I$S/dev/pci/drm/amd/display/modules/inc \
50 -I$S/dev/pci/drm/amd/display/modules/hdcp \
51 -I$S/dev/pci/drm/amd/display/dmu
[all...]
/openbsd-current/games/hunt/hunt/
H A DMakefile5 SRCS= connect.c hunt.c otto.c playit.c display.c list.c
/openbsd-current/usr.bin/hexdump/
H A DMakefile4 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
/openbsd-current/usr.bin/top/
H A DMakefile8 SRCS= commands.c display.c machine.c screen.c top.c utils.c
/openbsd-current/sys/dev/pci/drm/include/drm/display/
H A Ddrm_hdcp_helper.h12 #include <drm/display/drm_hdcp.h>
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dsc/
H A Ddscc_types.h29 #include <drm/display/drm_dsc.h>
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Ddisplay.c0 /* display.c -- How to display Info windows.
2 $Id: display.c,v 1.4 2006/07/17 16:12:36 espie Exp $
23 #include "display.h"
27 static void free_display (DISPLAY_LINE **display);
34 /* An array of display lines which tell us what is currently visible on
35 the display. */
52 display_clear_display (DISPLAY_LINE **display) argument
56 for (i = 0; display[i]; i++)
58 display[
133 DISPLAY_LINE **display = the_display; local
615 DISPLAY_LINE **display; local
632 free_display(DISPLAY_LINE **display) argument
[all...]
H A Ddisplay.h0 /* display.h -- How the display in Info is done.
2 $Id: display.h,v 1.3 2006/07/17 16:12:36 espie Exp $
37 /* An array of display lines which tell us what is currently visible on
38 the display. */
51 extern void display_clear_display (DISPLAY_LINE **display);
/openbsd-current/usr.bin/talk/
H A DMakefile6 SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
/openbsd-current/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp.c255 struct mod_hdcp_display *display,
262 display->adjust.disable == true &&
264 display->adjust.disable = false;
271 display->adjust.disable = true;
275 memcmp(adj, &display->adjust,
320 struct mod_hdcp_link *link, struct mod_hdcp_display *display,
326 HDCP_TOP_INTERFACE_TRACE_WITH_INDEX(hdcp, display->index);
329 /* skip inactive display */
330 if (display->state != MOD_HDCP_DISPLAY_ACTIVE) {
335 /* check existing display containe
254 update_display_adjustments(struct mod_hdcp *hdcp, struct mod_hdcp_display *display, struct mod_hdcp_display_adjustment *adj) argument
319 mod_hdcp_add_display(struct mod_hdcp *hdcp, struct mod_hdcp_link *link, struct mod_hdcp_display *display, struct mod_hdcp_output *output) argument
382 struct mod_hdcp_display *display = NULL; local
428 struct mod_hdcp_display *display = NULL; local
488 struct mod_hdcp_display *display = NULL; local
[all...]
/openbsd-current/regress/lib/libpthread/group/
H A Dgroup.c24 pthread_mutex_t display; variable
46 CHECKr(pthread_mutex_lock(&display));
106 CHECKr(pthread_mutex_unlock(&display));
153 CHECKr(pthread_mutex_init(&display, NULL));
159 pthread_mutex_lock(&display);
172 pthread_cond_wait(&done, &display);
/openbsd-current/usr.bin/nfsstat/
H A Dnfsstat.c80 u_int interval, display = SHOW_ALL; local
104 display = SHOW_SERVER;
107 display = SHOW_CLIENT;
160 sidewaysintpr(interval, display);
162 intpr(display);
190 intpr(u_int display) argument
196 if (display & SHOW_CLIENT) {
266 if (display == SHOW_ALL)
269 if (display & SHOW_SERVER) {
327 * Repeat display ever
332 sidewaysintpr(u_int interval, u_int display) argument
[all...]
/openbsd-current/sys/dev/ic/
H A Danxdp.h33 #include <drm/display/drm_dp_helper.h>

Completed in 402 milliseconds

1234567891011>>