Searched refs:pipe (Results 276 - 300 of 965) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr_regs.h273 #define _SEL_FETCH_PLANE_BASE_1(pipe) _PIPE(pipe, _SEL_FETCH_PLANE_BASE_1_A, _SEL_FETCH_PLANE_BASE_1_B)
274 #define _SEL_FETCH_PLANE_BASE(pipe, plane) (_SEL_FETCH_PLANE_BASE_1(pipe) - \
279 #define PLANE_SEL_FETCH_CTL(pipe, plane) _MMIO(_SEL_FETCH_PLANE_BASE(pipe, plane) + \
285 #define PLANE_SEL_FETCH_POS(pipe, plane) _MMIO(_SEL_FETCH_PLANE_BASE(pipe, plane) + \
290 #define PLANE_SEL_FETCH_SIZE(pipe, plane) _MMIO(_SEL_FETCH_PLANE_BASE(pipe, plan
[all...]
H A Dintel_bw.c754 bw_state->data_rate[crtc->pipe] =
756 bw_state->num_active_planes[crtc->pipe] =
760 drm_dbg_kms(&i915->drm, "pipe %c data rate %u num active planes %u\n",
761 pipe_name(crtc->pipe),
762 bw_state->data_rate[crtc->pipe],
763 bw_state->num_active_planes[crtc->pipe]);
770 enum pipe pipe; local
772 for_each_pipe(dev_priv, pipe)
773 num_active_planes += bw_state->num_active_planes[pipe];
782 enum pipe pipe; local
1083 enum pipe pipe; local
1169 enum pipe pipe; local
1192 enum pipe pipe; local
[all...]
H A Dintel_crt.c85 i915_reg_t adpa_reg, enum pipe *pipe)
91 /* asserts want to know the pipe even if the port is disabled */
93 *pipe = (val & ADPA_PIPE_SEL_MASK_CPT) >> ADPA_PIPE_SEL_SHIFT_CPT;
95 *pipe = (val & ADPA_PIPE_SEL_MASK) >> ADPA_PIPE_SEL_SHIFT;
101 enum pipe *pipe)
113 ret = intel_crt_port_enabled(dev_priv, crt->adpa_reg, pipe);
187 /* For CPT allow 3 pipe config, for others just use A or B */
191 adpa |= ADPA_PIPE_SEL_CPT(crtc->pipe);
84 intel_crt_port_enabled(struct drm_i915_private *dev_priv, i915_reg_t adpa_reg, enum pipe *pipe) argument
100 intel_crt_get_hw_state(struct intel_encoder *encoder, enum pipe *pipe) argument
299 enum pipe pipe = crtc->pipe; local
317 enum pipe pipe = crtc->pipe; local
694 intel_crt_load_detect(struct intel_crt *crt, enum pipe pipe) argument
[all...]
H A Dintel_backlight.c144 static u32 lpt_get_backlight(struct intel_connector *connector, enum pipe unused)
151 static u32 pch_get_backlight(struct intel_connector *connector, enum pipe unused)
158 static u32 i9xx_get_backlight(struct intel_connector *connector, enum pipe unused)
178 static u32 vlv_get_backlight(struct intel_connector *connector, enum pipe pipe) argument
182 if (drm_WARN_ON(&i915->drm, pipe != PIPE_A && pipe != PIPE_B))
185 return intel_de_read(i915, VLV_BLC_PWM_CTL(pipe)) & BACKLIGHT_DUTY_CYCLE_MASK;
188 static u32 bxt_get_backlight(struct intel_connector *connector, enum pipe unused)
196 static u32 ext_pwm_get_backlight(struct intel_connector *connector, enum pipe unuse
257 enum pipe pipe = to_intel_crtc(conn_state->crtc)->pipe; local
389 enum pipe pipe = to_intel_crtc(old_conn_state->crtc)->pipe; local
603 enum pipe pipe = to_intel_crtc(conn_state->crtc)->pipe; local
639 enum pipe pipe = to_intel_crtc(crtc_state->uapi.crtc)->pipe; local
670 enum pipe pipe = to_intel_crtc(crtc_state->uapi.crtc)->pipe; local
785 enum pipe pipe = to_intel_crtc(crtc_state->uapi.crtc)->pipe; local
1377 vlv_setup_backlight(struct intel_connector *connector, enum pipe pipe) argument
1518 ext_pwm_setup_backlight(struct intel_connector *connector, enum pipe pipe) argument
1580 intel_pwm_get_backlight(struct intel_connector *connector, enum pipe pipe) argument
1607 intel_pwm_setup_backlight(struct intel_connector *connector, enum pipe pipe) argument
1643 intel_backlight_setup(struct intel_connector *connector, enum pipe pipe) argument
[all...]
H A Dintel_display_limits.h10 * Keep the pipe enum values fixed: the code assumes that PIPE_A=0, the
12 * with a 1:1 transcoder -> pipe mapping.
14 enum pipe { enum
29 * The following transcoders have a 1:1 transcoder -> pipe mapping,
40 * The following transcoders can map to any pipe, their enum value
53 * Per-pipe plane identifier.
H A Dintel_connector.h26 enum pipe intel_connector_get_pipe(struct intel_connector *connector);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.c140 // First get to the top pipe
144 // First pipe is always used
186 /* Check if no longer using pipe for ODM, then need to disconnect DSC for that pipe */
355 struct pipe_ctx *pipe = NULL; local
359 pipe = &dc->current_state->res_ctx.pipe_ctx[i];
361 if (pipe->top_pipe || pipe->prev_odm_pipe)
364 if (pipe->stream && (pipe
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c708 struct ia_css_pipe *pipe,
726 sh_css_init_isp_params_from_config(struct ia_css_pipe *pipe,
735 struct ia_css_pipe *pipe);
741 struct ia_css_pipe *pipe);
881 struct ia_css_pipe *pipe = stream->pipes[i]; local
882 struct ia_css_pipeline *pipeline = ia_css_pipe_get_pipeline(pipe);
885 /* update the other buffers to the pipe specific copies */
894 sh_css_select_dp_10bpp_config(const struct ia_css_pipe *pipe, argument
905 if ((!pipe) || (!is_dp_10bpp)) {
912 if (pipe
1593 ia_css_set_param_exceptions(const struct ia_css_pipe *pipe, struct ia_css_isp_parameters *params) argument
1660 sh_css_set_pipe_dvs_6axis_config(const struct ia_css_pipe *pipe, struct ia_css_isp_parameters *params, const struct ia_css_dvs_6axis_config *dvs_config) argument
1682 sh_css_get_pipe_dvs_6axis_config(const struct ia_css_pipe *pipe, const struct ia_css_isp_parameters *params, struct ia_css_dvs_6axis_config *dvs_config) argument
1812 sh_css_pipe_isp_config_get(struct ia_css_pipe *pipe) argument
1830 ia_css_stream_set_isp_config_on_pipe( struct ia_css_stream *stream, const struct ia_css_isp_config *config, struct ia_css_pipe *pipe) argument
1852 ia_css_pipe_set_isp_config(struct ia_css_pipe *pipe, struct ia_css_isp_config *config) argument
1874 sh_css_set_global_isp_config_on_pipe( struct ia_css_pipe *curr_pipe, const struct ia_css_isp_config *config, struct ia_css_pipe *pipe) argument
1903 sh_css_set_per_frame_isp_config_on_pipe( struct ia_css_stream *stream, const struct ia_css_isp_config *config, struct ia_css_pipe *pipe) argument
1973 sh_css_init_isp_params_from_config(struct ia_css_pipe *pipe, struct ia_css_isp_parameters *params, const struct ia_css_isp_config *config, struct ia_css_pipe *pipe_in) argument
2042 ia_css_pipe_get_isp_config(struct ia_css_pipe *pipe, struct ia_css_isp_config *config) argument
2640 ia_css_pipe_set_bci_scaler_lut(struct ia_css_pipe *pipe, const void *lut) argument
2692 sh_css_pipe_get_pp_gdc_lut(const struct ia_css_pipe *pipe) argument
3092 struct ia_css_pipe *pipe; local
3260 sh_css_params_write_to_ddr_internal( struct ia_css_pipe *pipe, unsigned int pipe_id, struct ia_css_isp_parameters *params, const struct ia_css_pipeline_stage *stage, struct sh_css_ddr_address_map *ddr_map, struct sh_css_ddr_address_map_size *ddr_map_size) argument
3684 struct ia_css_pipe *pipe; local
3767 sh_css_store_sp_stage_to_ddr( unsigned int pipe, unsigned int stage) argument
3778 sh_css_store_isp_stage_to_ddr( unsigned int pipe, unsigned int stage) argument
4532 struct ia_css_pipe *pipe; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c141 * one or two (in the pipe-split case).
402 struct pipe_ctx *pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
404 if (pipe->stream == stream && pipe->stream_res.tg) {
406 dc->hwss.set_long_vtotal(&pipe, 1, adjust->v_total_min, adjust->v_total_max);
416 * dc_stream_adjust_vmin_vmax - look up pipe context & update parts of DRR
421 * Looks up the pipe context of dc_stream_state and updates the
426 * Return: %true if the pipe context is found and adjusted;
427 * %false if the pipe context is not found.
460 struct pipe_ctx *pipe local
497 struct pipe_ctx *pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
529 struct pipe_ctx *pipe = local
585 struct pipe_ctx *pipe; local
636 struct pipe_ctx *pipe; local
705 struct pipe_ctx *pipe; local
1174 struct pipe_ctx *pipe; local
1288 struct pipe_ctx *pipe = NULL; local
1393 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; local
1872 struct pipe_ctx *pipe; local
1942 struct pipe_ctx *pipe; local
2146 struct pipe_ctx *pipe; local
2273 struct pipe_ctx *pipe; local
3582 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; local
3708 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; local
3744 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; local
4123 struct pipe_ctx *pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
4454 struct pipe_ctx *pipe = &transition_base_context->res_ctx.pipe_ctx[i]; local
4464 struct pipe_ctx *pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
4476 struct pipe_ctx *pipe = &transition_base_context->res_ctx.pipe_ctx[i]; local
5263 struct pipe_ctx *pipe; local
5686 struct pipe_ctx *pipe = NULL; local
5741 struct pipe_ctx *pipe = NULL; local
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h154 u8 pipe, struct sk_buff *hdr_buf,
157 ath6kl_dbg(ATH6KL_DBG_HIF, "hif pipe send\n");
159 return ar->hif_ops->pipe_send(ar, pipe, hdr_buf, buf);
165 ath6kl_dbg(ATH6KL_DBG_HIF, "hif pipe get default\n");
174 ath6kl_dbg(ATH6KL_DBG_HIF, "hif pipe get default\n");
180 u8 pipe)
182 ath6kl_dbg(ATH6KL_DBG_HIF, "hif pipe get free queue number\n");
184 return ar->hif_ops->pipe_get_free_queue_number(ar, pipe);
153 ath6kl_hif_pipe_send(struct ath6kl *ar, u8 pipe, struct sk_buff *hdr_buf, struct sk_buff *buf) argument
179 ath6kl_hif_pipe_get_free_queue_number(struct ath6kl *ar, u8 pipe) argument
/linux-master/sound/pci/echoaudio/
H A Dindigodjx_dsp.c31 u16 pipe, int gain);
H A Dindigoiox_dsp.c31 u16 pipe, int gain);
H A Dechoaudio_dsp.c779 this pipe. Note that _MS_ (mono-to-stereo) playback modes are not used by ALSA
1054 static int allocate_pipes(struct echoaudio *chip, struct audiopipe *pipe, argument
1078 pipe->index = pipe_index;
1079 pipe->interleave = interleave;
1080 pipe->state = PIPE_STATE_STOPPED;
1083 position for a pipe. The DSP is constantly updating this value as
1085 pipe->dma_counter = (__le32 *)&chip->comm_page->position[pipe_index];
1086 *pipe->dma_counter = 0;
1092 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe) argument
1097 if (snd_BUG_ON(!is_pipe_allocated(chip, pipe
1116 sglist_init(struct echoaudio *chip, struct audiopipe *pipe) argument
1127 sglist_add_mapping(struct echoaudio *chip, struct audiopipe *pipe, dma_addr_t address, size_t length) argument
1146 sglist_add_irq(struct echoaudio *chip, struct audiopipe *pipe) argument
1153 sglist_wrap(struct echoaudio *chip, struct audiopipe *pipe) argument
[all...]
/linux-master/sound/usb/
H A Dhelper.h10 int snd_usb_ctl_msg(struct usb_device *dev, unsigned int pipe,
/linux-master/sound/x86/
H A Dintel_hdmi_audio.h115 int pipe; /* can change dynamically */ member in struct:snd_intelhad
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm.h14 struct drm_simple_display_pipe pipe; member in struct:hyperv_drm_device
/linux-master/drivers/bluetooth/
H A Dbfusb.c115 int err, pipe; local
125 pipe = usb_sndbulkpipe(data->udev, data->bulk_out_ep);
127 usb_fill_bulk_urb(urb, data->udev, pipe, skb->data, skb->len,
205 int err, pipe, size = HCI_MAX_FRAME_SIZE + 32; local
226 pipe = usb_rcvbulkpipe(data->udev, data->bulk_in_ep);
228 usb_fill_bulk_urb(urb, data->udev, pipe, skb->data, size,
522 int err, pipe, len, size, sent = 0; local
534 pipe = usb_sndctrlpipe(data->udev, 0);
536 if (usb_control_msg(data->udev, pipe, USB_REQ_SET_CONFIGURATION,
545 pipe
[all...]
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_mixer.h57 #define SUN8I_MIXER_BLEND_PIPE_CTL_EN(pipe) BIT(8 + pipe)
58 #define SUN8I_MIXER_BLEND_PIPE_CTL_FC_EN(pipe) BIT(pipe)
/linux-master/drivers/media/usb/dvb-usb/
H A Ddtv5100.c29 unsigned int pipe; local
38 pipe = usb_rcvctrlpipe(d->udev, 0);
46 pipe = usb_sndctrlpipe(d->udev, 0);
60 return usb_control_msg(d->udev, pipe, request,
/linux-master/arch/nios2/
H A DMakefile26 KBUILD_CFLAGS += -pipe -D__linux__ -D__ELF__
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.h39 bool is_dp2p0_output_encoder(const struct pipe_ctx *pipe);
/linux-master/drivers/gpu/drm/lima/
H A Dlima_mmu.c35 struct lima_sched_pipe *pipe; local
56 pipe = dev->pipe + (ip->id == lima_ip_gpmmu ? lima_pipe_gp : lima_pipe_pp);
57 lima_sched_pipe_mmu_error(pipe);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c193 * This is only used to lock pipes in pipe splitting case with immediate flip
701 /* In flip immediate with pipe splitting case GSL is used for
842 /* by upper caller loop, pipe0 is parent pipe and be called first.
843 * back end is set up by for pipe0. Other children pipe share back end
844 * with pipe 0. No program is needed.
1016 * program OGAM only for the top pipe
1017 * if there is a pipe split then fix diagnostic is required:
1286 "Un-gated front end for pipe %d\n", pipe_ctx->plane_res.hubp->inst);
1371 struct pipe_ctx *pipe,
1378 * therefore only top pipe nee
1369 dcn20_pipe_control_lock( struct dc *dc, struct pipe_ctx *pipe, bool lock) argument
1831 calculate_vready_offset_for_group(struct pipe_ctx *pipe) argument
1992 struct pipe_ctx *pipe; local
2158 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; local
2175 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; local
2251 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; local
2295 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; local
[all...]
/linux-master/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h22 /* Holds the read end of the pipe for killing the reader. */
23 int pipe; member in struct:uffd_reader_args
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dtrace.h60 DEV_ENTRY __field(unsigned, pipe) __field(u32, len)
64 __entry->pipe = u->pipe;
68 DEV_PR_ARG, __entry->pipe, __entry->len)
73 u.pipe = __pipe; \
99 TP_PROTO(struct mt7601u_dev *dev, unsigned pipe, u8 req, u8 req_type,
101 TP_ARGS(dev, pipe, req, req_type, val, offset, buf, buflen, ret),
104 __field(unsigned, pipe) __field(u8, req) __field(u8, req_type)
110 __entry->pipe = pipe;
[all...]

Completed in 502 milliseconds

<<11121314151617181920>>