/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | nv.h | 32 u32 me, u32 pipe, u32 queue, u32 vmid);
|
H A D | vi.h | 30 u32 me, u32 pipe, u32 queue, u32 vmid);
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_decoder.h | 32 #include "pipe/p_video_codec.h" 48 * standard implementation of pipe->create_video_codec 51 vl_create_decoder(struct pipe_context *pipe,
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | font.h | 31 #include "pipe/p_compiler.h" 56 util_font_create(struct pipe_context *pipe, enum util_font_name name,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power.c | 1367 * On driver load, a pipe may be active and driving a DSI display. in vlv_init_display_clock_gating() 1368 * Preserve DPOUNIT_CLOCK_GATE_DISABLE to avoid the pipe getting stuck in vlv_init_display_clock_gating() 1393 enum pipe pipe; in vlv_display_power_well_init() local 1403 for_each_pipe(dev_priv, pipe) { in vlv_display_power_well_init() 1404 u32 val = intel_de_read(dev_priv, DPLL(pipe)); in vlv_display_power_well_init() 1407 if (pipe != PIPE_A) in vlv_display_power_well_init() 1410 intel_de_write(dev_priv, DPLL(pipe), val); in vlv_display_power_well_init() 1497 enum pipe pipe; in vlv_dpio_cmn_power_well_disable() local 1623 enum pipe pipe; chv_dpio_cmn_power_well_enable() local 1721 enum pipe pipe = phy == DPIO_PHY0 ? PIPE_A : PIPE_C; assert_chv_phy_powergate() local 1850 enum pipe pipe = PIPE_A; chv_pipe_power_well_enabled() local 1881 enum pipe pipe = PIPE_A; chv_set_pipe_power_well() local [all...] |
H A D | intel_overlay.c | 285 enum pipe pipe = overlay->crtc->pipe; in intel_overlay_flip_prepare() local 294 INTEL_FRONTBUFFER_OVERLAY(pipe)); in intel_overlay_flip_prepare() 301 INTEL_FRONTBUFFER_OVERLAY(pipe)); in intel_overlay_flip_prepare() 359 INTEL_FRONTBUFFER_OVERLAY(overlay->crtc->pipe)); in intel_overlay_release_old_vma() 764 enum pipe pipe = overlay->crtc->pipe; in intel_overlay_do_put_image() local 798 oconfig |= pipe in intel_overlay_do_put_image() [all...] |
/base/usb/usb_manager/services/native/include/ |
H A D | usb_report_sys_event.h | 28 const HDI::Usb::V1_0::UsbDev &dev, const HDI::Usb::V1_0::UsbPipe &pipe, int32_t ret);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | vi.h | 30 u32 me, u32 pipe, u32 queue, u32 vmid);
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
H A D | vimc-streamer.h | 21 * @pipe: the media pipeline object associated with this stream 35 struct media_pipeline pipe; member
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/ |
H A D | vimc-streamer.h | 21 * @pipe: the media pipeline object associated with this stream 35 struct media_pipeline pipe; member
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | pipe_test_004.cpp | 41 retValue = pipe(NULL); in TestPipeReturn()
|
/third_party/musl/src/unistd/ |
H A D | pipe.c | 8 int pipe(int fd[2]) in pipe() function
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_gen_mipmap.h | 31 #include "pipe/p_state.h" 42 util_gen_mipmap(struct pipe_context *pipe, struct pipe_resource *pt,
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_celshade.c | 38 pp_tgsi_to_state(ppq->p->pipe, celshade, false, "celshade"); in pp_celshade_init()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | 277 * calls prepare another time, reset the FW pipe to clean state in skl_pcm_prepare() 281 mconfig->pipe->state == SKL_PIPE_CREATED || in skl_pcm_prepare() 282 mconfig->pipe->state == SKL_PIPE_PAUSED)) { in skl_pcm_prepare() 284 ret = skl_reset_pipe(skl, mconfig->pipe); in skl_pcm_prepare() 290 mconfig->pipe->p_params); in skl_pcm_prepare() 391 ret = skl_reset_pipe(skl, mconfig->pipe); in skl_pcm_hw_free() 506 return skl_run_pipe(skl, mconfig->pipe); in skl_pcm_trigger() 517 ret = skl_stop_pipe(skl, mconfig->pipe); in skl_pcm_trigger() 593 /* In case of XRUN recovery, reset the FW pipe to clean state */ in skl_link_pcm_prepare() 595 if (mconfig && !mconfig->pipe in skl_link_pcm_prepare() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/ |
H A D | repaper.c | 65 struct drm_simple_display_pipe pipe; member 650 static void repaper_pipe_enable(struct drm_simple_display_pipe *pipe, in repaper_pipe_enable() argument 654 struct repaper_epd *epd = drm_to_epd(pipe->crtc.dev); in repaper_pipe_enable() 660 if (!drm_dev_enter(pipe->crtc.dev, &idx)) in repaper_pipe_enable() 790 static void repaper_pipe_disable(struct drm_simple_display_pipe *pipe) in repaper_pipe_disable() argument 792 struct repaper_epd *epd = drm_to_epd(pipe->crtc.dev); in repaper_pipe_disable() 846 static void repaper_pipe_update(struct drm_simple_display_pipe *pipe, in repaper_pipe_update() argument 849 struct drm_plane_state *state = pipe->plane.state; in repaper_pipe_update() 852 if (!pipe->crtc.state->active) in repaper_pipe_update() 1132 ret = drm_simple_display_pipe_init(drm, &epd->pipe, in repaper_probe() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_overlay.c | 289 enum pipe pipe = overlay->crtc->pipe; in intel_overlay_flip_prepare() local 298 INTEL_FRONTBUFFER_OVERLAY(pipe)); in intel_overlay_flip_prepare() 305 INTEL_FRONTBUFFER_OVERLAY(pipe)); in intel_overlay_flip_prepare() 363 INTEL_FRONTBUFFER_OVERLAY(overlay->crtc->pipe)); in intel_overlay_release_old_vma() 793 enum pipe pipe = overlay->crtc->pipe; in intel_overlay_do_put_image() local 827 oconfig |= pipe in intel_overlay_do_put_image() [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | 278 * calls prepare another time, reset the FW pipe to clean state in skl_pcm_prepare() 282 mconfig->pipe->state == SKL_PIPE_CREATED || in skl_pcm_prepare() 283 mconfig->pipe->state == SKL_PIPE_PAUSED)) { in skl_pcm_prepare() 285 ret = skl_reset_pipe(skl, mconfig->pipe); in skl_pcm_prepare() 291 mconfig->pipe->p_params); in skl_pcm_prepare() 393 ret = skl_reset_pipe(skl, mconfig->pipe); in skl_pcm_hw_free() 508 return skl_run_pipe(skl, mconfig->pipe); in skl_pcm_trigger() 518 ret = skl_stop_pipe(skl, mconfig->pipe); in skl_pcm_trigger() 595 /* In case of XRUN recovery, reset the FW pipe to clean state */ in skl_link_pcm_prepare() 597 if (mconfig && !mconfig->pipe in skl_link_pcm_prepare() [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_file.c | 74 FILE *pipe; member 237 /* pipe mode */ in snd_pcm_file_open_output_file() 238 FILE *pipe; in snd_pcm_file_open_output_file() local 240 pipe = popen(file->final_fname + 1, "w"); in snd_pcm_file_open_output_file() 241 if (!pipe) { in snd_pcm_file_open_output_file() 246 fd = fileno(pipe); in snd_pcm_file_open_output_file() 247 file->pipe = pipe; in snd_pcm_file_open_output_file() 249 file->pipe = NULL; in snd_pcm_file_open_output_file() 374 * to block possible EPIPE in case file->fd is a pipe in write_wav_header() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 2 #include "pipe/p_context.h" 3 #include "pipe/p_defines.h" 4 #include "pipe/p_state.h" 10 #include "pipe/p_shader_tokens.h" 43 struct pipe_shader_state pipe; member 92 constant(struct nvfx_vpc *vpc, int pipe, float x, float y, float z, float w) in constant() argument 98 if (pipe >= 0) { in constant() 100 if (vp->consts[idx].index == pipe) in constant() 109 vpd->index = pipe; in constant() 880 tgsi_parse_init(&p, vpc->pipe in nvfx_vertprog_prepare() [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_gmem.c | 27 #include "pipe/p_state.h" 805 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; variable 813 OUT_RING(ring, A3XX_VSC_PIPE_CONFIG_X(pipe->x) | 814 A3XX_VSC_PIPE_CONFIG_Y(pipe->y) | 815 A3XX_VSC_PIPE_CONFIG_W(pipe->w) | 816 A3XX_VSC_PIPE_CONFIG_H(pipe->h)); 1042 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[tile->p]; variable 1045 assert(pipe->w && pipe->h); 1051 OUT_RING(ring, A3XX_PC_VSTREAM_CONTROL_SIZE(pipe [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute.c | 33 #include "pipe/p_defines.h" 34 #include "pipe/p_state.h" 35 #include "pipe/p_context.h" 119 static void evergreen_set_rat(struct r600_pipe_compute *pipe, in evergreen_set_rat() argument 133 rctx = pipe->ctx; in evergreen_set_rat() 145 pipe_surface_reference(&pipe->ctx->framebuffer.state.cbufs[id], NULL); in evergreen_set_rat() 146 pipe->ctx->framebuffer.state.cbufs[id] = pipe->ctx->b.b.create_surface( in evergreen_set_rat() 147 (struct pipe_context *)pipe->ctx, in evergreen_set_rat() 151 pipe in evergreen_set_rat() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 231 * 1.5: Add vblank pipe configuration 233 * - Support vertical blank on secondary display pipe 267 enum pipe pipe); 284 * fills out the pipe-config with the hw state. */ 430 enum pipe pipe; member 492 enum pipe pipe; member 755 struct g4x_pipe_wm pipe[ member 763 struct g4x_pipe_wm pipe[2]; global() member [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | bufferobj.c | 113 struct pipe_context *pipe = ctx->pipe; in _mesa_bufferobj_subdata() local 115 pipe->buffer_subdata(pipe, obj->buffer, in _mesa_bufferobj_subdata() 144 pipe_buffer_read(ctx->pipe, obj->buffer, in bufferobj_get_subdata() 270 struct pipe_context *pipe = ctx->pipe; in bufferobj_data() local 271 struct pipe_screen *screen = pipe->screen; in bufferobj_data() 298 pipe->buffer_subdata(pipe, ob in bufferobj_data() 475 struct pipe_context *pipe = ctx->pipe; _mesa_bufferobj_map_range() local 523 struct pipe_context *pipe = ctx->pipe; _mesa_bufferobj_flush_mapped_range() local 547 struct pipe_context *pipe = ctx->pipe; _mesa_bufferobj_unmap() local 570 struct pipe_context *pipe = ctx->pipe; bufferobj_copy_subdata() local 5182 struct pipe_context *pipe = ctx->pipe; bufferobj_invalidate() local 5351 struct pipe_context *pipe = ctx->pipe; buffer_page_commitment() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | Makefile | 8 renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o rza.o rza2.o
|