Home
last modified time | relevance | path

Searched full:output (Results 1 – 25 of 9026) sorted by relevance

12345678910>>...362

/OK3568_Linux_fs/external/xserver/randr/
H A Drroutput.c30 * Notify the output of some change
33 RROutputChanged(RROutputPtr output, Bool configChanged) in RROutputChanged() argument
36 ScreenPtr pScreen = output->pScreen; in RROutputChanged()
39 output->changed = TRUE; in RROutputChanged()
59 * Create an output
66 RROutputPtr output; in RROutputCreate() local
83 output = malloc(sizeof(RROutputRec) + nameLength + 1); in RROutputCreate()
84 if (!output) in RROutputCreate()
86 output->id = FakeClientID(0); in RROutputCreate()
87 output->pScreen = pScreen; in RROutputCreate()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Doutput.c19 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_get_modes() local
27 if (output->panel) { in tegra_output_connector_get_modes()
28 err = drm_panel_get_modes(output->panel, connector); in tegra_output_connector_get_modes()
33 if (output->edid) in tegra_output_connector_get_modes()
34 edid = kmemdup(output->edid, sizeof(*edid), GFP_KERNEL); in tegra_output_connector_get_modes()
35 else if (output->ddc) in tegra_output_connector_get_modes()
36 edid = drm_get_edid(connector, output->ddc); in tegra_output_connector_get_modes()
38 cec_notifier_set_phys_addr_from_edid(output->cec, edid); in tegra_output_connector_get_modes()
52 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_detect() local
55 if (output->hpd_gpio) { in tegra_output_connector_detect()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c31 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_transition() argument
42 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition()
43 set_state_id(hdcp, output, HDCP_INITIALIZED); in mod_hdcp_hdcp2_transition()
45 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition()
46 set_state_id(hdcp, output, H2_A1_SEND_AKE_INIT); in mod_hdcp_hdcp2_transition()
54 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp2_transition()
57 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp2_transition()
60 set_watchdog_in_ms(hdcp, 100, output); in mod_hdcp_hdcp2_transition()
61 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition()
62 set_state_id(hdcp, output, H2_A1_VALIDATE_AKE_CERT); in mod_hdcp_hdcp2_transition()
[all …]
H A Dhdcp1_transition.c31 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_transition() argument
41 callback_in_ms(500, output); in mod_hdcp_hdcp1_transition()
45 callback_in_ms(0, output); in mod_hdcp_hdcp1_transition()
46 set_state_id(hdcp, output, H1_A1_EXCHANGE_KSVS); in mod_hdcp_hdcp1_transition()
52 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
60 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
63 callback_in_ms(300, output); in mod_hdcp_hdcp1_transition()
64 set_state_id(hdcp, output, in mod_hdcp_hdcp1_transition()
70 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
79 fail_and_restart_in_ms(1000, &status, output); in mod_hdcp_hdcp1_transition()
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger_arm64.c37 void fiq_debugger_dump_pc(struct fiq_debugger_output *output, in fiq_debugger_dump_pc() argument
40 output->printf(output, " pc %016lx cpsr %08lx mode %s\n", in fiq_debugger_dump_pc()
44 void fiq_debugger_dump_regs_aarch32(struct fiq_debugger_output *output, in fiq_debugger_dump_regs_aarch32() argument
47 output->printf(output, " r0 %08x r1 %08x r2 %08x r3 %08x\n", in fiq_debugger_dump_regs_aarch32()
50 output->printf(output, " r4 %08x r5 %08x r6 %08x r7 %08x\n", in fiq_debugger_dump_regs_aarch32()
53 output->printf(output, " r8 %08x r9 %08x r10 %08x r11 %08x\n", in fiq_debugger_dump_regs_aarch32()
56 output->printf(output, " ip %08x sp %08x lr %08x pc %08x\n", in fiq_debugger_dump_regs_aarch32()
59 output->printf(output, " cpsr %08x (%s)\n", in fiq_debugger_dump_regs_aarch32()
63 void fiq_debugger_dump_regs_aarch64(struct fiq_debugger_output *output, in fiq_debugger_dump_regs_aarch64() argument
67 output->printf(output, " x0 %016lx x1 %016lx\n", in fiq_debugger_dump_regs_aarch64()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0012-Support-setting-output-flow-direction.patch4 Subject: [PATCH 12/79] Support setting output flow direction
6 Set env "WESTON_OUTPUT_FLOW" to change output flow direction:
27 @@ -134,6 +134,8 @@ struct output {
39 struct output *output = data;
40 + struct desktop *desktop = output->desktop;
43 output->x = x;
44 output->y = y;
46 + if (y && output->panel) {
48 + surface = window_get_wl_surface(output->panel->window);
50 + output->output, surface);
[all …]
H A D0016-backend-drm-Support-controlling-output-dynamically.patch4 Subject: [PATCH 16/79] backend-drm: Support controlling output dynamically
6 Use config file to set output's rotate/down-scale/size/pos/mode/off/
7 freeze/display-rectangle and prefer/primary output.
12 Supported configs format is "output:<output name>:<config>", for
14 echo "output:DSI-1:off" >> /tmp/.weston_drm.conf
15 echo "output:eDP-1:freeze" >> /tmp/.weston_drm.conf
16 echo "output:all:rotate90" >> /tmp/.weston_drm.conf
17 echo "output:all:rect=<100,20,1636,2068>" >> /tmp/.weston_drm.conf
18 echo "output:HDMI-A-1:mode=800x600" >> /tmp/.weston_drm.conf
19 echo "output:HDMI-A-1:pos=100,200" >> /tmp/.weston_drm.conf
[all …]
/OK3568_Linux_fs/u-boot/include/dt-bindings/clock/
H A Dtegra186-clock.h25 * @defgroup extern_output external output clocks
349 /** @brief output of gate CLK_ENB_FUSE */
353 * @details output of gate CLK_ENB_GPU. This output connects to the GPU
359 /** @brief output of gate CLK_ENB_PCIE */
361 /** @brief output of the divider IPFS_CLK_DIVISOR */
363 /** @brief output of gate CLK_ENB_PCIE2_IOBIST */
365 /** @brief output of gate CLK_ENB_PCIERX0*/
367 /** @brief output of gate CLK_ENB_PCIERX1*/
369 /** @brief output of gate CLK_ENB_PCIERX2*/
371 /** @brief output of gate CLK_ENB_PCIERX3*/
[all …]
/OK3568_Linux_fs/kernel/include/dt-bindings/clock/
H A Dtegra186-clock.h26 * @defgroup extern_output external output clocks
350 /** @brief output of gate CLK_ENB_FUSE */
354 * @details output of gate CLK_ENB_GPU. This output connects to the GPU
360 /** @brief output of gate CLK_ENB_PCIE */
362 /** @brief output of the divider IPFS_CLK_DIVISOR */
364 /** @brief output of gate CLK_ENB_PCIE2_IOBIST */
366 /** @brief output of gate CLK_ENB_PCIERX0*/
368 /** @brief output of gate CLK_ENB_PCIERX1*/
370 /** @brief output of gate CLK_ENB_PCIERX2*/
372 /** @brief output of gate CLK_ENB_PCIERX3*/
[all …]
/OK3568_Linux_fs/buildroot/package/weston/
H A D0013-Support-setting-output-flow-direction.patch4 Subject: [PATCH 13/93] Support setting output flow direction
6 Set env "WESTON_OUTPUT_FLOW" to change output flow direction:
27 @@ -135,6 +135,8 @@ struct output {
39 struct output *output = data;
40 + struct desktop *desktop = output->desktop;
43 output->x = x;
44 output->y = y;
46 + if (y && output->panel) {
48 + surface = window_get_wl_surface(output->panel->window);
50 + output->output, surface);
[all …]
H A D0019-backend-drm-Support-controlling-output-dynamically.patch4 Subject: [PATCH 19/95] backend-drm: Support controlling output dynamically
6 Use config file to set output's rotate/down-scale/size/pos/mode/off/
7 freeze/input/display-rectangle and prefer/primary output.
12 Supported configs format is "output:<output name>:<config>", for
14 echo "output:DSI-1:off" >> /tmp/.weston_drm.conf
15 echo "output:eDP-1:freeze" >> /tmp/.weston_drm.conf
16 echo "output:all:rotate90" >> /tmp/.weston_drm.conf
17 echo "output:all:rect=<100,20,1636,2068>" >> /tmp/.weston_drm.conf
18 echo "output:HDMI-A-1:mode=800x600" >> /tmp/.weston_drm.conf
19 echo "output:HDMI-A-1:pos=100,200" >> /tmp/.weston_drm.conf
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0013-Support-setting-output-flow-direction.patch4 Subject: [PATCH 13/93] Support setting output flow direction
6 Set env "WESTON_OUTPUT_FLOW" to change output flow direction:
27 @@ -135,6 +135,8 @@ struct output {
39 struct output *output = data;
40 + struct desktop *desktop = output->desktop;
43 output->x = x;
44 output->y = y;
46 + if (y && output->panel) {
48 + surface = window_get_wl_surface(output->panel->window);
50 + output->output, surface);
[all …]
H A D0019-backend-drm-Support-controlling-output-dynamically.patch4 Subject: [PATCH 19/93] backend-drm: Support controlling output dynamically
6 Use config file to set output's rotate/down-scale/size/pos/mode/off/
7 freeze/input/display-rectangle and prefer/primary output.
12 Supported configs format is "output:<output name>:<config>", for
14 echo "output:DSI-1:off" >> /tmp/.weston_drm.conf
15 echo "output:eDP-1:freeze" >> /tmp/.weston_drm.conf
16 echo "output:all:rotate90" >> /tmp/.weston_drm.conf
17 echo "output:all:rect=<100,20,1636,2068>" >> /tmp/.weston_drm.conf
18 echo "output:HDMI-A-1:mode=800x600" >> /tmp/.weston_drm.conf
19 echo "output:HDMI-A-1:pos=100,200" >> /tmp/.weston_drm.conf
[all …]
/OK3568_Linux_fs/u-boot/board/nvidia/p2571/
H A Dpinmux-config-p2571.h66 PINCFG(PEX_L0_CLKREQ_N_PA1, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, NORMAL),
67 PINCFG(PEX_WAKE_N_PA2, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, NORMAL),
68 PINCFG(PEX_L1_RST_N_PA3, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, NORMAL),
69 PINCFG(PEX_L1_CLKREQ_N_PA4, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, NORMAL),
71 PINCFG(PA6, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
72 PINCFG(DAP1_FS_PB0, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
73 PINCFG(DAP1_DIN_PB1, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
74 PINCFG(DAP1_DOUT_PB2, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
75 PINCFG(DAP1_SCLK_PB3, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
76 PINCFG(SPI2_MOSI_PB4, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c172 if (xf86_config->output[o]->crtc == crtc) in xf86CrtcInUse()
191 * Return whether the output is leased by a client
195 xf86OutputIsLeased(xf86OutputPtr output) in xf86OutputIsLeased() argument
198 if (!output->randr_output) in xf86OutputIsLeased()
200 return RROutputIsLeased(output->randr_output); in xf86OutputIsLeased()
216 xf86OutputPtr output = xf86_config->output[o]; in xf86CrtcSetScreenSubpixelOrder() local
218 if (output->crtc == crtc) { in xf86CrtcSetScreenSubpixelOrder()
219 switch (output->subpixel_order) { in xf86CrtcSetScreenSubpixelOrder()
226 subpixel_order = output->subpixel_order; in xf86CrtcSetScreenSubpixelOrder()
325 * adjust it according to limitations or output properties, and also in xf86CrtcSetModeTransform()
[all …]
/OK3568_Linux_fs/u-boot/board/toradex/apalis-tk1/
H A Dpinmux-config-apalis-tk1.h78 PINCFG(DAP2_DOUT_PA5, HDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
87 PINCFG(UART3_RTS_N_PC0, GMI, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
88 PINCFG(UART2_TXD_PC2, IRDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
92 PINCFG(PC7, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
93 PINCFG(PG0, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
94 PINCFG(PG1, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
95 PINCFG(PG2, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
96 PINCFG(PG3, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
97 PINCFG(PG4, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
98 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
[all …]
/OK3568_Linux_fs/u-boot/board/cei/cei-tk1-som/
H A Dpinmux-config-cei-tk1-som.h85 PINCFG(UART3_CTS_N_PA1, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
86 PINCFG(DAP2_FS_PA2, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
87 PINCFG(DAP2_SCLK_PA3, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
89 PINCFG(DAP2_DOUT_PA5, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
98 PINCFG(UART3_RTS_N_PC0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
99 PINCFG(UART2_TXD_PC2, IRDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
103 PINCFG(PC7, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
109 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
110 PINCFG(PG6, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
112 PINCFG(PH0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbblogging.py12 …self.assertEqual(item.count(entry), count, msg="Output:\n'''\n%s\n'''\ndoesn't contain %d copies o…
18 self.assertIn("ERROR: Logfile of failure stored in:", result.output)
19 self.assertNotIn("This is shell stdout", result.output)
20 self.assertNotIn("This is shell stderr", result.output)
26 self.assertIn("ERROR: Logfile of failure stored in:", result.output)
27 self.assertCount(result.output, "This is shell stdout", 1)
28 self.assertCount(result.output, "This is shell stderr", 1)
34 self.assertIn("ERROR: Logfile of failure stored in:", result.output)
36 self.assertCount(result.output, "This is shell stdout", 2)
37 self.assertCount(result.output, "This is shell stderr", 2)
[all …]
H A Dpkgdata.py25 self.assertEqual(result.output, 'libz1\nbusybox')
27 self.assertEqual(result.output, 'libz-dev')
29 self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output)
30 …self.assertEqual(result.output, 'ERROR: The following packages could not be found: nonexistentpkg')
33 self.assertEqual(result.output, 'zlib\nbusybox')
35 self.assertEqual(result.output, 'zlib-dev')
37 self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output)
38 …self.assertEqual(result.output, 'ERROR: The following packages could not be found: nonexistentpkg')
42 self.assertEqual(result.output, 'zlib')
44 self.assertEqual(result.output, 'libz1')
[all …]
/OK3568_Linux_fs/u-boot/board/nvidia/nyan-big/
H A Dpinmux-config-nyan-big.h89 PINCFG(UART3_CTS_N_PA1, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
94 PINCFG(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
96 PINCFG(PB0, RSVD2, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
97 PINCFG(PB1, RSVD2, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
102 PINCFG(UART3_RTS_N_PC0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
103 PINCFG(UART2_TXD_PC2, IRDA, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
104 PINCFG(UART2_RXD_PC3, IRDA, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
112 PINCFG(PG4, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
113 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
114 PINCFG(PG6, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
[all …]
/OK3568_Linux_fs/kernel/tools/build/feature/
H A DMakefile75 FILES := $(addprefix $(OUTPUT),$(FILES))
84 BUILD = $(__BUILD) > $(@:.bin=.make.output) 2>&1
87 BUILDXX = $(__BUILDXX) > $(@:.bin=.make.output) 2>&1
91 $(OUTPUT)test-all.bin:
94 $(OUTPUT)test-hello.bin:
97 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:
100 $(OUTPUT)test-pthread-barrier.bin:
103 $(OUTPUT)test-stackprotector-all.bin:
106 $(OUTPUT)test-fortify-source.bin:
109 $(OUTPUT)test-bionic.bin:
[all …]
/OK3568_Linux_fs/u-boot/board/nvidia/jetson-tk1/
H A Dpinmux-config-jetson-tk1.h93 PINCFG(UART3_CTS_N_PA1, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
94 PINCFG(DAP2_FS_PA2, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
95 PINCFG(DAP2_SCLK_PA3, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
97 PINCFG(DAP2_DOUT_PA5, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
106 PINCFG(UART3_RTS_N_PC0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
107 PINCFG(UART2_TXD_PC2, IRDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
111 PINCFG(PC7, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
117 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
118 PINCFG(PG6, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
120 PINCFG(PH0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
[all …]
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0013-linuxfb-Use-triple-buffer-by-default.patch32 struct Output {
33 - Output() : backFb(0), flipped(false) { }
34 + Output() : backFb(0), flipPending(false) { }
47 void swapBuffers(Output *output);
48 + void waitForFlip(Output *output);
51 Output *output(int idx) { return &m_outputs[idx]; }
55 output.backFb = 0;
56 - output.flipped = false;
57 + output.flipPending = false;
64 Output *output = static_cast<Output *>(user_data);
[all …]
H A D0021-linuxfbdrm-Delay-setMode-to-swapBuffers.patch23 + void setMode(Output *output);
24 void swapBuffers(Output *output);
25 void waitForFlip(Output *output);
32 +void QLinuxFbDevice::setMode(Output *output)
34 - for (Output &output : m_outputs) {
35 - drmModeModeInfo &modeInfo(output.kmsOutput.modes[output.kmsOutput.mode]);
36 - if (drmModeSetCrtc(fd(), output.kmsOutput.crtc_id, output.fb[0].fb, 0, 0,
37 - &output.kmsOutput.connector_id, 1, &modeInfo) == -1) {
41 + drmModeModeInfo &modeInfo(output->kmsOutput.modes[output->kmsOutput.mode]);
43 + if (output->kmsOutput.mode_set)
[all …]
/OK3568_Linux_fs/buildroot/package/crda/
H A D0001-crda-support-python-3-in-utils-key2pub.py.patch85 def print_ssl_64(output, name, val):
95 - output.write('static BN_ULONG %s[%d] = {\n' % (name, len(vnew)))
99 + output.write(u'static BN_ULONG {}[] = {{\n'.format(name))
104 - output.write('\t')
105 - output.write('0x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x, ' % (ord(v1), ord(v2), ord(v3), ord(v4),…
106 + output.write(u'\t')
107 + output.write(u'0x{:016x}ULL, '.format(vword))
111 - output.write('\n')
112 + output.write(u'\n')
114 - output.write('\n')
[all …]

12345678910>>...362