Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/
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.
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
Dmeson_dw_mipi_dsi.c42 struct dw_mipi_dsi *dmd; member
318 mipi_dsi->dmd = dw_mipi_dsi_probe(pdev, &mipi_dsi->pdata); in meson_dw_mipi_dsi_probe()
319 if (IS_ERR(mipi_dsi->dmd)) in meson_dw_mipi_dsi_probe()
320 return dev_err_probe(dev, PTR_ERR(mipi_dsi->dmd), in meson_dw_mipi_dsi_probe()
330 dw_mipi_dsi_remove(mipi_dsi->dmd); in meson_dw_mipi_dsi_remove()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
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…
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 */
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Dmxl5xx_regs.h115 /* Debug-purpose DVB-S DMD 0 */
129 #define DMD0_STATUS_DVBS_1ST_SCALED_BER_COUNT_ADDR 0x3FFFC710 /* DMD 0: 1st iteration BER co…
130 #define DMD0_STATUS_DVBS_SCALED_BER_COUNT_ADDR 0x3FFFC714 /* DMD 0: 2nd iteration BER co…
Dmxl5xx_defs.h437 MXL_HYDRA_SEARCH_MAX_OFFSET = 0, /* DMD searches for max freq offset (i.e. 5MHz) */
438 MXL_HYDRA_SEARCH_BW_PLUS_ROLLOFF, /* DMD searches for BW + ROLLOFF/2 */
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c243 struct dw_mipi_dsi *dmd; member
917 dw_mipi_dsi_set_slave(dsi->dmd, dsi->slave->dmd); in dw_mipi_dsi_rockchip_bind()
951 ret = dw_mipi_dsi_bind(dsi->dmd, &dsi->encoder); in dw_mipi_dsi_rockchip_bind()
969 dw_mipi_dsi_unbind(dsi->dmd); in dw_mipi_dsi_rockchip_unbind()
1123 dsi->dmd = dw_mipi_dsi_probe(pdev, &dsi->pdata); in dw_mipi_dsi_rockchip_probe()
1124 if (IS_ERR(dsi->dmd)) { in dw_mipi_dsi_rockchip_probe()
1125 ret = PTR_ERR(dsi->dmd); in dw_mipi_dsi_rockchip_probe()
1143 dw_mipi_dsi_remove(dsi->dmd); in dw_mipi_dsi_rockchip_remove()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c284 struct dw_mipi_dsi *dmd; member
938 dw_mipi_dsi_set_slave(dsi->dmd, dsi->slave->dmd); in dw_mipi_dsi_rockchip_bind()
978 ret = dw_mipi_dsi_bind(dsi->dmd, &dsi->encoder.encoder); in dw_mipi_dsi_rockchip_bind()
1009 dw_mipi_dsi_unbind(dsi->dmd); in dw_mipi_dsi_rockchip_unbind()
1456 dsi->dmd = dw_mipi_dsi_probe(pdev, &dsi->pdata); in dw_mipi_dsi_rockchip_probe()
1457 if (IS_ERR(dsi->dmd)) { in dw_mipi_dsi_rockchip_probe()
1458 ret = PTR_ERR(dsi->dmd); in dw_mipi_dsi_rockchip_probe()
1472 dw_mipi_dsi_remove(dsi->dmd); in dw_mipi_dsi_rockchip_remove()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
DKconfig339 for processing high resolution DMD based projectors.
342 input that produces a DMD output in RGB565, RGB666, RGB888
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c4606 u16 dmd, dmd_new, dmd_orignal; in mpt3sas_base_update_missing_delay() local
4641 dmd = sas_iounit_pg1->ReportDeviceMissingDelay; in mpt3sas_base_update_missing_delay()
4642 if (dmd & MPI2_SASIOUNIT1_REPORT_MISSING_UNIT_16) in mpt3sas_base_update_missing_delay()
4643 dmd = (dmd & MPI2_SASIOUNIT1_REPORT_MISSING_TIMEOUT_MASK) * 16; in mpt3sas_base_update_missing_delay()
4645 dmd = dmd & MPI2_SASIOUNIT1_REPORT_MISSING_TIMEOUT_MASK; in mpt3sas_base_update_missing_delay()
4646 dmd_orignal = dmd; in mpt3sas_base_update_missing_delay()
4648 dmd = (device_missing_delay > 0x7F0) ? 0x7F0 : in mpt3sas_base_update_missing_delay()
4650 dmd = dmd / 16; in mpt3sas_base_update_missing_delay()
4651 dmd |= MPI2_SASIOUNIT1_REPORT_MISSING_UNIT_16; in mpt3sas_base_update_missing_delay()
4653 dmd = device_missing_delay; in mpt3sas_base_update_missing_delay()
[all …]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
Dmpt3sas_base.c4884 u16 dmd, dmd_new, dmd_orignal; in mpt3sas_base_update_missing_delay() local
4919 dmd = sas_iounit_pg1->ReportDeviceMissingDelay; in mpt3sas_base_update_missing_delay()
4920 if (dmd & MPI2_SASIOUNIT1_REPORT_MISSING_UNIT_16) in mpt3sas_base_update_missing_delay()
4921 dmd = (dmd & MPI2_SASIOUNIT1_REPORT_MISSING_TIMEOUT_MASK) * 16; in mpt3sas_base_update_missing_delay()
4923 dmd = dmd & MPI2_SASIOUNIT1_REPORT_MISSING_TIMEOUT_MASK; in mpt3sas_base_update_missing_delay()
4924 dmd_orignal = dmd; in mpt3sas_base_update_missing_delay()
4926 dmd = (device_missing_delay > 0x7F0) ? 0x7F0 : in mpt3sas_base_update_missing_delay()
4928 dmd = dmd / 16; in mpt3sas_base_update_missing_delay()
4929 dmd |= MPI2_SASIOUNIT1_REPORT_MISSING_UNIT_16; in mpt3sas_base_update_missing_delay()
4931 dmd = device_missing_delay; in mpt3sas_base_update_missing_delay()
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Duniphier-sld8.dtsi169 /* chip-internal connection for DMD */
Duniphier-ld4.dtsi165 /* chip-internal connection for DMD */
Duniphier-pro4.dtsi203 /* chip-internal connection for DMD */
Duniphier-pro5.dtsi301 /* chip-internal connection for DMD */
Duniphier-pxs2.dtsi370 /* chip-internal connection for DMD */
/kernel/linux/linux-6.6/arch/arm/boot/dts/socionext/
Duniphier-ld4.dtsi167 /* chip-internal connection for DMD */
Duniphier-sld8.dtsi171 /* chip-internal connection for DMD */
Duniphier-pro5.dtsi305 /* chip-internal connection for DMD */
Duniphier-pro4.dtsi205 /* chip-internal connection for DMD */
Duniphier-pxs2.dtsi374 /* chip-internal connection for DMD */
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1018 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf); in CalculatePrefetchSchedule()
1019 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec); in CalculatePrefetchSchedule()
1020 …dml_print("DML: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", Tdmsks… in CalculatePrefetchSchedule()
1021 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl); in CalculatePrefetchSchedule()
1110 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf); in CalculatePrefetchSchedule()
1111 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec); in CalculatePrefetchSchedule()
1112 …dml_print("DML: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", Tdmsks… in CalculatePrefetchSchedule()
1113 dml_print("DML: Tdmdl_vm: %fus - time for vm stages of dmd \n", *Tdmdl_vm); in CalculatePrefetchSchedule()
1114 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl); in CalculatePrefetchSchedule()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c949 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf); in CalculatePrefetchSchedule()
950 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec); in CalculatePrefetchSchedule()
951 …dml_print("DML: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", Tdmsks… in CalculatePrefetchSchedule()
952 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl); in CalculatePrefetchSchedule()
1041 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf); in CalculatePrefetchSchedule()
1042 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec); in CalculatePrefetchSchedule()
1043 …dml_print("DML: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", Tdmsks… in CalculatePrefetchSchedule()
1044 dml_print("DML: Tdmdl_vm: %fus - time for vm stages of dmd \n", *Tdmdl_vm); in CalculatePrefetchSchedule()
1045 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl); in CalculatePrefetchSchedule()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c3538 dml_print("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", in dml32_CalculatePrefetchSchedule()
3540 dml_print("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, Tdmec); in dml32_CalculatePrefetchSchedule()
3541 dml_print("DML::%s: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", in dml32_CalculatePrefetchSchedule()
3543 dml_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd\n", in dml32_CalculatePrefetchSchedule()
3719 …dml_print("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func… in dml32_CalculatePrefetchSchedule()
3720 dml_print("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, Tdmec); in dml32_CalculatePrefetchSchedule()
3721 dml_print("DML::%s: Tdmdl_vm: %fus - time for vm stages of dmd\n", __func__, *Tdmdl_vm); in dml32_CalculatePrefetchSchedule()
3722 …dml_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd\n", __func__, *Tdm… in dml32_CalculatePrefetchSchedule()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c969 …dml_print("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func…
970 dml_print("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, Tdmec);
971 …dml_print("DML::%s: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", __…
972 …dml_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *Td…
1129 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf);
1130 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec);
1131 …dml_print("DML: Tdmsks: %fus - time before active dmd must complete transmission at dio\n", Tdmsks…
1132 dml_print("DML: Tdmdl_vm: %fus - time for vm stages of dmd \n", *Tdmdl_vm);
1133 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl);

12