/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_dsi_pkg_sender.c | 593 int pipe) in mdfld_dsi_pkg_sender_init() 600 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfld_dsi_pkg_sender_init() 622 pkg_sender->pipe = pipe; in mdfld_dsi_pkg_sender_init() 636 pkg_sender->mipi_intr_stat_reg = MIPI_INTR_STAT_REG(pipe); in mdfld_dsi_pkg_sender_init() 637 pkg_sender->mipi_lp_gen_data_reg = MIPI_LP_GEN_DATA_REG(pipe); in mdfld_dsi_pkg_sender_init() 638 pkg_sender->mipi_hs_gen_data_reg = MIPI_HS_GEN_DATA_REG(pipe); in mdfld_dsi_pkg_sender_init() 639 pkg_sender->mipi_lp_gen_ctrl_reg = MIPI_LP_GEN_CTRL_REG(pipe); in mdfld_dsi_pkg_sender_init() 640 pkg_sender->mipi_hs_gen_ctrl_reg = MIPI_HS_GEN_CTRL_REG(pipe); in mdfld_dsi_pkg_sender_init() 641 pkg_sender->mipi_gen_fifo_stat_reg = MIPI_GEN_FIFO_STAT_REG(pipe); in mdfld_dsi_pkg_sender_init() 592 mdfld_dsi_pkg_sender_init(struct mdfld_dsi_connector *dsi_connector, int pipe) mdfld_dsi_pkg_sender_init() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_texture.c | 33 #include "pipe/p_defines.h" 291 softpipe_create_surface(struct pipe_context *pipe, in softpipe_create_surface() argument 301 ps->context = pipe; in softpipe_create_surface() 332 softpipe_surface_destroy(struct pipe_context *pipe, in softpipe_surface_destroy() argument 348 * \param pipe rendering context 355 softpipe_transfer_map(struct pipe_context *pipe, in softpipe_transfer_map() argument 362 struct sw_winsys *winsys = softpipe_screen(pipe->screen)->winsys; in softpipe_transfer_map() 394 * Transfers, like other pipe operations, must happen in order, so flush the in softpipe_transfer_map() 400 if (!softpipe_flush_resource(pipe, resource, in softpipe_transfer_map() 457 softpipe_transfer_unmap(struct pipe_context *pipe, in softpipe_transfer_unmap() argument 513 softpipe_init_texture_funcs(struct pipe_context *pipe) softpipe_init_texture_funcs() argument [all...] |
H A D | sp_state_sampler.c | 51 softpipe_bind_sampler_states(struct pipe_context *pipe, in softpipe_bind_sampler_states() argument 57 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_sampler_states() 90 softpipe_sampler_view_destroy(struct pipe_context *pipe, in softpipe_sampler_view_destroy() argument 99 softpipe_set_sampler_views(struct pipe_context *pipe, in softpipe_set_sampler_views() argument 107 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_sampler_views() 173 softpipe_delete_sampler_state(struct pipe_context *pipe, in softpipe_delete_sampler_state() argument 349 softpipe_init_sampler_funcs(struct pipe_context *pipe) in softpipe_init_sampler_funcs() argument 351 pipe->create_sampler_state = softpipe_create_sampler_state; in softpipe_init_sampler_funcs() 352 pipe->bind_sampler_states = softpipe_bind_sampler_states; in softpipe_init_sampler_funcs() 353 pipe in softpipe_init_sampler_funcs() [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tgsi.c | 30 #include "pipe/p_format.h" 31 #include "pipe/p_context.h" 32 #include "pipe/p_state.h" 33 #include "pipe/p_shader_tokens.h" 142 create_vs(struct pipe_context *pipe, unsigned vs_traits) in create_vs() argument 190 return ureg_create_shader_and_destroy(ureg, pipe); in create_vs() 194 create_yuv_shader(struct pipe_context *pipe, struct ureg_program *ureg) in create_yuv_shader() argument 253 return ureg_create_shader_and_destroy(ureg, pipe); in create_yuv_shader() 340 create_fs(struct pipe_context *pipe, unsigned fs_traits) in create_fs() argument 374 return create_yuv_shader(pipe, ure in create_fs() 434 cache_destroy(struct pipe_context *pipe, struct cso_hash *hash, unsigned processor) cache_destroy() argument 462 shader_from_cache(struct pipe_context *pipe, unsigned type, struct cso_hash *hash, unsigned key) shader_from_cache() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_clear.c | 54 #include "pipe/p_context.h" 55 #include "pipe/p_shader_tokens.h" 56 #include "pipe/p_state.h" 57 #include "pipe/p_defines.h" 87 st->pipe->delete_fs_state(st->pipe, st->clear.fs); in st_destroy_clear() 91 st->pipe->delete_vs_state(st->pipe, st->clear.vs); in st_destroy_clear() 95 st->pipe->delete_vs_state(st->pipe, s in st_destroy_clear() 190 struct pipe_context *pipe = st->pipe; set_vertex_shader_layered() local [all...] |
H A D | st_sampler_view.h | 30 #include "pipe/p_compiler.h" 31 #include "pipe/p_context.h" 32 #include "pipe/p_state.h" 36 st_create_texture_sampler_view_format(struct pipe_context *pipe, in st_create_texture_sampler_view_format() argument 44 return pipe->create_sampler_view(pipe, texture, &templ); in st_create_texture_sampler_view_format() 49 st_create_texture_sampler_view(struct pipe_context *pipe, in st_create_texture_sampler_view() argument 52 return st_create_texture_sampler_view_format(pipe, texture, in st_create_texture_sampler_view()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_st.c | 32 #include "pipe/p_state.h" 81 stw_pipe_blit(struct pipe_context *pipe, in stw_pipe_blit() argument 125 pipe->blit(pipe, &blit); in stw_pipe_blit() 185 stwfb->fb->winsys_framebuffer->resize(stwfb->fb->winsys_framebuffer, stctx->pipe, &templ); in stw_st_framebuffer_validate_locked() 297 stw_pipe_blit(stctx->pipe, in stw_st_framebuffer_validate_locked() 303 stw_pipe_blit(stctx->pipe, in stw_st_framebuffer_validate_locked() 369 struct pipe_context *pipe = st->pipe; in notify_before_flush_cb() local 373 stw_pipe_blit(pipe, in notify_before_flush_cb() 444 struct pipe_context *pipe = stctx->pipe; stw_st_framebuffer_flush_front() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | i9xx_wm.c | 267 enum pipe pipe = crtc->pipe; in vlv_get_fifo_size() local 271 switch (pipe) { in vlv_get_fifo_size() 291 MISSING_CASE(pipe); in vlv_get_fifo_size() 714 enum pipe pipe; in g4x_write_wm_values() local 716 for_each_pipe(dev_priv, pipe) in g4x_write_wm_values() 717 trace_g4x_wm(intel_crtc_for_pipe(dev_priv, pipe), wm); in g4x_write_wm_values() 721 FW_WM(wm->pipe[PIPE_ in g4x_write_wm_values() 746 enum pipe pipe; vlv_write_wm_values() local 1309 enum pipe pipe = crtc->pipe; g4x_merge_wm() local 1931 enum pipe pipe = crtc->pipe; vlv_merge_wm() local 3071 enum pipe pipe = crtc->pipe; ilk_compute_wm_results() local 3127 enum pipe pipe; ilk_compute_wm_dirty() local 3348 enum pipe pipe = crtc->pipe; ilk_pipe_wm_get_hw_state() local 3540 enum pipe pipe; vlv_read_wm_values() local 3627 enum pipe pipe = crtc->pipe; g4x_wm_get_hw_state() local 3813 enum pipe pipe = crtc->pipe; vlv_wm_get_hw_state() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 568 * @ep0: endpoint 0 data (default control pipe) 1391 * replace @pipe. 1392 * @pipe: Holds endpoint number, direction, type, and more. 1398 * is a different endpoint (and pipe) from "out" endpoint two. 1429 * and is encoded in the pipe. When the length is zero, neither 1492 * All URBs submitted must initialize the dev, pipe, transfer_flags (may be 1583 unsigned int pipe; /* (in) pipe information */ member 1613 * @pipe: the endpoint pipe 1623 usb_fill_control_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, unsigned char *setup_packet, void *transfer_buffer, int buffer_length, usb_complete_t complete_fn, void *context) usb_fill_control_urb() argument 1654 usb_fill_bulk_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *transfer_buffer, int buffer_length, usb_complete_t complete_fn, void *context) usb_fill_bulk_urb() argument 1695 usb_fill_int_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *transfer_buffer, int buffer_length, usb_complete_t complete_fn, void *context, int interval) usb_fill_int_urb() argument 1891 int pipe; global() member 1977 usb_pipe_endpoint(struct usb_device *dev, unsigned int pipe) usb_pipe_endpoint() argument 1987 usb_maxpacket(struct usb_device *udev, int pipe, int is_out) usb_maxpacket() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/lx6464es/ |
H A D | lx_core.c | 414 #define PIPE_INFO_TO_CMD(capture, pipe) \ 415 ((u32)((u32)(pipe) | ((capture) ? ID_IS_CAPTURE : 0L)) << ID_OFFSET) 419 /* low-level pipe handling */ 420 int lx_pipe_allocate(struct lx6464es *chip, u32 pipe, int is_capture, in lx_pipe_allocate() argument 424 u32 pipe_cmd = PIPE_INFO_TO_CMD(is_capture, pipe); in lx_pipe_allocate() 436 dev_err(chip->card->dev, "could not allocate pipe\n"); in lx_pipe_allocate() 441 int lx_pipe_release(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_release() argument 444 u32 pipe_cmd = PIPE_INFO_TO_CMD(is_capture, pipe); in lx_pipe_release() 457 int lx_buffer_ask(struct lx6464es *chip, u32 pipe, int is_capture, in lx_buffer_ask() argument 461 u32 pipe_cmd = PIPE_INFO_TO_CMD(is_capture, pipe); in lx_buffer_ask() 509 lx_pipe_stop(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_stop() argument 525 lx_pipe_toggle_state(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_toggle_state() argument 542 lx_pipe_start(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_start() argument 555 lx_pipe_pause(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_pause() argument 569 lx_pipe_sample_count(struct lx6464es *chip, u32 pipe, int is_capture, u64 *rsample_count) lx_pipe_sample_count() argument 596 lx_pipe_state(struct lx6464es *chip, u32 pipe, int is_capture, u16 *rstate) lx_pipe_state() argument 617 lx_pipe_wait_for_state(struct lx6464es *chip, u32 pipe, int is_capture, u16 state) lx_pipe_wait_for_state() argument 640 lx_pipe_wait_for_start(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_wait_for_start() argument 645 lx_pipe_wait_for_idle(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_wait_for_idle() argument 651 lx_stream_set_state(struct lx6464es *chip, u32 pipe, int is_capture, enum stream_state_t state) lx_stream_set_state() argument 669 lx_stream_set_format(struct lx6464es *chip, struct snd_pcm_runtime *runtime, u32 pipe, int is_capture) lx_stream_set_format() argument 701 lx_stream_state(struct lx6464es *chip, u32 pipe, int is_capture, int *rstate) lx_stream_state() argument 720 lx_stream_sample_position(struct lx6464es *chip, u32 pipe, int is_capture, u64 *r_bytepos) lx_stream_sample_position() argument 742 lx_buffer_give(struct lx6464es *chip, u32 pipe, int is_capture, u32 buffer_size, u32 buf_address_lo, u32 buf_address_hi, u32 *r_buffer_index) lx_buffer_give() argument 790 lx_buffer_free(struct lx6464es *chip, u32 pipe, int is_capture, u32 *r_buffer_size) lx_buffer_free() argument 812 lx_buffer_cancel(struct lx6464es *chip, u32 pipe, int is_capture, u32 buffer_index) lx_buffer_cancel() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/lx6464es/ |
H A D | lx_core.c | 414 #define PIPE_INFO_TO_CMD(capture, pipe) \ 415 ((u32)((u32)(pipe) | ((capture) ? ID_IS_CAPTURE : 0L)) << ID_OFFSET) 419 /* low-level pipe handling */ 420 int lx_pipe_allocate(struct lx6464es *chip, u32 pipe, int is_capture, in lx_pipe_allocate() argument 424 u32 pipe_cmd = PIPE_INFO_TO_CMD(is_capture, pipe); in lx_pipe_allocate() 436 dev_err(chip->card->dev, "could not allocate pipe\n"); in lx_pipe_allocate() 441 int lx_pipe_release(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_release() argument 444 u32 pipe_cmd = PIPE_INFO_TO_CMD(is_capture, pipe); in lx_pipe_release() 457 int lx_buffer_ask(struct lx6464es *chip, u32 pipe, int is_capture, in lx_buffer_ask() argument 461 u32 pipe_cmd = PIPE_INFO_TO_CMD(is_capture, pipe); in lx_buffer_ask() 509 lx_pipe_stop(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_stop() argument 525 lx_pipe_toggle_state(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_toggle_state() argument 542 lx_pipe_start(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_start() argument 555 lx_pipe_pause(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_pause() argument 569 lx_pipe_sample_count(struct lx6464es *chip, u32 pipe, int is_capture, u64 *rsample_count) lx_pipe_sample_count() argument 596 lx_pipe_state(struct lx6464es *chip, u32 pipe, int is_capture, u16 *rstate) lx_pipe_state() argument 617 lx_pipe_wait_for_state(struct lx6464es *chip, u32 pipe, int is_capture, u16 state) lx_pipe_wait_for_state() argument 640 lx_pipe_wait_for_start(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_wait_for_start() argument 645 lx_pipe_wait_for_idle(struct lx6464es *chip, u32 pipe, int is_capture) lx_pipe_wait_for_idle() argument 651 lx_stream_set_state(struct lx6464es *chip, u32 pipe, int is_capture, enum stream_state_t state) lx_stream_set_state() argument 669 lx_stream_set_format(struct lx6464es *chip, struct snd_pcm_runtime *runtime, u32 pipe, int is_capture) lx_stream_set_format() argument 697 lx_stream_state(struct lx6464es *chip, u32 pipe, int is_capture, int *rstate) lx_stream_state() argument 716 lx_stream_sample_position(struct lx6464es *chip, u32 pipe, int is_capture, u64 *r_bytepos) lx_stream_sample_position() argument 738 lx_buffer_give(struct lx6464es *chip, u32 pipe, int is_capture, u32 buffer_size, u32 buf_address_lo, u32 buf_address_hi, u32 *r_buffer_index) lx_buffer_give() argument 786 lx_buffer_free(struct lx6464es *chip, u32 pipe, int is_capture, u32 *r_buffer_size) lx_buffer_free() argument 808 lx_buffer_cancel(struct lx6464es *chip, u32 pipe, int is_capture, u32 buffer_index) lx_buffer_cancel() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_query.c | 26 #include "pipe/p_state.h" 27 #include "pipe/p_context.h" 40 /* Fixme: want a public base class for all pipe structs, even if there 86 svga_get_query_result(struct pipe_context *pipe, 95 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in define_query_vgpu9() 125 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in begin_query_vgpu9() 136 svga_get_query_result(&svga->pipe, &sq->base, TRUE, (void*)&result); in begin_query_vgpu9() 159 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in get_query_result_vgpu9() 448 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in destroy_gb_query_obj() 479 struct svga_winsys_screen *sws = svga_screen(svga->pipe in define_query_vgpu10() 622 svga_create_query(struct pipe_context *pipe, unsigned query_type, unsigned index) svga_create_query() argument 762 svga_destroy_query(struct pipe_context *pipe, struct pipe_query *q) svga_destroy_query() argument 842 svga_begin_query(struct pipe_context *pipe, struct pipe_query *q) svga_begin_query() argument 965 svga_end_query(struct pipe_context *pipe, struct pipe_query *q) svga_end_query() argument 1084 svga_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) svga_get_query_result() argument 1230 svga_render_condition(struct pipe_context *pipe, struct pipe_query *q, bool condition, enum pipe_render_cond_flag mode) svga_render_condition() argument 1285 svga_get_timestamp(struct pipe_context *pipe) svga_get_timestamp() argument 1301 svga_set_active_query_state(struct pipe_context *pipe, bool enable) svga_set_active_query_state() argument [all...] |
H A D | svga_pipe_vertex.c | 26 #include "pipe/p_defines.h" 44 svga_set_vertex_buffers(struct pipe_context *pipe, in svga_set_vertex_buffers() argument 50 struct svga_context *svga = svga_context(pipe); in svga_set_vertex_buffers() 235 svga_create_vertex_elements_state(struct pipe_context *pipe, in svga_create_vertex_elements_state() argument 239 struct svga_context *svga = svga_context(pipe); in svga_create_vertex_elements_state() 268 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_vertex_elements_state() 276 svga_bind_vertex_elements_state(struct pipe_context *pipe, void *state) in svga_bind_vertex_elements_state() argument 278 struct svga_context *svga = svga_context(pipe); in svga_bind_vertex_elements_state() 287 svga_delete_vertex_elements_state(struct pipe_context *pipe, void *state) in svga_delete_vertex_elements_state() argument 289 struct svga_context *svga = svga_context(pipe); in svga_delete_vertex_elements_state() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_decoder.c | 28 #include "pipe/p_video_codec.h" 64 vl_create_decoder(struct pipe_context *pipe, in vl_create_decoder() argument 71 assert(pipe); in vl_create_decoder() 74 pot_buffers = !pipe->screen->get_video_param in vl_create_decoder() 76 pipe->screen, in vl_create_decoder() 88 return vl_create_mpeg12_decoder(pipe, &temp); in vl_create_decoder()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_core.c | 95 rbug_shader_create_locked(struct pipe_context *pipe, in rbug_shader_create_locked() argument 106 state = pipe->create_fs_state(pipe, &pss); in rbug_shader_create_locked() 109 state = pipe->create_vs_state(pipe, &pss); in rbug_shader_create_locked() 112 state = pipe->create_gs_state(pipe, &pss); in rbug_shader_create_locked() 123 rbug_shader_bind_locked(struct pipe_context *pipe, in rbug_shader_bind_locked() argument 129 pipe->bind_fs_state(pipe, stat in rbug_shader_bind_locked() 144 rbug_shader_delete_locked(struct pipe_context *pipe, struct rbug_shader *rb_shader, void *state) rbug_shader_delete_locked() argument 625 struct pipe_context *pipe = NULL; rbug_shader_replace() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 1449 * @dc: DC object with resource pool info required for pipe split 1451 * @prev_odm_pipe: Reference to the previous ODM pipe 1452 * @next_odm_pipe: Reference to the next ODM pipe 1454 * This function takes a logically active pipe and a logically free pipe and 1456 * the free pipe with the required resources and configuring the next/previous 1457 * ODM pipe pointers. 1502 /* Calculate new vp and recout for left pipe */ in dcn20_split_stream_for_odm() 1513 /* Calculate new vp and recout for right pipe */ in dcn20_split_stream_for_odm() 1673 /* Only need to validate top pipe */ in dcn20_validate_dsc() 1779 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn20_merge_pipes_for_validate() local 1808 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn20_merge_pipes_for_validate() local 1851 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn20_validate_apply_pipe_split_flags() local 1875 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn20_validate_apply_pipe_split_flags() local 1912 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn20_validate_apply_pipe_split_flags() local 2060 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn20_fast_validate_bw() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vbuf.c | 156 struct pipe_context *pipe; member 351 u_vbuf_create(struct pipe_context *pipe, struct u_vbuf_caps *caps) in u_vbuf_create() argument 356 mgr->pipe = pipe; in u_vbuf_create() 365 mgr->pc = util_primconvert_create_config(pipe, &cfg); in u_vbuf_create() 372 pipe->screen->get_param(pipe->screen, in u_vbuf_create() 375 cso_cache_init(&mgr->cso_cache, pipe); in u_vbuf_create() 377 u_vbuf_delete_vertex_elements, pipe); in u_vbuf_create() 388 struct pipe_context *pipe in u_vbuf_set_vertex_elements_internal() local 871 struct pipe_context *pipe = mgr->pipe; u_vbuf_create_vertex_elements() local 965 struct pipe_context *pipe = (struct pipe_context*)ctx; u_vbuf_delete_vertex_elements() local 996 struct pipe_context *pipe = mgr->pipe; u_vbuf_set_vertex_buffers() local 1373 u_vbuf_get_minmax_index(struct pipe_context *pipe, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, unsigned *out_min_index, unsigned *out_max_index) u_vbuf_get_minmax_index() argument 1401 struct pipe_context *pipe = mgr->pipe; u_vbuf_set_driver_vertex_buffers() local 1463 struct pipe_context *pipe = mgr->pipe; u_vbuf_draw_vbo() local 1812 struct pipe_context *pipe = mgr->pipe; u_vbuf_restore_vertex_elements() local [all...] |
H A D | u_pstipple.c | 43 #include "pipe/p_context.h" 44 #include "pipe/p_defines.h" 45 #include "pipe/p_shader_tokens.h" 62 util_pstipple_update_stipple_texture(struct pipe_context *pipe, in util_pstipple_update_stipple_texture() argument 72 data = pipe_texture_map(pipe, tex, 0, 0, in util_pstipple_update_stipple_texture() 95 pipe->texture_unmap(pipe, transfer); in util_pstipple_update_stipple_texture() 103 util_pstipple_create_stipple_texture(struct pipe_context *pipe, in util_pstipple_create_stipple_texture() argument 106 struct pipe_screen *screen = pipe->screen; in util_pstipple_create_stipple_texture() 122 util_pstipple_update_stipple_texture(pipe, te in util_pstipple_create_stipple_texture() 132 util_pstipple_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *tex) util_pstipple_create_sampler_view() argument 148 util_pstipple_create_sampler(struct pipe_context *pipe) util_pstipple_create_sampler() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-debug.c | 110 "Pages %#x\n", mconfig->pipe->ppl_id, in module_read() 111 mconfig->pipe->pipe_priority, mconfig->pipe->conn_type, in module_read() 112 mconfig->pipe->memory_pages); in module_read() 116 mconfig->pipe->p_params->host_dma_id, in module_read() 117 mconfig->pipe->p_params->link_dma_id); in module_read() 121 mconfig->pipe->p_params->ch, in module_read() 122 mconfig->pipe->p_params->s_freq, in module_read() 123 mconfig->pipe->p_params->s_fmt); in module_read() 127 mconfig->pipe in module_read() [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-debug.c | 110 "Pages %#x\n", mconfig->pipe->ppl_id, in module_read() 111 mconfig->pipe->pipe_priority, mconfig->pipe->conn_type, in module_read() 112 mconfig->pipe->memory_pages); in module_read() 116 mconfig->pipe->p_params->host_dma_id, in module_read() 117 mconfig->pipe->p_params->link_dma_id); in module_read() 121 mconfig->pipe->p_params->ch, in module_read() 122 mconfig->pipe->p_params->s_freq, in module_read() 123 mconfig->pipe->p_params->s_fmt); in module_read() 127 mconfig->pipe in module_read() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | syncobj.c | 73 #include "pipe/p_context.h" 74 #include "pipe/p_screen.h" 108 struct pipe_screen *screen = ctx->pipe->screen; in delete_sync_object() 121 struct pipe_context *pipe = ctx->pipe; in __client_wait_sync() local 122 struct pipe_screen *screen = pipe->screen; in __client_wait_sync() 151 if (screen->fence_finish(screen, pipe, fence, timeout)) { in __client_wait_sync() 294 ctx->pipe->flush(ctx->pipe, &syncObj->fence, ctx->Shared->RefCount == 1 ? PIPE_FLUSH_DEFERRED : 0); in fence_sync() 406 struct pipe_context *pipe in wait_sync() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 490 enum pipe pipe = crtc->pipe; in vlv_get_fifo_size() local 494 switch (pipe) { in vlv_get_fifo_size() 514 MISSING_CASE(pipe); in vlv_get_fifo_size() 973 enum pipe pipe; in g4x_write_wm_values() local 975 for_each_pipe(dev_priv, pipe) in g4x_write_wm_values() 976 trace_g4x_wm(intel_get_crtc_for_pipe(dev_priv, pipe), wm); in g4x_write_wm_values() 980 FW_WM(wm->pipe[PIPE_ in g4x_write_wm_values() 1005 enum pipe pipe; vlv_write_wm_values() local 1566 enum pipe pipe = crtc->pipe; g4x_merge_wm() local 2176 enum pipe pipe = crtc->pipe; vlv_merge_wm() local 3432 enum pipe pipe = intel_crtc->pipe; ilk_compute_wm_results() local 3487 enum pipe pipe; ilk_compute_wm_dirty() local 4179 enum pipe pipe = crtc->pipe; skl_ddb_get_pipe_allocation_limits() local 4299 skl_ddb_get_hw_plane_state(struct drm_i915_private *dev_priv, const enum pipe pipe, const enum plane_id plane_id, struct skl_ddb_entry *ddb_y, struct skl_ddb_entry *ddb_uv) skl_ddb_get_hw_plane_state() argument 4345 enum pipe pipe = crtc->pipe; skl_pipe_ddb_get_hw_state() local 4603 compute_dbuf_slices(enum pipe pipe, u8 active_pipes, const struct dbuf_slice_conf_entry *dbuf_slices) compute_dbuf_slices() argument 4620 icl_compute_dbuf_slices(enum pipe pipe, u8 active_pipes) icl_compute_dbuf_slices() argument 4637 tgl_compute_dbuf_slices(enum pipe pipe, u8 active_pipes) tgl_compute_dbuf_slices() argument 4647 enum pipe pipe = crtc->pipe; skl_compute_dbuf_slices() local 5651 enum pipe pipe = plane->pipe; skl_write_plane_wm() local 5691 enum pipe pipe = plane->pipe; skl_write_cursor_wm() local 6235 enum pipe pipe = crtc->pipe; skl_pipe_wm_get_hw_state() local 6293 enum pipe pipe = crtc->pipe; ilk_pipe_wm_get_hw_state() local 6368 enum pipe pipe; vlv_read_wm_values() local 6455 enum pipe pipe = crtc->pipe; g4x_wm_get_hw_state() local 6636 enum pipe pipe = crtc->pipe; vlv_wm_get_hw_state() local 6875 enum pipe pipe; g4x_disable_trickle_feed() local 6950 enum pipe pipe; cpt_init_clock_gating() local 7271 enum pipe pipe; bdw_init_clock_gating() local [all...] |
/kernel/linux/linux-5.10/include/media/drv-intf/ |
H A D | exynos-fimc.h | 138 struct exynos_media_pipeline *pipe; member 153 ((!(ent) || !(ent)->pipe) ? -ENOENT : \ 154 (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \ 155 (ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD)) \
|
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | indigoio_dsp.c | 32 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, 104 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain() argument 109 if (snd_BUG_ON(pipe >= num_pipes_out(chip) || in set_vmixer_gain() 116 chip->vmixer_gain[output][pipe] = gain; in set_vmixer_gain() 117 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain() 121 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain); in set_vmixer_gain()
|
/kernel/linux/linux-6.6/include/media/drv-intf/ |
H A D | exynos-fimc.h | 138 struct exynos_media_pipeline *pipe; member 153 ((!(ent) || !(ent)->pipe) ? -ENOENT : \ 154 (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \ 155 (ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD)) \
|