/Linux-v5.15/drivers/gpu/drm/i915/display/ |
D | intel_atomic.c | 326 if (scaler_state->scalers[j].in_use) in intel_atomic_setup_scaler() 330 scaler_state->scalers[*scaler_id].in_use = 1; in intel_atomic_setup_scaler() 366 * when only 1 scaler is in use on a pipe with 2 scalers in intel_atomic_setup_scaler() 370 scaler_state->scalers[*scaler_id].in_use = 0; in intel_atomic_setup_scaler() 372 scaler_state->scalers[0].in_use = 1; in intel_atomic_setup_scaler() 380 scaler_state->scalers[*scaler_id].mode = mode; in intel_atomic_setup_scaler() 384 * intel_atomic_setup_scalers() - setup scalers for crtc per staged requests 387 * @crtc_state: incoming crtc_state to validate and setup scalers 389 * This function sets up scalers based on staged scaling requests for 391 * is a supportable request, it attaches scalers to requested planes and crtc. [all …]
|
D | skl_scaler.c | 138 scaler_state->scalers[*scaler_id].in_use = 0; in skl_update_scaler() 434 ps_ctrl |= PS_SCALER_EN | scaler_state->scalers[id].mode; in skl_pfit_enable() 465 &crtc_state->scaler_state.scalers[scaler_id]; in skl_program_plane_scaler() 533 * This function detaches (aka. unbinds) unused scalers in hardware 542 /* loop through and disable scalers that aren't in use */ in skl_detach_scalers() 544 if (!scaler_state->scalers[i].in_use) in skl_detach_scalers()
|
D | intel_display_types.h | 644 * >= 0 : using a scalers 705 struct intel_scaler scalers[SKL_NUM_SCALERS]; member 708 * scaler_users: keeps track of users requesting scalers on this crtc. 720 * intel_atomic_setup_scalers will setup available scalers to users 721 * requesting scalers. It will gracefully fail if request exceeds 1320 /* scalers available on this crtc */
|
D | intel_display_debugfs.c | 892 &crtc_state->scaler_state.scalers[i]; in intel_scaler_info() 894 seq_printf(m, ", scalers[%d]: use=%s, mode=%x", in intel_scaler_info() 899 seq_puts(m, "\tNo scalers available on this platform\n"); in intel_scaler_info()
|
D | intel_display.c | 5885 if (!scaler_state->scalers[i].in_use) in bdw_set_pipemisc() 6057 scaler_state->scalers[i].in_use = true; in skl_get_pfit_config() 10288 /* on skylake this is done by detaching scalers */ in intel_pipe_fastset()
|
/Linux-v5.15/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.yaml | 29 MFC in all Exynos SoCs and FIMD, M2M Scalers and G2D in Exynos5420 has 2 System 34 * M2M Scalers and G2D in Exynos5420 has one System MMU on the read channel and
|
/Linux-v5.15/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_pipeline.h | 414 /** @n_scalers: the number of scaler on @scalers */ 416 /** @scalers: the pipeline scalers */ 417 struct komeda_scaler *scalers[KOMEDA_PIPELINE_MAX_SCALERS]; member
|
D | komeda_private_obj.c | 392 err = komeda_scaler_obj_add(kms, pipe->scalers[j]); in komeda_kms_add_private_objs()
|
D | komeda_pipeline.c | 94 pos = to_cpos(pipe->scalers[id - KOMEDA_COMPONENT_SCALER0]); in komeda_pipeline_get_component_pos()
|
D | komeda_pipeline_state.c | 595 komeda_split_data_flow(splitter->base.pipeline->scalers[0], in komeda_splitter_validate() 843 struct komeda_scaler *scaler = layer->base.pipeline->scalers[0]; in komeda_complete_data_flow_cfg() 1096 komeda_split_data_flow(pipe->scalers[0], dflow, &l_dflow, &r_dflow); in komeda_build_layer_split_data_flow()
|
/Linux-v5.15/drivers/gpu/drm/arm/display/include/ |
D | malidp_product.h | 28 n_scalers:2, /* number of scalers per pipeline */
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | dev-mem2mem.rst | 13 devices are codecs, scalers, deinterlacers or format converters (i.e.
|
/Linux-v5.15/Documentation/gpu/ |
D | meson.rst | 22 R |-------| CSC |----| Scalers | | Encp ----------|----|----HDMI-TX----|
|
D | komeda-kms.rst | 74 compiz result to two parts and then feed them to two scalers. 385 parts and handles it by two layers and two scalers individually. But it
|
/Linux-v5.15/drivers/media/platform/ti-vpe/ |
D | sc.h | 161 /* number of phases supported by the polyphase scalers */
|
/Linux-v5.15/Documentation/userspace-api/media/ |
D | glossary.rst | 203 HDMI receivers, scalers, deinterlacers.
|
/Linux-v5.15/Documentation/devicetree/bindings/display/ |
D | amlogic,meson-vpu.yaml | 23 R |-------| CSC |----| Scalers | | Encp ----------|----|----HDMI-TX----|
|
/Linux-v5.15/drivers/gpu/drm/meson/ |
D | meson_vpp.c | 138 /* Disable Scalers */ in meson_vpp_init()
|
/Linux-v5.15/drivers/media/platform/exynos-gsc/ |
D | gsc-core.h | 301 * @num_entities: the number of g-scalers 304 * @num_entities: the number of g-scalers
|
/Linux-v5.15/drivers/power/supply/ |
D | ab8500_fg.c | 1237 * the capacity scalers.
|
/Linux-v5.15/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 314 * it seems that both H and V scalers must be active in em28xx_scaler_set()
|
/Linux-v5.15/drivers/staging/media/ipu3/ |
D | ipu3-css-params.c | 1104 * buffers (scalers' output) in imgu_css_osys_calc()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 1313 …dml_print("DML: Tsw: %fus = time to fetch enough pixel data and cursor data to feed the scalers i… in CalculatePrefetchSchedule()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 1494 …"DML: Tsw: %fus = time to fetch enough pixel data and cursor data to feed the scalers init positi…
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_reg.h | 7622 * Skylake scalers
|