Home
last modified time | relevance | path

Searched refs:pipe (Results 826 - 850 of 2911) sorted by relevance

1...<<31323334353637383940>>...117

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux_backlight.c166 intel_dp_aux_hdr_get_backlight(struct intel_connector *connector, enum pipe pipe) in intel_dp_aux_hdr_get_backlight() argument
182 u32 pwm_level = panel->backlight.pwm_funcs->get(connector, pipe); in intel_dp_aux_hdr_get_backlight()
291 intel_dp_aux_hdr_setup_backlight(struct intel_connector *connector, enum pipe pipe) in intel_dp_aux_hdr_setup_backlight() argument
304 ret = panel->backlight.pwm_funcs->setup(connector, pipe); in intel_dp_aux_hdr_setup_backlight()
326 panel->backlight.level = intel_dp_aux_hdr_get_backlight(connector, pipe); in intel_dp_aux_hdr_setup_backlight()
333 static u32 intel_dp_aux_vesa_get_backlight(struct intel_connector *connector, enum pipe unused) in intel_dp_aux_vesa_get_backlight()
391 static int intel_dp_aux_vesa_setup_backlight(struct intel_connector *connector, enum pipe pipe) in intel_dp_aux_vesa_setup_backlight() argument
[all...]
H A Dintel_dmc_regs.h16 #define PIPEDMC_CONTROL(pipe) _MMIO_PIPE(pipe, \
22 #define PIPEDMC_ENABLE_MTL(pipe) REG_BIT(((pipe) - PIPE_A) * 4)
/third_party/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c151 struct msm_pipe *msm_pipe = to_msm_pipe(ring->pipe); in ring_cmd_new()
174 cmd->ring_bo = fd_bo_new_ring(ring->pipe->dev, 0x8000, 0); in ring_cmd_new()
186 cmd->ring_bo = fd_bo_new_ring(ring->pipe->dev, size, 0); in ring_cmd_new()
464 struct msm_pipe *msm_pipe = to_msm_pipe(ring->pipe); in msm_ringbuffer_flush()
466 .flags = msm_pipe->pipe, in msm_ringbuffer_flush()
516 ret = drmCommandWriteRead(ring->pipe->dev->fd, DRM_MSM_GEM_SUBMIT, in msm_ringbuffer_flush()
585 if (ring->pipe->gpu_id >= 500) { in msm_ringbuffer_emit_reloc()
692 drm_private struct fd_ringbuffer * msm_ringbuffer_new(struct fd_pipe *pipe, in msm_ringbuffer_new() argument
705 assert(pipe->dev->version >= FD_VERSION_UNLIMITED_CMDS); in msm_ringbuffer_new()
711 msm_ring->seqno = ++to_msm_device(pipe in msm_ringbuffer_new()
[all...]
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_format_table.c28 #include "pipe/p_defines.h"
45 #define FMT(pipe, vtxfmt, texfmt, rbfmt, swapfmt) \
46 [PIPE_FORMAT_##pipe] = {.present = 1, \
53 #define VTC(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, fmt, swapfmt)
55 #define _TC(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, fmt, swapfmt)
56 #define _T_(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, NONE, swapfmt)
57 #define VT_(pipe, fm
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c86 drv->pipe->flush(drv->pipe, NULL, 0); in vlVaPostProcCompositor()
294 if (drv->pipe->screen->get_param(drv->pipe->screen, in vlVaPostProcBlit()
296 util_compute_blit(drv->pipe, &blit, &context->blit_cs, !drv->compositor.deinterlace); in vlVaPostProcBlit()
298 drv->pipe->blit(drv->pipe, &blit); in vlVaPostProcBlit()
302 drv->pipe->flush(drv->pipe, NULL, 0); in vlVaPostProcBlit()
335 if (!vl_deint_filter_init(context->deint, drv->pipe, curren in vlVaApplyDeint()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolume9.c150 struct pipe_context *pipe = nine_context_get_pipe_multithread(This->base.device); in NineVolume9_dtor() local
151 pipe->texture_unmap(pipe, This->transfer); in NineVolume9_dtor()
256 struct pipe_context *pipe; in NineVolume9_LockBox() local
342 pipe = nine_context_get_pipe_acquire(This->base.device); in NineVolume9_LockBox()
344 pipe = NineDevice9_GetPipe(This->base.device); in NineVolume9_LockBox()
346 pipe->texture_map(pipe, resource, This->level, usage, in NineVolume9_LockBox()
371 struct pipe_context *pipe; in NineVolume9_UnlockBox() local
376 pipe in NineVolume9_UnlockBox()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c91 sp_create_tile_cache( struct pipe_context *pipe ) in sp_create_tile_cache()
97 assert(MAX_WIDTH >= pipe->screen->get_param(pipe->screen, in sp_create_tile_cache()
106 tc->pipe = pipe; in sp_create_tile_cache()
152 tc->pipe->texture_unmap(tc->pipe, tc->transfer[i]); in sp_destroy_tile_cache()
171 struct pipe_context *pipe = tc->pipe; in sp_tile_cache_set_surface() local
179 pipe in sp_tile_cache_set_surface()
[all...]
H A Dsp_context.h34 #include "pipe/p_context.h"
54 struct pipe_context pipe; /**< base class */ member
197 softpipe_context( struct pipe_context *pipe ) in softpipe_context()
199 return (struct softpipe_context *)pipe; in softpipe_context()
217 softpipe_is_resource_referenced( struct pipe_context *pipe,
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h30 #include "pipe/p_context.h"
31 #include "pipe/p_defines.h"
32 #include "pipe/p_state.h"
576 struct pipe_context pipe; member
948 svga_context( struct pipe_context *pipe ) in svga_context()
950 return (struct svga_context *)pipe; in svga_context()
956 return svga_screen(svga->pipe.screen)->sws; in svga_sws()
962 return svga_screen(svga->pipe.screen)->sws->have_gb_objects; in svga_have_gb_objects()
968 return svga_screen(svga->pipe.screen)->sws->have_gb_dma; in svga_have_gb_dma()
974 return svga_screen(svga->pipe in svga_have_vgpu10()
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dviperboard.c53 int pipe, ret; in vprbrd_probe() local
69 pipe = usb_rcvctrlpipe(vb->usb_dev, 0); in vprbrd_probe()
70 ret = usb_control_msg(vb->usb_dev, pipe, VPRBRD_USB_REQUEST_MAJOR, in vprbrd_probe()
76 ret = usb_control_msg(vb->usb_dev, pipe, VPRBRD_USB_REQUEST_MINOR, in vprbrd_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dusb_trace.h58 DEV_ENTRY __field(unsigned int, pipe) __field(u32, len)
62 __entry->pipe = u->pipe;
66 DEV_PR_ARG, __entry->pipe, __entry->len)
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3.h87 unsigned int pipe; member
91 unsigned int pipe; member
106 unsigned int pipe; member
164 unsigned int pipe);
/kernel/linux/linux-6.6/drivers/mfd/
H A Dviperboard.c53 int pipe, ret; in vprbrd_probe() local
69 pipe = usb_rcvctrlpipe(vb->usb_dev, 0); in vprbrd_probe()
70 ret = usb_control_msg(vb->usb_dev, pipe, VPRBRD_USB_REQUEST_MAJOR, in vprbrd_probe()
76 ret = usb_control_msg(vb->usb_dev, pipe, VPRBRD_USB_REQUEST_MINOR, in vprbrd_probe()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_vblank.h48 * @pipe: drm_crtc_index() of the &drm_crtc this event is for.
50 unsigned int pipe; member
173 * @pipe: drm_crtc_index() of the &drm_crtc corresponding to this
176 unsigned int pipe; member
241 bool drm_handle_vblank(struct drm_device *dev, unsigned int pipe);
245 void drm_wait_one_vblank(struct drm_device *dev, unsigned int pipe);
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3.h82 unsigned int pipe; member
86 unsigned int pipe; member
101 unsigned int pipe; member
159 unsigned int pipe);
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dusb_trace.h58 DEV_ENTRY __field(unsigned int, pipe) __field(u32, len)
62 __entry->pipe = u->pipe;
66 DEV_PR_ARG, __entry->pipe, __entry->len)
/kernel/linux/linux-6.6/sound/usb/
H A Dhelper.c70 int snd_usb_ctl_msg(struct usb_device *dev, unsigned int pipe, __u8 request, in snd_usb_ctl_msg() argument
78 if (usb_pipe_type_check(dev, pipe)) in snd_usb_ctl_msg()
92 err = usb_control_msg(dev, pipe, request, requesttype, in snd_usb_ctl_msg()
100 snd_usb_ctl_msg_quirk(dev, pipe, request, requesttype, in snd_usb_ctl_msg()
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c12 uv_pipe_t pipe; member
43 uv_write2(write_req, (uv_stream_t*) &worker->pipe, &dummy_buf, 1, (uv_stream_t*) client, NULL); in on_new_connection()
76 uv_pipe_init(loop, &worker->pipe, 1); in setup_workers()
80 child_stdio[0].data.stream = (uv_stream_t*) &worker->pipe; in setup_workers()
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_priv.h34 #include "pipe/p_defines.h"
51 uint32_t pipe; member
69 struct fd_ringbuffer *msm_ringbuffer_new_object(struct fd_pipe *pipe,
72 struct fd_submit *msm_submit_new(struct fd_pipe *pipe);
73 struct fd_submit *msm_submit_sp_new(struct fd_pipe *pipe);
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ); in xa_yuv_bind_samplers()
96 r->pipe->set_sampler_views(r->pipe, PIPE_SHADER_FRAGMENT, 0, 3, 0, false, r->bound_sampler_views); in xa_yuv_bind_samplers()
/third_party/node/test/parallel/
H A Dtest-stream3-pause-then-read.js105 // Just pipe 200 bytes, then unshift the extra and unpipe.
108 console.error('pipe a little');
130 r.pipe(w);
151 setImmediate(pipe);
155 function pipe() { function
156 console.error('pipe the rest');
169 r.pipe(w);
/third_party/node/test/sequential/
H A Dtest-tls-securepair-client.js72 server.stdout.pipe(process.stdout);
73 server.stderr.pipe(process.stdout);
136 pair.encrypted.pipe(s);
137 s.pipe(pair.encrypted);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_msaa.c30 #include "pipe/p_screen.h"
31 #include "pipe/p_context.h"
98 st->pipe->set_sample_locations( st->pipe, size, locations); in update_sample_locations()
104 st->pipe->set_sample_locations(st->pipe, 0, NULL); in update_sample_locations()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A DtokenTypes.js4 exports.word = exports.tilde = exports.tab = exports.str = exports.space = exports.slash = exports.singleQuote = exports.semicolon = exports.plus = exports.pipe = exports.openSquare = exports.openParenthesis = exports.newline = exports.greaterThan = exports.feed = exports.equals = exports.doubleQuote = exports.dollar = exports.cr = exports.comment = exports.comma = exports.combinator = exports.colon = exports.closeSquare = exports.closeParenthesis = exports.caret = exports.bang = exports.backslash = exports.at = exports.asterisk = exports.ampersand = void 0;
35 var pipe = 124; // `|`.charCodeAt(0); variable
36 exports.pipe = pipe;
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c33 #include "pipe/p_context.h"
34 #include "pipe/p_defines.h"
68 i915_buffer_transfer_map(struct pipe_context *pipe, in i915_buffer_transfer_map() argument
73 struct i915_context *i915 = i915_context(pipe); in i915_buffer_transfer_map()
90 i915_buffer_transfer_unmap(struct pipe_context *pipe, in i915_buffer_transfer_unmap() argument
93 struct i915_context *i915 = i915_context(pipe); in i915_buffer_transfer_unmap()

Completed in 14 milliseconds

1...<<31323334353637383940>>...117