Home
last modified time | relevance | path

Searched full:dmd (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/devicetree/bindings/display/bridge/
H A Dti,dlpc3433.yaml7 title: TI DLPC3433 MIPI DSI to DMD bridge
15 for processing high resolution DMD based projectors.
18 input that produces a DMD output in RGB565, RGB666, RGB888
68 description: Video port for DMD output.
/linux/drivers/media/dvb-frontends/
H A Dmxl5xx_regs.h105 /* Debug-purpose DVB-S DMD 0 */
119 #define DMD0_STATUS_DVBS_1ST_SCALED_BER_COUNT_ADDR 0x3FFFC710 /* DMD 0: 1st iteration BER co…
120 #define DMD0_STATUS_DVBS_SCALED_BER_COUNT_ADDR 0x3FFFC714 /* DMD 0: 2nd iteration BER co…
H A Dmxl5xx_defs.h433 MXL_HYDRA_SEARCH_MAX_OFFSET = 0, /* DMD searches for max freq offset (i.e. 5MHz) */
434 MXL_HYDRA_SEARCH_BW_PLUS_ROLLOFF, /* DMD searches for BW + ROLLOFF/2 */
H A Dstb0899_algo.c1095 dprintk(state->verbose, FE_DEBUG, 1, "----------->DMD STAT2=[0x%02x]", reg); in stb0899_dvbs2_get_dmd_status()
H A Dstv0900_sw.c328 dprintk("%s: Mclk %d, SR %d, Dmd %d\n", __func__, mclk, in stv0900_set_symbol_rate()
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx93-mipi-dsi.c98 struct dw_mipi_dsi *dmd; member
495 struct drm_bridge *dmd_bridge = dw_mipi_dsi_get_bridge(dsi->dmd); in imx93_dsi_validate_mode()
882 dsi->dmd = dw_mipi_dsi_probe(pdev, &dsi->pdata); in imx93_dsi_probe()
883 if (IS_ERR(dsi->dmd)) in imx93_dsi_probe()
884 return dev_err_probe(dev, PTR_ERR(dsi->dmd), in imx93_dsi_probe()
894 dw_mipi_dsi_remove(dsi->dmd); in imx93_dsi_remove()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c4916 u16 dmd, dmd_new, dmd_orignal; in mpt3sas_base_update_missing_delay() local
4950 dmd = sas_iounit_pg1->ReportDeviceMissingDelay; in mpt3sas_base_update_missing_delay()
4951 if (dmd & MPI2_SASIOUNIT1_REPORT_MISSING_UNIT_16) in mpt3sas_base_update_missing_delay()
4952 dmd = (dmd & MPI2_SASIOUNIT1_REPORT_MISSING_TIMEOUT_MASK) * 16; in mpt3sas_base_update_missing_delay()
4954 dmd = dmd & MPI2_SASIOUNIT1_REPORT_MISSING_TIMEOUT_MASK; in mpt3sas_base_update_missing_delay()
4955 dmd_orignal = dmd; in mpt3sas_base_update_missing_delay()
4957 dmd = (device_missing_delay > 0x7F0) ? 0x7F0 : in mpt3sas_base_update_missing_delay()
4959 dmd = dmd / 16; in mpt3sas_base_update_missing_delay()
4960 dmd |= MPI2_SASIOUNIT1_REPORT_MISSING_UNIT_16; in mpt3sas_base_update_missing_delay()
4962 dmd = device_missing_delay; in mpt3sas_base_update_missing_delay()
[all …]
/linux/arch/arm/boot/dts/socionext/
H A Duniphier-ld4.dtsi167 /* chip-internal connection for DMD */
H A Duniphier-sld8.dtsi171 /* chip-internal connection for DMD */
H A Duniphier-pro5.dtsi305 /* chip-internal connection for DMD */
H A Duniphier-pro4.dtsi205 /* chip-internal connection for DMD */
H A Duniphier-pxs2.dtsi374 /* chip-internal connection for DMD */
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1097 …dml_print("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func… in CalculatePrefetchSchedule()
1098 dml_print("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, s->Tdmec); in CalculatePrefetchSchedule()
1099 …dml_print("DML::%s: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", __… in CalculatePrefetchSchedule()
1100 …dml_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p-… in CalculatePrefetchSchedule()
1269 …dml_print("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func… in CalculatePrefetchSchedule()
1270 dml_print("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, s->Tdmec); in CalculatePrefetchSchedule()
1271 …dml_print("DML::%s: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", __… in CalculatePrefetchSchedule()
1272 dml_print("DML::%s: Tdmdl_vm: %fus - time for vm stages of dmd \n", __func__, *p->Tdmdl_vm); in CalculatePrefetchSchedule()
1273 …dml_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p-… in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c5239 …DML_LOG_VERBOSE("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", … in CalculatePrefetchSchedule()
5240 DML_LOG_VERBOSE("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, s->Tdmec); in CalculatePrefetchSchedule()
5241 …DML_LOG_VERBOSE("DML::%s: Tdmsks: %fus - time before active dmd must complete transmission at dio\… in CalculatePrefetchSchedule()
5242 …DML_LOG_VERBOSE("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func_… in CalculatePrefetchSchedule()
5519 …DML_LOG_VERBOSE("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", … in CalculatePrefetchSchedule()
5520 DML_LOG_VERBOSE("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, s->Tdmec); in CalculatePrefetchSchedule()
5521 …DML_LOG_VERBOSE("DML::%s: Tdmsks: %fus - time before active dmd must complete transmission at dio\… in CalculatePrefetchSchedule()
5526 DML_LOG_VERBOSE("DML::%s: Tdmdl_vm: %fus - time for vm stages of dmd \n", __func__, *p->Tdmdl_vm); in CalculatePrefetchSchedule()
5527 …DML_LOG_VERBOSE("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func_… in CalculatePrefetchSchedule()
/linux/
H A DMAINTAINERS8416 DRM DRIVER FOR TI DLPC3433 MIPI DSI TO DMD BRIDGE