Skip to content
Snippets Groups Projects

HDMI RX CEC compliance -A RK+RPi

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Dmitry Osipenko
    Edited
    snippetfile1.txt 5.48 KiB
    
    HDMI RX RK:
    
    ```
    # cec-compliance -d0 -A
    cec-compliance SHA                 : 77f5df419204 2025-02-07 08:59:59
    Driver Info:
            Driver Name                : snps_hdmirx
            Adapter Name               : snps-hdmirx
            Capabilities               : 0x0000022e
                    Logical Addresses
                    Transmit
                    Passthrough
                    Monitor All
                    Reply Vendor ID
            Driver version             : 6.14.0
            Available Logical Addresses: 4
            Connector Info             : None
            Physical Address           : 1.0.0.0
            Logical Address Mask       : 0x4000
            CEC Version                : 2.0
            Vendor ID                  : 0x000c03 (HDMI)
            OSD Name                   : 'TV'
            Logical Addresses          : 1 (Allow RC Passthrough)
    
              Logical Address          : 14 (Specific)
                Primary Device Type    : TV
                Logical Address Type   : TV
                All Device Types       : TV
                RC TV Profile          : None
                Device Features        :
                    None
    
    Compliance test for snps_hdmirx device /dev/cec0:
    
        The test results mean the following:
            OK                    Supported correctly by the device.
            OK (Not Supported)    Not supported and not mandatory for the device.
            OK (Presumed)         Presumably supported.  Manually check to confirm.
            OK (Unexpected)       Supported correctly but is not expected to be supported for this device.
            OK (Refused)          Supported by the device, but was refused.
            OK (Expected Failure) Failed but this was expected (see -e option).
            FAIL                  Failed and was expected to be supported by this device.
    
    Find remote devices:
            Polling: OK
    
    CEC API:
            CEC_ADAP_G_CAPS: OK
            Invalid ioctls: OK
            CEC_DQEVENT: OK
            CEC_ADAP_G/S_PHYS_ADDR: OK
            CEC_ADAP_G/S_LOG_ADDRS: OK
            CEC_TRANSMIT: OK
            CEC_RECEIVE: OK
            CEC_TRANSMIT/RECEIVE (non-blocking): OK
            CEC_G/S_MODE: OK
                    SFTs for repeating remote messages (>= 7): 6: 1
                    SFTs for newly transmitted messages (>= 5): 4: 8, 5: 37
                    SFTs for newly transmitted remote messages (>= 5): 4: 45
            CEC_EVENT_LOST_MSGS: OK
    
    Network topology:
            System Information for device 4 (Playback Device 1) from device 14 (Specific):
                    CEC Version                : 2.0
                    Physical Address           : 1.0.0.0
                    Primary Device Type        : Playback
                    Vendor ID                  : 0x000c03 (HDMI)
                    OSD Name                   : 'Playback'
                    Power Status               : On
    
    Total for snps_hdmirx device /dev/cec0: 11, Succeeded: 11, Failed: 0, Warnings: 0
    ```
    
    RPi:
    
    ```
    # cec-compliance -d1 -A
    cec-compliance SHA                 : 77f5df419204 2025-02-07 08:59:59
    Driver Info:
            Driver Name                : vc4_hdmi
            Adapter Name               : vc4-hdmi-1
            Capabilities               : 0x0000010e
                    Logical Addresses
                    Transmit
                    Passthrough
                    Connector Info
            Driver version             : 6.6.0
            Available Logical Addresses: 1
            DRM Connector Info         : card 1, connector 41
            Physical Address           : 1.0.0.0
            Logical Address Mask       : 0x0010
            CEC Version                : 2.0
            Vendor ID                  : 0x000c03 (HDMI)
            OSD Name                   : 'Playback'
            Logical Addresses          : 1 (Allow RC Passthrough)
    
              Logical Address          : 4 (Playback Device 1)
                Primary Device Type    : Playback
                Logical Address Type   : Playback
                All Device Types       : Playback
                RC TV Profile          : None
                Device Features        :
                    None
    
    Compliance test for vc4_hdmi device /dev/cec1:
    
        The test results mean the following:
            OK                    Supported correctly by the device.
            OK (Not Supported)    Not supported and not mandatory for the device.
            OK (Presumed)         Presumably supported.  Manually check to confirm.
            OK (Unexpected)       Supported correctly but is not expected to be supported for this device.
            OK (Refused)          Supported by the device, but was refused.
            OK (Expected Failure) Failed but this was expected (see -e option).
            FAIL                  Failed and was expected to be supported by this device.
    
    Find remote devices:
            Polling: OK
    
    CEC API:
            CEC_ADAP_G_CAPS: OK
            Invalid ioctls: OK
            CEC_DQEVENT: OK
            CEC_ADAP_G/S_PHYS_ADDR: OK
            CEC_ADAP_G/S_LOG_ADDRS: OK
            CEC_TRANSMIT: OK
            CEC_RECEIVE: OK
            CEC_TRANSMIT/RECEIVE (non-blocking): OK
            CEC_G/S_MODE: OK
                    SFTs for newly transmitted messages (>= 5): 4: 46
                    SFTs for newly transmitted remote messages (>= 5): 4: 46
            CEC_EVENT_LOST_MSGS: OK
    
    Network topology:
            System Information for device 14 (Specific) from device 4 (Playback Device 1):
                    CEC Version                : 2.0
                    Physical Address           : 1.0.0.0
                    Primary Device Type        : TV
                    Vendor ID                  : 0x000c03 (HDMI)
                    OSD Name                   : 'TV'
                    Power Status               : Tx, OK, Rx, OK, Feature Abort
    
    Total for vc4_hdmi device /dev/cec1: 11, Succeeded: 11, Failed: 0, Warnings: 0
    ```
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment