/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_cmm.c | 47 * and write to the CMM registers 48 * @rcmm: Pointer to the CMM device 66 * rcar_cmm_setup() - Configure the CMM unit 67 * @pdev: The platform device associated with the CMM instance 68 * @config: The CMM unit configuration 70 * Configure the CMM unit with the given configuration. Currently enabling, 73 * As rcar_cmm_setup() accesses the CMM registers the unit should be powered 75 * this function is made, the CMM unit has to be enabled by calling 109 * rcar_cmm_enable() - Enable the CMM unit 110 * @pdev: The platform device associated with the CMM instance [all …]
|
H A D | rcar_du_kms.c | 778 struct device_node *cmm; in rcar_du_cmm_init() local 781 cmm = of_parse_phandle(np, "renesas,cmms", i); in rcar_du_cmm_init() 782 if (!cmm) { in rcar_du_cmm_init() 788 if (!of_device_is_available(cmm)) { in rcar_du_cmm_init() 789 /* It's fine to have a phandle to a non-enabled CMM. */ in rcar_du_cmm_init() 790 of_node_put(cmm); in rcar_du_cmm_init() 794 pdev = of_find_device_by_node(cmm); in rcar_du_cmm_init() 796 dev_err(rcdu->dev, "No device found for CMM%u\n", i); in rcar_du_cmm_init() 797 of_node_put(cmm); in rcar_du_cmm_init() 801 of_node_put(cmm); in rcar_du_cmm_init() [all …]
|
H A D | rcar_du_crtc.h | 42 * @cmm: CMM associated with this CRTC 68 struct platform_device *cmm; member
|
H A D | rcar_du_crtc.c | 298 * When the CMM is enabled, an additional offset of 25 pixels must be in rcar_du_crtc_set_display_timing() 486 * Color Management Module (CMM) 515 if (!rcrtc->cmm) in rcar_du_cmm_setup() 521 rcar_cmm_setup(rcrtc->cmm, &cmm_config); in rcar_du_cmm_setup() 669 if (rcrtc->cmm) in rcar_du_crtc_stop() 670 rcar_cmm_disable(rcrtc->cmm); in rcar_du_crtc_stop() 728 if (rcrtc->cmm) in rcar_du_crtc_atomic_enable() 729 rcar_cmm_enable(rcrtc->cmm); in rcar_du_crtc_atomic_enable() 762 * TODO: The chip manual indicates that CMM tables should be written in rcar_du_crtc_atomic_enable() 834 /* If the active state changed, we let .atomic_enable handle CMM. */ in rcar_du_crtc_atomic_begin() [all …]
|
H A D | Kconfig | 18 bool "R-Car DU Color Management Module (CMM) Support" 22 Enable support for R-Car Color Management Module (CMM).
|
H A D | rcar_cmm.h | 17 * struct rcar_cmm_config - CMM configuration
|
H A D | rcar_du_group.c | 159 * TODO: Handle routing of the DU output to CMM dynamically, as in rcar_du_group_setup() 160 * we should bypass CMM completely when no color management in rcar_du_group_setup()
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.megaraid | 3 Current Version : 2.20.5.1 (scsi module), 2.20.2.6 (cmm module) 4 Older Version : 2.20.4.9 (scsi module), 2.20.2.6 (cmm module) 18 Current Version : 2.20.4.9 (scsi module), 2.20.2.6 (cmm module) 19 Older Version : 2.20.4.8 (scsi module), 2.20.2.6 (cmm module) 141 Current Version : 2.20.4.8 (scsi module), 2.20.2.6 (cmm module) 142 Older Version : 2.20.4.7 (scsi module), 2.20.2.6 (cmm module) 166 Current Version : 2.20.4.7 (scsi module), 2.20.2.6 (cmm module) 167 Older Version : 2.20.4.6 (scsi module), 2.20.2.6 (cmm module) 201 Current Version : 2.20.4.6 (scsi module), 2.20.2.6 (cmm module) 202 Older Version : 2.20.4.5 (scsi module), 2.20.2.5 (cmm module) [all …]
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_mm.c | 127 "megaraid cmm: copy from usr addr failed\n")); in mraid_mm_ioctl() 164 "megaraid cmm: controller cannot accept cmds due to " in mraid_mm_ioctl() 400 "megaraid cmm: Invalid subop\n")); in mimd_to_kioc() 604 con_log(CL_ANN, ("megaraid cmm: kioc list empty!\n")); in mraid_mm_alloc_kioc() 741 "megaraid cmm: lld didn't change status!\n")); in ioctl_done() 757 con_log(CL_ANN, ( KERN_WARNING "megaraid cmm: completed " in ioctl_done() 792 con_log(CL_ANN, (KERN_WARNING "megaraid cmm: ioctl timed out\n")); in lld_timedout() 950 "megaraid cmm: out of memory, %s %d\n", __func__, in mraid_mm_register_adp() 977 "megaraid cmm: out of memory, %s %d\n", in mraid_mm_register_adp() 1138 "megaraid cmm: Unregistered one adapter:%#x\n", in mraid_mm_unregister_adp() [all …]
|
H A D | megaraid_mbox.h | 162 * @umbox64 : array of mailbox for user commands (cmm)
|
H A D | megaraid_mbox.c | 2098 // a cmm command in megaraid_ack_sequence() 3463 "megaraid mbox: did not register with CMM\n")); in megaraid_cmm_register() 3490 * megaraid_mbox_mm_handler - interface for CMM to issue commands to LLD 3492 * @kioc : CMM interface packet 3495 * This routine is invoked whenever the Common Management Module (CMM) has a 3545 * megaraid_mbox_mm_command - issues commands routed through CMM 3564 if (list_empty(head)) { // should never happen because of CMM in megaraid_mbox_mm_command() 3567 "megaraid mbox: bug in cmm handler, lost resources\n")); in megaraid_mbox_mm_command() 3668 * megaraid_mbox_mm_done - callback for CMM commands
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | ics43432.txt | 13 "cui,cmm-4030d-261": For the CUI CMM-4030D-261-I2S-TR
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 78 #define cmm_dbg(...) if (cmm_debug) { printk(KERN_INFO "cmm: "__VA_ARGS__); } 283 * cmm_thread - CMM task thread 379 .name = "cmm", 380 .dev_name = "cmm", 630 * cmm_set_disable - Disable/Enable CMM 659 MODULE_PARM_DESC(disable, "Disable CMM. Set to 1 to disable. "
|
H A D | Makefile | 21 obj-$(CONFIG_CMM) += cmm.o
|
/linux/arch/s390/mm/ |
H A D | Makefile | 9 obj-$(CONFIG_CMM) += cmm.o
|
H A D | cmm.c | 354 #define SMSG_PREFIX "CMM"
|
/linux/arch/s390/include/asm/ |
H A D | mmu.h | 33 /* The mmu context uses CMM. */
|
/linux/sound/soc/codecs/ |
H A D | ics43432.c | 56 { .compatible = "cui,cmm-4030d-261", },
|
/linux/arch/s390/ |
H A D | Kconfig | 845 config CMM config 861 depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV)
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r8a77995.dtsi | 1339 cmm0: cmm@fea40000 { 1340 compatible = "renesas,r8a77995-cmm", 1341 "renesas,rcar-gen3-cmm"; 1348 cmm1: cmm@fea50000 { 1349 compatible = "renesas,r8a77995-cmm", 1350 "renesas,rcar-gen3-cmm";
|
H A D | r8a77951.dtsi | 3088 cmm0: cmm@fea40000 { 3089 compatible = "renesas,r8a7795-cmm", 3090 "renesas,rcar-gen3-cmm"; 3097 cmm1: cmm@fea50000 { 3098 compatible = "renesas,r8a7795-cmm", 3099 "renesas,rcar-gen3-cmm"; 3106 cmm2: cmm@fea60000 { 3107 compatible = "renesas,r8a7795-cmm", 3108 "renesas,rcar-gen3-cmm"; 3115 cmm3: cmm@fea70000 { [all …]
|
H A D | r8a77960.dtsi | 2758 cmm0: cmm@fea40000 { 2759 compatible = "renesas,r8a7796-cmm", 2760 "renesas,rcar-gen3-cmm"; 2767 cmm1: cmm@fea50000 { 2768 compatible = "renesas,r8a7796-cmm", 2769 "renesas,rcar-gen3-cmm"; 2776 cmm2: cmm@fea60000 { 2777 compatible = "renesas,r8a7796-cmm", 2778 "renesas,rcar-gen3-cmm";
|
H A D | r8a77965.dtsi | 2593 cmm0: cmm@fea40000 { 2594 compatible = "renesas,r8a77965-cmm", 2595 "renesas,rcar-gen3-cmm"; 2602 cmm1: cmm@fea50000 { 2603 compatible = "renesas,r8a77965-cmm", 2604 "renesas,rcar-gen3-cmm"; 2611 cmm3: cmm@fea70000 { 2612 compatible = "renesas,r8a77965-cmm", 2613 "renesas,rcar-gen3-cmm";
|
H A D | r8a77990.dtsi | 1973 cmm0: cmm@fea40000 { 1974 compatible = "renesas,r8a77990-cmm", 1975 "renesas,rcar-gen3-cmm"; 1982 cmm1: cmm@fea50000 { 1983 compatible = "renesas,r8a77990-cmm", 1984 "renesas,rcar-gen3-cmm";
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-cmm.dts | 8 model = "Facebook Backpack CMM BMC"; 9 compatible = "facebook,cmm-bmc", "aspeed,ast2500"; 1244 * I2c bus connected with temperature sensors on CMM. 1542 * I2C bus to CMM CPLD.
|