/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_intel_display.c | 42 void mdfldWaitForPipeDisable(struct drm_device *dev, int pipe) in mdfldWaitForPipeDisable() argument 45 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfldWaitForPipeDisable() 48 switch (pipe) { in mdfldWaitForPipeDisable() 62 /* Wait for for the pipe disable to take effect. */ in mdfldWaitForPipeDisable() 70 void mdfldWaitForPipeEnable(struct drm_device *dev, int pipe) in mdfldWaitForPipeEnable() argument 73 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfldWaitForPipeEnable() 76 switch (pipe) { in mdfldWaitForPipeEnable() 90 /* Wait for for the pipe enable to take effect. */ in mdfldWaitForPipeEnable() 99 * Return the pipe currently connected to the panel fitter, 112 /* 965 can place panel fitter on either pipe */ in psb_intel_panel_fitter_pipe() 140 int pipe = gma_crtc->pipe; mdfld__intel_pipe_set_base() local 206 mdfld_disable_crtc(struct drm_device *dev, int pipe) mdfld_disable_crtc() argument 277 int pipe = gma_crtc->pipe; mdfld_crtc_dpms() local 642 int pipe = gma_crtc->pipe; mdfld_crtc_mode_set() local [all...] |
H A D | mdfld_dsi_output.c | 94 void mdfld_dsi_brightness_init(struct mdfld_dsi_config *dsi_config, int pipe) in mdfld_dsi_brightness_init() argument 135 void mdfld_dsi_brightness_control(struct drm_device *dev, int pipe, int level) in mdfld_dsi_brightness_control() argument 143 if (!dev || (pipe != 0 && pipe != 2)) { in mdfld_dsi_brightness_control() 152 if (pipe) in mdfld_dsi_brightness_control() 166 dev_dbg(sender->dev->dev, "pipe = %d, gen_ctrl_val = %d.\n", in mdfld_dsi_brightness_control() 167 pipe, gen_ctrl_val); in mdfld_dsi_brightness_control() 218 void mdfld_dsi_controller_init(struct mdfld_dsi_config *dsi_config, int pipe) in mdfld_dsi_controller_init() argument 220 if (!dsi_config || ((pipe != 0) && (pipe ! in mdfld_dsi_controller_init() 410 mdfld_dsi_get_default_config(struct drm_device *dev, struct mdfld_dsi_config *config, int pipe) mdfld_dsi_get_default_config() argument 436 mdfld_dsi_panel_reset(struct drm_device *ddev, int pipe) mdfld_dsi_panel_reset() argument 483 mdfld_dsi_output_init(struct drm_device *dev, int pipe, const struct panel_funcs *p_vid_funcs) mdfld_dsi_output_init() argument [all...] |
H A D | psb_intel_display.c | 75 * Return the pipe currently connected to the panel fitter, 101 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_set() local 102 const struct psb_offset *map = &dev_priv->regmap[pipe]; in psb_intel_crtc_mode_set() 196 if (pipe == 0) in psb_intel_crtc_mode_set() 206 /* Disable the panel fitter if it was on our pipe */ in psb_intel_crtc_mode_set() 207 if (psb_intel_panel_fitter_pipe(dev) == pipe) in psb_intel_crtc_mode_set() 227 if (pipe == 1) in psb_intel_crtc_mode_set() 296 /* Returns the clock of the currently programmed mode of the given pipe. */ 302 int pipe in psb_intel_crtc_clock_get() local 377 int pipe = gma_crtc->pipe; psb_intel_crtc_mode_get() local 481 psb_intel_crtc_init(struct drm_device *dev, int pipe, struct psb_intel_mode_device *mode_dev) psb_intel_crtc_init() argument 537 psb_intel_get_crtc_from_pipe(struct drm_device *dev, int pipe) psb_intel_get_crtc_from_pipe() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_dev.c | 84 struct komeda_pipeline *pipe = mdev->pipelines[0]; in config_id_show() local 90 config_id.max_line_sz = pipe->layers[0]->hsize_in.end; in config_id_show() 92 config_id.n_scalers = pipe->n_scalers; in config_id_show() 93 config_id.n_layers = pipe->n_layers; in config_id_show() 95 for (i = 0; i < pipe->n_layers; i++) { in config_id_show() 96 if (pipe->layers[i]->layer_type == KOMEDA_FMT_RICH_LAYER) in config_id_show() 123 static int komeda_parse_pipe_dt(struct komeda_pipeline *pipe) in komeda_parse_pipe_dt() argument 125 struct device_node *np = pipe->of_node; in komeda_parse_pipe_dt() 130 DRM_ERROR("get pxclk for pipeline %d failed!\n", pipe->id); in komeda_parse_pipe_dt() 133 pipe in komeda_parse_pipe_dt() 152 struct komeda_pipeline *pipe; komeda_parse_dt() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_dev.c | 73 struct komeda_pipeline *pipe = mdev->pipelines[0]; in config_id_show() local 79 config_id.max_line_sz = pipe->layers[0]->hsize_in.end; in config_id_show() 81 config_id.n_scalers = pipe->n_scalers; in config_id_show() 82 config_id.n_layers = pipe->n_layers; in config_id_show() 84 for (i = 0; i < pipe->n_layers; i++) { in config_id_show() 85 if (pipe->layers[i]->layer_type == KOMEDA_FMT_RICH_LAYER) in config_id_show() 112 static int komeda_parse_pipe_dt(struct komeda_pipeline *pipe) in komeda_parse_pipe_dt() argument 114 struct device_node *np = pipe->of_node; in komeda_parse_pipe_dt() 119 DRM_ERROR("get pxclk for pipeline %d failed!\n", pipe->id); in komeda_parse_pipe_dt() 122 pipe in komeda_parse_pipe_dt() 141 struct komeda_pipeline *pipe; komeda_parse_dt() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_texture.c | 49 #include "pipe/p_context.h" 74 if (!st_finalize_texture(ctx, st->pipe, texObj, 0) || !texObj->pt) in st_update_single_texture() 95 struct pipe_context *pipe = st->pipe; in st_get_sampler_views() local 188 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl); in st_get_sampler_views() 198 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl); in st_get_sampler_views() 205 pipe->create_sampler_view(pipe, stOb in st_get_sampler_views() 263 struct pipe_context *pipe = st->pipe; update_textures() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_intel_display.c | 77 * Return the pipe currently connected to the panel fitter, 103 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_set() local 104 const struct psb_offset *map = &dev_priv->regmap[pipe]; in psb_intel_crtc_mode_set() 202 if (pipe == 0) in psb_intel_crtc_mode_set() 212 /* Disable the panel fitter if it was on our pipe */ in psb_intel_crtc_mode_set() 213 if (psb_intel_panel_fitter_pipe(dev) == pipe) in psb_intel_crtc_mode_set() 233 if (pipe == 1) in psb_intel_crtc_mode_set() 302 /* Returns the clock of the currently programmed mode of the given pipe. */ 308 int pipe in psb_intel_crtc_clock_get() local 383 int pipe = gma_crtc->pipe; psb_intel_crtc_mode_get() local 473 psb_intel_crtc_init(struct drm_device *dev, int pipe, struct psb_intel_mode_device *mode_dev) psb_intel_crtc_init() argument 528 psb_intel_get_crtc_from_pipe(struct drm_device *dev, int pipe) psb_intel_get_crtc_from_pipe() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_surface.c | 29 #include "pipe/p_defines.h" 75 i915_surface_copy_render(struct pipe_context *pipe, struct pipe_resource *dst, in i915_surface_copy_render() argument 80 struct i915_context *i915 = i915_context(pipe); in i915_surface_copy_render() 111 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, in i915_surface_copy_render() 113 src_view = i915_create_sampler_view_custom(pipe, src, &src_templ, src_width0, in i915_surface_copy_render() 125 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_render() 130 i915_clear_render_target_render(struct pipe_context *pipe, in i915_clear_render_target_render() argument 136 struct i915_context *i915 = i915_context(pipe); in i915_clear_render_target_render() 146 pipe->set_framebuffer_state(pipe, in i915_clear_render_target_render() 160 i915_clear_depth_stencil_render(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_render() argument 196 i915_surface_copy_blitter(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) i915_surface_copy_blitter() argument 253 i915_blit(struct pipe_context *pipe, const struct pipe_blit_info *blit_info) i915_blit() argument 285 i915_clear_render_target_blitter(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_render_target_blitter() argument 308 i915_clear_depth_stencil_blitter(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_blitter() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_sp.c | 132 sh_css_sp_group.pipe[thread_id].sp_stage_addr[stage] = in store_sp_stage_data() 203 struct sh_css_sp_pipeline *pipe; in sh_css_sp_start_binary_copy() local 209 pipe = &sh_css_sp_group.pipe[thread_id]; in sh_css_sp_start_binary_copy() 211 pipe->copy.bin.bytes_available = out_frame->data_bytes; in sh_css_sp_start_binary_copy() 212 pipe->num_stages = 1; in sh_css_sp_start_binary_copy() 213 pipe->pipe_id = pipe_id; in sh_css_sp_start_binary_copy() 214 pipe->pipe_num = pipe_num; in sh_css_sp_start_binary_copy() 215 pipe->thread_id = thread_id; in sh_css_sp_start_binary_copy() 216 pipe in sh_css_sp_start_binary_copy() 259 struct sh_css_sp_pipeline *pipe; sh_css_sp_start_raw_copy() local 332 struct sh_css_sp_pipeline *pipe; sh_css_sp_start_isys_copy() local 904 struct ia_css_pipe *pipe = NULL; sh_css_sp_init_stage() local 1212 struct ia_css_pipe *pipe = NULL; sh_css_sp_init_pipeline() local 1587 ia_css_pipe_set_irq_mask(struct ia_css_pipe *pipe, unsigned int or_mask, unsigned int and_mask) ia_css_pipe_set_irq_mask() argument 1626 ia_css_event_get_irq_mask(const struct ia_css_pipe *pipe, unsigned int *or_mask, unsigned int *and_mask) ia_css_event_get_irq_mask() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/mc/ |
H A D | mc-entity.c | 562 static int media_pipeline_add_pad(struct media_pipeline *pipe, in media_pipeline_add_pad() argument 568 list_for_each_entry(ppad, &pipe->pads, list) { in media_pipeline_add_pad() 581 ppad->pipe = pipe; in media_pipeline_add_pad() 584 list_add_tail(&ppad->list, &pipe->pads); in media_pipeline_add_pad() 594 static int media_pipeline_explore_next_link(struct media_pipeline *pipe, in media_pipeline_explore_next_link() argument 639 ret = media_pipeline_add_pad(pipe, walk, local); in media_pipeline_explore_next_link() 650 ret = media_pipeline_add_pad(pipe, walk, remote); in media_pipeline_explore_next_link() 680 ret = media_pipeline_add_pad(pipe, walk, local); in media_pipeline_explore_next_link() 688 static void media_pipeline_cleanup(struct media_pipeline *pipe) in media_pipeline_cleanup() argument 699 media_pipeline_populate(struct media_pipeline *pipe, struct media_pad *pad) media_pipeline_populate() argument 752 __media_pipeline_start(struct media_pad *pad, struct media_pipeline *pipe) __media_pipeline_start() argument 898 media_pipeline_start(struct media_pad *pad, struct media_pipeline *pipe) media_pipeline_start() argument 913 struct media_pipeline *pipe = pad->pipe; __media_pipeline_stop() local 950 struct media_pipeline *pipe; media_pipeline_alloc_start() local 983 __media_pipeline_pad_iter_next(struct media_pipeline *pipe, struct media_pipeline_pad_iter *iter, struct media_pad *pad) __media_pipeline_pad_iter_next() argument 1000 media_pipeline_entity_iter_init(struct media_pipeline *pipe, struct media_pipeline_entity_iter *iter) media_pipeline_entity_iter_init() argument 1014 __media_pipeline_entity_iter_next(struct media_pipeline *pipe, struct media_pipeline_entity_iter *iter, struct media_entity *entity) __media_pipeline_entity_iter_next() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr_hwdep.c | 59 /* test max nb substream per pipe */ in pcxhr_init_board() 151 * allocate a playback/capture pipe (pcmp0/pcmc0) 154 struct pcxhr_pipe *pipe, in pcxhr_dsp_allocate_pipe() 173 pipe->is_capture = is_capture; in pcxhr_dsp_allocate_pipe() 174 pipe->first_audio = pin; in pcxhr_dsp_allocate_pipe() 175 /* define pipe (P_PCM_ONLY_MASK (0x020000) is not necessary) */ in pcxhr_dsp_allocate_pipe() 186 dev_err(&mgr->pci->dev, "error pipe allocation " in pcxhr_dsp_allocate_pipe() 190 pipe->status = PCXHR_PIPE_DEFINED; in pcxhr_dsp_allocate_pipe() 196 * free playback/capture pipe (pcmp0/pcmc0) 199 static int pcxhr_dsp_free_pipe( struct pcxhr_mgr *mgr, struct pcxhr_pipe *pipe) 153 pcxhr_dsp_allocate_pipe(struct pcxhr_mgr *mgr, struct pcxhr_pipe *pipe, int is_capture, int pin) pcxhr_dsp_allocate_pipe() argument 233 struct pcxhr_pipe *pipe; pcxhr_config_pipes() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/aspeed/ |
H A D | aspeed_gfx_crtc.c | 21 drm_pipe_to_aspeed_gfx(struct drm_simple_display_pipe *pipe) in drm_pipe_to_aspeed_gfx() argument 23 return container_of(pipe, struct aspeed_gfx, pipe); in drm_pipe_to_aspeed_gfx() 28 struct drm_crtc *crtc = &priv->pipe.crtc; in aspeed_gfx_set_pixel_fmt() 82 struct drm_display_mode *m = &priv->pipe.crtc.state->adjusted_mode; in aspeed_gfx_crtc_mode_set_nofb() 141 static void aspeed_gfx_pipe_enable(struct drm_simple_display_pipe *pipe, in aspeed_gfx_pipe_enable() argument 145 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_enable() 146 struct drm_crtc *crtc = &pipe->crtc; in aspeed_gfx_pipe_enable() 153 static void aspeed_gfx_pipe_disable(struct drm_simple_display_pipe *pipe) in aspeed_gfx_pipe_disable() argument 155 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_disable() 162 aspeed_gfx_pipe_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *plane_state) aspeed_gfx_pipe_update() argument 192 aspeed_gfx_enable_vblank(struct drm_simple_display_pipe *pipe) aspeed_gfx_enable_vblank() argument 206 aspeed_gfx_disable_vblank(struct drm_simple_display_pipe *pipe) aspeed_gfx_disable_vblank() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/aspeed/ |
H A D | aspeed_gfx_crtc.c | 21 drm_pipe_to_aspeed_gfx(struct drm_simple_display_pipe *pipe) in drm_pipe_to_aspeed_gfx() argument 23 return container_of(pipe, struct aspeed_gfx, pipe); in drm_pipe_to_aspeed_gfx() 28 struct drm_crtc *crtc = &priv->pipe.crtc; in aspeed_gfx_set_pixel_fmt() 82 struct drm_display_mode *m = &priv->pipe.crtc.state->adjusted_mode; in aspeed_gfx_crtc_mode_set_nofb() 142 static void aspeed_gfx_pipe_enable(struct drm_simple_display_pipe *pipe, in aspeed_gfx_pipe_enable() argument 146 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_enable() 147 struct drm_crtc *crtc = &pipe->crtc; in aspeed_gfx_pipe_enable() 154 static void aspeed_gfx_pipe_disable(struct drm_simple_display_pipe *pipe) in aspeed_gfx_pipe_disable() argument 156 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_disable() 163 aspeed_gfx_pipe_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *plane_state) aspeed_gfx_pipe_update() argument 193 aspeed_gfx_enable_vblank(struct drm_simple_display_pipe *pipe) aspeed_gfx_enable_vblank() argument 207 aspeed_gfx_disable_vblank(struct drm_simple_display_pipe *pipe) aspeed_gfx_disable_vblank() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr_hwdep.c | 59 /* test max nb substream per pipe */ in pcxhr_init_board() 151 * allocate a playback/capture pipe (pcmp0/pcmc0) 154 struct pcxhr_pipe *pipe, in pcxhr_dsp_allocate_pipe() 173 pipe->is_capture = is_capture; in pcxhr_dsp_allocate_pipe() 174 pipe->first_audio = pin; in pcxhr_dsp_allocate_pipe() 175 /* define pipe (P_PCM_ONLY_MASK (0x020000) is not necessary) */ in pcxhr_dsp_allocate_pipe() 186 dev_err(&mgr->pci->dev, "error pipe allocation " in pcxhr_dsp_allocate_pipe() 190 pipe->status = PCXHR_PIPE_DEFINED; in pcxhr_dsp_allocate_pipe() 196 * free playback/capture pipe (pcmp0/pcmc0) 199 static int pcxhr_dsp_free_pipe( struct pcxhr_mgr *mgr, struct pcxhr_pipe *pipe) 153 pcxhr_dsp_allocate_pipe(struct pcxhr_mgr *mgr, struct pcxhr_pipe *pipe, int is_capture, int pin) pcxhr_dsp_allocate_pipe() argument 233 struct pcxhr_pipe *pipe; pcxhr_config_pipes() local [all...] |
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | tri.c | 35 #include "pipe/p_state.h" 37 #include "pipe/p_context.h" 39 #include "pipe/p_screen.h" 41 #include "pipe/p_defines.h" 43 #include "pipe/p_shader_tokens.h" 58 /* to get a hardware pipe driver */ 59 #include "pipe-loader/pipe_loader.h" 65 struct pipe_context *pipe; member 93 /* init a pipe screen */ in init_prog() 97 /* create the pipe drive in init_prog() [all...] |
H A D | quad-tex.c | 35 #include "pipe/p_state.h" 37 #include "pipe/p_context.h" 39 #include "pipe/p_screen.h" 41 #include "pipe/p_defines.h" 43 #include "pipe/p_shader_tokens.h" 61 /* to get a hardware pipe driver */ 62 #include "pipe-loader/pipe_loader.h" 68 struct pipe_context *pipe; member 99 /* init a pipe screen */ in init_prog() 103 /* create the pipe drive in init_prog() [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_performance_query.c | 37 iris_init_perf_query_info(struct pipe_context *pipe) in iris_init_perf_query_info() argument 39 struct iris_context *ice = (void *) pipe; in iris_init_perf_query_info() 43 /* make sure pipe perf counter type/data-type enums are matched with intel_perf's */ in iris_init_perf_query_info() 88 iris_new_perf_query_obj(struct pipe_context *pipe, unsigned query_index) in iris_new_perf_query_obj() argument 90 struct iris_context *ice = (void *) pipe; in iris_new_perf_query_obj() 108 iris_begin_perf_query(struct pipe_context *pipe, struct pipe_query *q) in iris_begin_perf_query() argument 110 struct iris_context *ice = (void *) pipe; in iris_begin_perf_query() 119 iris_end_perf_query(struct pipe_context *pipe, struct pipe_query *q) in iris_end_perf_query() argument 121 struct iris_context *ice = (void *) pipe; in iris_end_perf_query() 131 iris_delete_perf_query(struct pipe_context *pipe, struc argument 143 iris_get_perf_query_info(struct pipe_context *pipe, unsigned query_index, const char **name, uint32_t *data_size, uint32_t *n_counters, uint32_t *n_active) iris_get_perf_query_info() argument 162 iris_get_perf_counter_info(struct pipe_context *pipe, unsigned query_index, unsigned counter_index, const char **name, const char **desc, uint32_t *offset, uint32_t *data_size, uint32_t *type_enum, uint32_t *data_type_enum, uint64_t *raw_max) iris_get_perf_counter_info() argument 202 iris_wait_perf_query(struct pipe_context *pipe, struct pipe_query *q) iris_wait_perf_query() argument 214 iris_is_perf_query_ready(struct pipe_context *pipe, struct pipe_query *q) iris_is_perf_query_ready() argument 231 iris_get_perf_query_data(struct pipe_context *pipe, struct pipe_query *q, size_t data_size, uint32_t *data, uint32_t *bytes_written) iris_get_perf_query_data() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Device.cpp | 133 struct pipe_context *pipe = screen->context_create(screen, NULL, 0); in CreateDevice() local 134 pDevice->pipe = pipe; in CreateDevice() 139 pipe->bind_vs_state(pipe, pDevice->empty_vs); in CreateDevice() 140 pipe->bind_fs_state(pipe, pDevice->empty_fs); in CreateDevice() 324 struct pipe_context *pipe = pDevice->pipe; in DestroyDevice() local 326 pipe in DestroyDevice() 429 struct pipe_context *pipe = CastPipeContext(hDevice); Flush() local 453 struct pipe_context *pipe = CastPipeContext(hDevice); CheckFormatSupport() local [all...] |
H A D | OutputMerger.cpp | 86 struct pipe_context *pipe = CastPipeContext(hDevice); in CreateRenderTargetView() local 133 pRTView->surface = pipe->create_surface(pipe, resource, &desc); in CreateRenderTargetView() 180 struct pipe_context *pipe = CastPipeContext(hDevice); in ClearRenderTargetView() local 235 pipe->clear_render_target(pipe, in ClearRenderTargetView() 286 struct pipe_context *pipe = CastPipeContext(hDevice); in CreateDepthStencilView() local 322 pDSView->surface = pipe->create_surface(pipe, resource, &desc); in CreateDepthStencilView() 371 struct pipe_context *pipe in ClearDepthStencilView() local 557 struct pipe_context *pipe = pDevice->pipe; CreateBlendState() local 632 struct pipe_context *pipe = pDevice->pipe; CreateBlendState1() local 688 struct pipe_context *pipe = CastPipeContext(hDevice); DestroyBlendState() local 713 struct pipe_context *pipe = CastPipeContext(hDevice); SetBlendState() local 752 struct pipe_context *pipe = pDevice->pipe; SetRenderTargets() local 896 struct pipe_context *pipe = CastPipeContext(hDevice); CreateDepthStencilState() local 965 struct pipe_context *pipe = CastPipeContext(hDevice); DestroyDepthStencilState() local 989 struct pipe_context *pipe = CastPipeContext(hDevice); SetDepthStencilState() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_fifo_underrun.h | 13 enum pipe; 18 enum pipe pipe, bool enable); 20 enum pipe pch_transcoder, 23 enum pipe pipe); 25 enum pipe pch_transcoder);
|
H A D | intel_display_irq.h | 13 enum pipe; 26 void bdw_enable_pipe_irq(struct drm_i915_private *i915, enum pipe pipe, u32 bits); 27 void bdw_disable_pipe_irq(struct drm_i915_private *i915, enum pipe pipe, u32 bits); 67 u32 i915_pipestat_enable_mask(struct drm_i915_private *i915, enum pipe pipe); 68 void i915_enable_pipestat(struct drm_i915_private *i915, enum pipe pipe, u32 status_mask); 69 void i915_disable_pipestat(struct drm_i915_private *i915, enum pipe pip [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_audio.c | 585 enum pipe pipe = crtc->pipe; in enable_audio_dsc_wa() local 595 val |= HBLANK_EARLY_ENABLE_ICL(pipe); in enable_audio_dsc_wa() 597 val |= HBLANK_EARLY_ENABLE_TGL(pipe); in enable_audio_dsc_wa() 605 val &= ~HBLANK_START_COUNT_MASK(pipe); in enable_audio_dsc_wa() 606 val |= HBLANK_START_COUNT(pipe, HBLANK_START_COUNT_32); in enable_audio_dsc_wa() 608 val &= ~HBLANK_START_COUNT_MASK(pipe); in enable_audio_dsc_wa() 609 val |= HBLANK_START_COUNT(pipe, HBLANK_START_COUNT_64); in enable_audio_dsc_wa() 611 val &= ~HBLANK_START_COUNT_MASK(pipe); in enable_audio_dsc_wa() 697 enum pipe pipe = crtc->pipe; ilk_audio_codec_disable() local 746 enum pipe pipe = crtc->pipe; ilk_audio_codec_enable() local 841 enum pipe pipe = crtc->pipe; intel_audio_codec_enable() local 900 enum pipe pipe = crtc->pipe; intel_audio_codec_disable() local 1098 get_saved_enc(struct drm_i915_private *dev_priv, int port, int pipe) get_saved_enc() argument 1139 i915_audio_component_sync_audio_rate(struct device *kdev, int port, int pipe, int rate) i915_audio_component_sync_audio_rate() argument 1177 i915_audio_component_get_eld(struct device *kdev, int port, int pipe, bool *enabled, unsigned char *buf, int max_bytes) i915_audio_component_get_eld() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/ |
H A D | r128_irq.c | 40 u32 r128_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in r128_get_vblank_counter() argument 44 if (pipe != 0) in r128_get_vblank_counter() 68 int r128_enable_vblank(struct drm_device *dev, unsigned int pipe) in r128_enable_vblank() argument 72 if (pipe != 0) { in r128_enable_vblank() 73 DRM_ERROR("%s: bad crtc %u\n", __func__, pipe); in r128_enable_vblank() 81 void r128_disable_vblank(struct drm_device *dev, unsigned int pipe) in r128_disable_vblank() argument 83 if (pipe != 0) in r128_disable_vblank() 84 DRM_ERROR("%s: bad crtc %u\n", __func__, pipe); in r128_disable_vblank()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_sp.c | 133 sh_css_sp_group.pipe[thread_id].sp_stage_addr[stage] = in store_sp_stage_data() 204 struct sh_css_sp_pipeline *pipe; in sh_css_sp_start_binary_copy() local 210 pipe = &sh_css_sp_group.pipe[thread_id]; in sh_css_sp_start_binary_copy() 212 pipe->copy.bin.bytes_available = out_frame->data_bytes; in sh_css_sp_start_binary_copy() 213 pipe->num_stages = 1; in sh_css_sp_start_binary_copy() 214 pipe->pipe_id = pipe_id; in sh_css_sp_start_binary_copy() 215 pipe->pipe_num = pipe_num; in sh_css_sp_start_binary_copy() 216 pipe->thread_id = thread_id; in sh_css_sp_start_binary_copy() 217 pipe in sh_css_sp_start_binary_copy() 260 struct sh_css_sp_pipeline *pipe; sh_css_sp_start_raw_copy() local 333 struct sh_css_sp_pipeline *pipe; sh_css_sp_start_isys_copy() local 924 struct ia_css_pipe *pipe = NULL; sh_css_sp_init_stage() local 1214 struct ia_css_pipe *pipe = NULL; sh_css_sp_init_pipeline() local 1554 ia_css_pipe_set_irq_mask(struct ia_css_pipe *pipe, unsigned int or_mask, unsigned int and_mask) ia_css_pipe_set_irq_mask() argument 1594 ia_css_event_get_irq_mask(const struct ia_css_pipe *pipe, unsigned int *or_mask, unsigned int *and_mask) ia_css_event_get_irq_mask() argument [all...] |
H A D | ia_css_pipe_public.h | 37 /* Enumeration of pipe modes. This mode can be used to create 38 * an image pipe for this mode. These pipes can be combined 41 * For example, one can create a preview and capture pipe to 45 IA_CSS_PIPE_MODE_PREVIEW, /** Preview pipe */ 46 IA_CSS_PIPE_MODE_VIDEO, /** Video pipe */ 47 IA_CSS_PIPE_MODE_CAPTURE, /** Still capture pipe */ 48 IA_CSS_PIPE_MODE_COPY, /** Copy pipe, only used for embedded/image data copying */ 49 IA_CSS_PIPE_MODE_YUVPP, /** YUV post processing pipe, used for all use cases with YUV input, 57 * Enumeration of pipe versions. 61 IA_CSS_PIPE_VERSION_1 = 1, /** ISP1.0 pipe */ [all...] |