HomeSort by: relevance | last modified time | path
    Searched refs:intel_crtc (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_pipe_crc.h 15 struct intel_crtc;
25 void intel_crtc_disable_pipe_crc(struct intel_crtc *crtc);
26 void intel_crtc_enable_pipe_crc(struct intel_crtc *crtc);
33 static inline void intel_crtc_disable_pipe_crc(struct intel_crtc *crtc)
37 static inline void intel_crtc_enable_pipe_crc(struct intel_crtc *crtc)
intel_fbc.h 17 struct intel_crtc;
24 bool intel_fbc_pre_update(struct intel_crtc *crtc,
27 void intel_fbc_post_update(struct intel_crtc *crtc);
30 void intel_fbc_enable(struct intel_crtc *crtc,
33 void intel_fbc_disable(struct intel_crtc *crtc);
intel_color.h 14 struct intel_crtc;
17 void intel_color_init(struct intel_crtc *crtc);
intel_dsb.h 15 struct intel_crtc;
47 intel_dsb_get(struct intel_crtc *crtc);
intel_atomic.h 23 struct intel_crtc;
54 struct intel_crtc *crtc);
57 struct intel_crtc *intel_crtc,
intel_atomic_plane.h 16 struct intel_crtc;
38 struct intel_crtc *crtc);
40 struct intel_crtc *crtc);
intel_panel.h 19 struct intel_crtc;
30 void intel_pch_panel_fitting(struct intel_crtc *crtc,
33 void intel_gmch_panel_fitting(struct intel_crtc *crtc,
intel_atomic.c 301 int num_scalers_need, struct intel_crtc *intel_crtc,
306 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
312 for (j = 0; j < intel_crtc->num_scalers; j++) {
351 } else if (num_scalers_need == 1 && intel_crtc->num_scalers > 1) {
366 intel_crtc->pipe, *scaler_id, name, idx);
373 * @intel_crtc: intel crtc
388 struct intel_crtc *intel_crtc,
416 if (num_scalers_need > intel_crtc->num_scalers)
    [all...]
intel_dsb.c 46 struct intel_crtc *crtc = container_of(dsb, typeof(*crtc), dsb);
55 struct intel_crtc *crtc = container_of(dsb, typeof(*crtc), dsb);
75 struct intel_crtc *crtc = container_of(dsb, typeof(*crtc), dsb);
95 * @crtc: intel_crtc structure to get pipe info.
105 intel_dsb_get(struct intel_crtc *crtc)
169 struct intel_crtc *crtc = container_of(dsb, typeof(*crtc), dsb);
202 struct intel_crtc *crtc = container_of(dsb, typeof(*crtc), dsb);
277 struct intel_crtc *crtc = container_of(dsb, typeof(*crtc), dsb);
307 struct intel_crtc *crtc = container_of(dsb, typeof(*crtc), dsb);
intel_fifo_underrun.c 62 struct intel_crtc *crtc;
81 struct intel_crtc *crtc;
95 static void i9xx_check_fifo_underruns(struct intel_crtc *crtc)
147 static void ivb_check_fifo_underruns(struct intel_crtc *crtc)
213 static void cpt_check_pch_fifo_underruns(struct intel_crtc *crtc)
261 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
329 struct intel_crtc *crtc =
373 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
424 struct intel_crtc *crtc;
451 struct intel_crtc *crtc
    [all...]
intel_dpll_mgr.h 45 struct intel_crtc;
368 struct intel_crtc *crtc,
371 struct intel_crtc *crtc);
375 struct intel_crtc *crtc,
intel_color.c 157 static void ilk_update_pipe_csc(struct intel_crtc *crtc,
185 static void icl_update_output_csc(struct intel_crtc *crtc,
278 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
317 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
346 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
412 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
448 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
461 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
476 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
486 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc)
    [all...]
intel_display.h 69 struct intel_crtc;
383 #define for_each_intel_plane_on_crtc(dev, intel_crtc, intel_plane) \
387 for_each_if((intel_plane)->pipe == (intel_crtc)->pipe)
389 #define for_each_intel_crtc(dev, intel_crtc) \
390 list_for_each_entry(intel_crtc, \
394 #define for_each_intel_crtc_mask(dev, intel_crtc, crtc_mask) \
395 list_for_each_entry(intel_crtc, \
398 for_each_if((crtc_mask) & drm_crtc_mask(&intel_crtc->base))
514 enum pipe intel_crtc_pch_transcoder(struct intel_crtc *crtc);
544 u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc)
    [all...]
intel_fbdev.c 381 struct intel_crtc *intel_crtc; local in function:intel_fbdev_init_bios
388 intel_crtc = to_intel_crtc(crtc);
392 pipe_name(intel_crtc->pipe));
398 pipe_name(intel_crtc->pipe));
413 intel_crtc = to_intel_crtc(crtc);
417 pipe_name(intel_crtc->pipe));
422 pipe_name(intel_crtc->pipe));
433 pipe_name(intel_crtc->pipe),
443 pipe_name(intel_crtc->pipe)
    [all...]
intel_atomic_plane.c 169 struct intel_crtc *crtc = to_intel_crtc(plane_state->hw.crtc);
275 static struct intel_crtc *
295 struct intel_crtc *crtc =
315 struct intel_crtc *crtc,
361 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
370 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
377 struct intel_crtc *crtc)
409 struct intel_crtc *crtc)
intel_dpio_phy.c 651 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); local in function:chv_set_phy_signal_level
653 enum pipe pipe = intel_crtc->pipe;
666 if (intel_crtc->config->lane_count > 2) {
679 if (intel_crtc->config->lane_count > 2) {
687 for (i = 0; i < intel_crtc->config->lane_count; i++) {
695 for (i = 0; i < intel_crtc->config->lane_count; i++) {
718 for (i = 0; i < intel_crtc->config->lane_count; i++) {
732 if (intel_crtc->config->lane_count > 2) {
747 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc)
996 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); local in function:vlv_set_phy_signal_level
    [all...]
intel_pipe_crc.c 84 struct intel_crtc *crtc;
292 intel_crtc_crc_setup_workarounds(struct intel_crtc *crtc, bool enable)
653 void intel_crtc_enable_pipe_crc(struct intel_crtc *intel_crtc)
655 struct drm_crtc *crtc = &intel_crtc->base;
673 void intel_crtc_disable_pipe_crc(struct intel_crtc *intel_crtc)
675 struct drm_crtc *crtc = &intel_crtc->base;
intel_ddi.h 18 struct intel_crtc;
intel_display.c 156 static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
158 static void ilk_pch_clock_get(struct intel_crtc *crtc,
173 static void vlv_prepare_pll(struct intel_crtc *crtc,
175 static void chv_prepare_pll(struct intel_crtc *crtc,
181 static struct intel_crtc_state *intel_crtc_state_alloc(struct intel_crtc *crtc);
926 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
986 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
1068 static void wait_for_pipe_scanline_moving(struct intel_crtc *crtc, bool state)
1079 static void intel_wait_for_pipe_scanline_stopped(struct intel_crtc *crtc)
1084 static void intel_wait_for_pipe_scanline_moving(struct intel_crtc *crtc
4467 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:skl_detach_scalers
5374 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:ilk_fdi_pll_enable
5955 struct intel_crtc *intel_crtc = local in function:skl_update_scaler
11700 struct intel_crtc *intel_crtc; local in function:intel_get_load_detect_pipe
12086 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); local in function:intel_crtc_destroy
    [all...]
intel_fbc.c 611 static bool intel_fbc_hw_tracking_covers_screen(struct intel_crtc *crtc)
639 static void intel_fbc_update_state_cache(struct intel_crtc *crtc,
691 static bool intel_fbc_can_activate(struct intel_crtc *crtc)
817 static void intel_fbc_get_reg_params(struct intel_crtc *crtc,
847 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
877 bool intel_fbc_pre_update(struct intel_crtc *crtc,
934 struct intel_crtc *crtc = fbc->crtc;
947 static void __intel_fbc_post_update(struct intel_crtc *crtc)
977 void intel_fbc_post_update(struct intel_crtc *crtc)
1084 struct intel_crtc *crtc = to_intel_crtc(plane_state->hw.crtc)
    [all...]
intel_hdmi.c 294 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:ibx_write_infoframe
295 i915_reg_t reg = TVIDEO_DIP_CTL(intel_crtc->pipe);
309 I915_WRITE(TVIDEO_DIP_DATA(intel_crtc->pipe), *data);
314 I915_WRITE(TVIDEO_DIP_DATA(intel_crtc->pipe), 0);
330 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
371 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:cpt_write_infoframe
372 i915_reg_t reg = TVIDEO_DIP_CTL(intel_crtc->pipe);
389 I915_WRITE(TVIDEO_DIP_DATA(intel_crtc->pipe), *data)
447 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:vlv_write_infoframe
1046 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:ibx_set_infoframes
1105 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:cpt_set_infoframes
1154 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:vlv_set_infoframes
1457 struct intel_crtc *intel_crtc = container_of(crtc, local in function:kbl_repositioning_enc_en_signal
2290 struct intel_crtc *intel_crtc = to_intel_crtc(config->uapi.crtc); local in function:intel_hdmi_ycbcr420_config
    [all...]
intel_display_types.h 146 struct intel_crtc *);
158 struct intel_crtc *);
1065 struct intel_crtc { struct
1164 #define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
1427 static inline struct intel_crtc *
1433 static inline struct intel_crtc *
1567 struct intel_crtc *crtc)
1575 struct intel_crtc *crtc)
1622 const struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.h 19 struct intel_crtc;
30 void intel_update_watermarks(struct intel_crtc *crtc);
38 void skl_pipe_ddb_get_hw_state(struct intel_crtc *crtc,
43 void skl_pipe_wm_get_hw_state(struct intel_crtc *crtc,
intel_pm.c 476 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
836 static bool intel_crtc_active(struct intel_crtc *crtc)
847 * FIXME: The intel_crtc->active here should be switched to
855 static struct intel_crtc *single_enabled_crtc(struct drm_i915_private *dev_priv)
857 struct intel_crtc *crtc, *enabled = NULL;
870 static void pnv_update_wm(struct intel_crtc *unused_crtc)
873 struct intel_crtc *crtc;
1317 static void g4x_invalidate_wms(struct intel_crtc *crtc,
1344 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
1433 struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc)
3147 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->uapi.crtc); local in function:ilk_compute_pipe_wm
3225 struct intel_crtc *intel_crtc = to_intel_crtc(newstate->uapi.crtc); local in function:ilk_compute_intermediate_wm
3286 const struct intel_crtc *intel_crtc; local in function:ilk_merge_wm_level
3391 struct intel_crtc *intel_crtc; local in function:ilk_compute_wm_results
4289 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); local in function:skl_allocate_pipe_ddb
    [all...]
  /src/sys/external/bsd/drm2/include/
i915_trace.h 438 trace_intel_pipe_update_start(struct intel_crtc *crtc)
456 trace_intel_pipe_update_vblank_evaded(struct intel_crtc *crtc)
471 trace_intel_pipe_update_end(struct intel_crtc *crtc, uint32_t frame,
479 "struct intel_crtc *"/*crtc*/);
482 trace_intel_update_plane(struct drm_plane *plane, struct intel_crtc *crtc)
489 "struct intel_crtc *"/*crtc*/);
492 trace_intel_disable_plane(struct drm_plane *plane, struct intel_crtc *crtc)
498 "struct intel_crtc *"/*crtc*/);
501 trace_intel_pipe_enable(struct intel_crtc *crtc)
507 "struct intel_crtc *"/*crtc*/)
    [all...]

Completed in 28 milliseconds

1 2