| /linux-6.15/drivers/gpu/drm/msm/dp/ |
| H A D | dp_catalog.c | 89 struct dss_io_data *dss = &catalog->io; in msm_dp_catalog_snapshot() 662 msm_dp_catalog_enable_sdp(catalog); in msm_dp_catalog_ctrl_config_psr() 680 msm_dp_catalog_enable_sdp(catalog); in msm_dp_catalog_ctrl_set_psr() 831 drm_dbg_dp(catalog->drm_dev, in msm_dp_catalog_ctrl_send_phy_pattern() 1111 catalog = devm_kzalloc(dev, sizeof(*catalog), GFP_KERNEL); in msm_dp_catalog_get() 1112 if (!catalog) in msm_dp_catalog_get() 1115 catalog->dev = dev; in msm_dp_catalog_get() 1117 ret = msm_dp_catalog_get_io(catalog); in msm_dp_catalog_get() 1121 return &catalog->msm_dp_catalog; in msm_dp_catalog_get() 1203 catalog = container_of(msm_dp_catalog, in msm_dp_catalog_audio_config_acr() [all …]
|
| H A D | dp_audio.c | 25 struct msm_dp_catalog *catalog; member 41 msm_dp_catalog_write_audio_stream(audio->catalog, &sdp_hdr); in msm_dp_audio_stream_sdp() 94 msm_dp_catalog_audio_config_sdp(audio->catalog); in msm_dp_audio_setup_sdp() 106 struct msm_dp_catalog *catalog = audio->catalog; in msm_dp_audio_setup_acr() local 127 msm_dp_catalog_audio_config_acr(catalog, select); in msm_dp_audio_setup_acr() 132 struct msm_dp_catalog *catalog = audio->catalog; in msm_dp_audio_safe_to_exit_level() local 158 struct msm_dp_catalog *catalog = audio->catalog; in msm_dp_audio_enable() local 160 msm_dp_catalog_audio_enable(catalog, enable); in msm_dp_audio_enable() 356 struct msm_dp_catalog *catalog) in msm_dp_audio_get() argument 362 if (!pdev || !catalog) { in msm_dp_audio_get() [all …]
|
| H A D | dp_aux.c | 25 struct msm_dp_catalog *catalog; member 91 msm_dp_catalog_aux_write_data(aux->catalog, reg); in msm_dp_aux_write() 109 msm_dp_catalog_aux_write_trans(aux->catalog, reg); in msm_dp_aux_write() 147 msm_dp_catalog_aux_write_data(aux->catalog, data); in msm_dp_aux_cmd_fifo_rx() 339 msm_dp_catalog_aux_reset(aux->catalog); in msm_dp_aux_transfer() 384 isr = msm_dp_catalog_aux_get_irq(aux->catalog); in msm_dp_aux_isr() 447 msm_dp_catalog_aux_reset(aux->catalog); in msm_dp_aux_reconfig() 463 msm_dp_catalog_aux_enable(aux->catalog, true); in msm_dp_aux_init() 479 msm_dp_catalog_aux_enable(aux->catalog, false); in msm_dp_aux_deinit() 532 if (!catalog) { in msm_dp_aux_get() [all …]
|
| H A D | dp_panel.c | 23 struct msm_dp_catalog *catalog; member 247 struct msm_dp_catalog *catalog; in msm_dp_panel_tpg_config() local 256 catalog = panel->catalog; in msm_dp_panel_tpg_config() 265 msm_dp_catalog_panel_tpg_disable(catalog); in msm_dp_panel_tpg_config() 275 struct msm_dp_catalog *catalog; in msm_dp_panel_setup_vsc_sdp_yuv_420() local 288 catalog = panel->catalog; in msm_dp_panel_setup_vsc_sdp_yuv_420() 315 msm_dp_catalog_panel_enable_vsc_sdp(catalog, &vsc_sdp); in msm_dp_panel_setup_vsc_sdp_yuv_420() 323 struct msm_dp_catalog *catalog; in msm_dp_panel_timing_cfg() local 332 catalog = panel->catalog; in msm_dp_panel_timing_cfg() 485 if (!dev || !catalog || !aux || !link) { in msm_dp_panel_get() [all …]
|
| H A D | dp_ctrl.c | 80 struct msm_dp_catalog *catalog; member 181 msm_dp_catalog_ctrl_lane_mapping(ctrl->catalog); in msm_dp_ctrl_configure_source_params() 1473 msm_dp_catalog_ctrl_reset(ctrl->catalog); in msm_dp_ctrl_reset_irq_ctrl() 1550 msm_dp_catalog_ctrl_phy_reset(ctrl->catalog); in msm_dp_ctrl_phy_init() 1565 msm_dp_catalog_ctrl_phy_reset(ctrl->catalog); in msm_dp_ctrl_phy_exit() 1609 msm_dp_catalog_ctrl_reset(ctrl->catalog); in msm_dp_ctrl_deinitialize_mainlink() 2010 msm_dp_catalog_ctrl_config_msa(ctrl->catalog, in msm_dp_ctrl_on_stream() 2098 msm_dp_catalog_ctrl_reset(ctrl->catalog); in msm_dp_ctrl_off() 2210 struct msm_dp_catalog *catalog, in msm_dp_ctrl_get() argument 2217 !link || !catalog) { in msm_dp_ctrl_get() [all …]
|
| H A D | dp_catalog.h | 108 void msm_dp_catalog_audio_config_acr(struct msm_dp_catalog *catalog, u32 select); 109 void msm_dp_catalog_audio_enable(struct msm_dp_catalog *catalog, bool enable); 110 void msm_dp_catalog_audio_config_sdp(struct msm_dp_catalog *catalog); 111 void msm_dp_catalog_audio_sfe_level(struct msm_dp_catalog *catalog, u32 safe_to_exit_level);
|
| H A D | dp_display.c | 89 struct msm_dp_catalog *catalog; member 750 dp->catalog = NULL; in msm_dp_init_sub_modules() 754 dp->catalog = msm_dp_catalog_get(dev); in msm_dp_init_sub_modules() 755 if (IS_ERR(dp->catalog)) { in msm_dp_init_sub_modules() 756 rc = PTR_ERR(dp->catalog); in msm_dp_init_sub_modules() 758 dp->catalog = NULL; in msm_dp_init_sub_modules() 762 dp->aux = msm_dp_aux_get(dev, dp->catalog, in msm_dp_init_sub_modules() 789 dp->catalog, in msm_dp_init_sub_modules() 1393 msm_dp_catalog_ctrl_hpd_enable(dp->catalog); in msm_dp_pm_runtime_resume() 1655 msm_dp_display->catalog->wide_bus_en = in msm_dp_bridge_mode_set() [all …]
|
| H A D | dp_audio.h | 36 struct msm_dp_catalog *catalog);
|
| H A D | dp_aux.h | 21 struct drm_dp_aux *msm_dp_aux_get(struct device *dev, struct msm_dp_catalog *catalog,
|
| H A D | dp_ctrl.h | 30 struct msm_dp_catalog *catalog,
|
| H A D | dp_panel.h | 88 struct msm_dp_link *link, struct msm_dp_catalog *catalog);
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-hv_24x7 | 26 What: /sys/bus/event_source/devices/hv_24x7/interface/catalog 30 Provides access to the binary "24x7 catalog" provided by the 31 hypervisor on POWER7 and 8 systems. This catalog lists events 34 https://raw.githubusercontent.com/jmesmon/catalog-24x7/master/hv-24x7-catalog.h 40 A number equal to the length in bytes of the catalog. This is 41 also extractable from the provided binary "catalog" sysfs entry. 47 Exposes the "version" field of the 24x7 catalog. This is also 48 extractable from the provided binary "catalog" sysfs entry.
|
| /linux-6.15/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_kms.c | 672 yuv_supported = !!dpu_kms->catalog->cdm; in _dpu_kms_initialize_displayport() 782 if (dpu_kms->catalog->wb_count) { in _dpu_kms_setup_displays() 810 const struct dpu_mdss_cfg *catalog; in _dpu_kms_drm_obj_init() local 816 catalog = dpu_kms->catalog; in _dpu_kms_drm_obj_init() 829 if (catalog->cwb_count > 0) in _dpu_kms_drm_obj_init() 848 type, catalog->sspp[i].features, in _dpu_kms_drm_obj_init() 902 dpu_kms->catalog = NULL; in _dpu_kms_hw_destroy() 950 cat = dpu_kms->catalog; in dpu_kms_mdp_snapshot() 1176 if (!dpu_kms->catalog) { in dpu_kms_hw_init() 1212 dpu_kms->catalog->mdp, in dpu_kms_hw_init() [all …]
|
| H A D | dpu_encoder_phys_wb.c | 140 const struct dpu_mdss_cfg *catalog; in dpu_encoder_phys_wb_set_qos() local 143 if (!phys_enc || !phys_enc->dpu_kms || !phys_enc->dpu_kms->catalog) { in dpu_encoder_phys_wb_set_qos() 148 catalog = phys_enc->dpu_kms->catalog; in dpu_encoder_phys_wb_set_qos() 155 catalog->perf->danger_lut_tbl[DPU_QOS_LUT_USAGE_NRT]; in dpu_encoder_phys_wb_set_qos() 157 qos_cfg.safe_lut = catalog->perf->safe_lut_tbl[DPU_QOS_LUT_USAGE_NRT]; in dpu_encoder_phys_wb_set_qos() 159 qos_lut_tb = &catalog->perf->qos_lut_tbl[DPU_QOS_LUT_USAGE_NRT]; in dpu_encoder_phys_wb_set_qos() 179 if (!phys_enc || !phys_enc->dpu_kms || !phys_enc->dpu_kms->catalog) { in dpu_encoder_phys_wb_setup_fb() 204 const struct dpu_perf_cfg *perf = phys_enc->dpu_kms->catalog->perf; in dpu_encoder_phys_wb_setup_fb()
|
| H A D | dpu_plane.c | 87 const struct dpu_mdss_cfg *catalog; member 115 static u64 _dpu_plane_calc_bw(const struct dpu_mdss_cfg *catalog, in _dpu_plane_calc_bw() argument 135 hw_latency_lines = catalog->perf->min_prefill_lines; in _dpu_plane_calc_bw() 213 fixed_buff_size = pdpu->catalog->caps->pixel_ram_size; in _dpu_plane_calc_fill_level() 274 cfg.safe_lut = pdpu->catalog->perf->safe_lut_tbl[lut_usage]; in _dpu_plane_set_qos_lut() 882 max_linewidth = pdpu->catalog->caps->max_linewidth; in dpu_plane_atomic_check_nosspp() 1148 dpu_kms->catalog->caps->max_linewidth)) { in dpu_plane_virtual_assign_resources() 1317 const struct dpu_perf_cfg *perf = pdpu->catalog->perf; in dpu_plane_sspp_update_pipe() 1639 pdpu->catalog = kms->catalog; in dpu_plane_init_common() 1729 for (i = 0; i < kms->catalog->sspp_count; i++) { in dpu_plane_init_virtual() [all …]
|
| H A D | dpu_vbif.c | 303 for (i = 0; i < dpu_kms->catalog->vbif_count; i++) { in dpu_debugfs_vbif_init() 304 const struct dpu_vbif_cfg *vbif = &dpu_kms->catalog->vbif[i]; in dpu_debugfs_vbif_init()
|
| H A D | dpu_crtc.c | 738 if (!dpu_kms->catalog->caps->has_3d_merge && in _dpu_crtc_check_and_setup_lm_bounds() 739 adj_mode->hdisplay > dpu_kms->catalog->caps->max_mixer_width) in _dpu_crtc_check_and_setup_lm_bounds() 751 if (drm_rect_width(r) > dpu_kms->catalog->caps->max_mixer_width) in _dpu_crtc_check_and_setup_lm_bounds() 1325 else if (dpu_kms->catalog->caps->has_3d_merge) in dpu_crtc_get_topology() 1508 if (!dpu_kms->catalog->caps->has_3d_merge && in dpu_crtc_mode_valid() 1509 mode->hdisplay > dpu_kms->catalog->caps->max_mixer_width) in dpu_crtc_mode_valid() 1515 2 * dpu_kms->catalog->caps->max_mixer_width, in dpu_crtc_mode_valid() 1790 if (dpu_kms->catalog->dspp_count) in dpu_crtc_init()
|
| H A D | dpu_kms.h | 62 const struct dpu_mdss_cfg *catalog; member
|
| H A D | dpu_writeback.c | 24 return drm_add_modes_noedid(connector, dpu_kms->catalog->caps->max_mixer_width, in dpu_wb_conn_get_modes()
|
| /linux-6.15/fs/hfs/ |
| H A D | Makefile | 9 catalog.o dir.o extent.o inode.o attr.o mdb.o \
|
| /linux-6.15/fs/hfsplus/ |
| H A D | Makefile | 8 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
|
| /linux-6.15/Documentation/arch/arm/stm32/ |
| H A D | stm32f429-overview.rst | 23 .. _STM32F429: http://www.st.com/web/en/catalog/mmc/FM141/SC1169/SS1577/LN1806?ecmp=stm32f429-439_p…
|
| /linux-6.15/tools/power/cpupower/ |
| H A D | README | 122 'clean' target is intended for cleanup the build catalog from build results 162 When it comes to run the utility from the custom build catalog things
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | imc.rst | 48 IMC catalog is available at: 49 https://github.com/open-power/ima-catalog
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 37 You can view the currently configured behaviour in the *prdbg* catalog:: 108 The match-spec's select *prdbgs* from the catalog, upon which to apply 354 CONFIG_DYNAMIC_DEBUG=y # build catalog, enables CORE 355 CONFIG_DYNAMIC_DEBUG_CORE=y # enable mechanics only, skip catalog
|