This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem with HDMI (DM814x)

Other Parts Discussed in Thread: TLC59108

Dear Sirs,

I have got some problems with HDMI. The software tests were provided for ti_ezsdk_dm814x-evm_5_05_01_04 and self developed board.

The logs are below:

root@dm814x-evm:~# lsmod
Module                  Size  Used by
pvrsrvkm              155442  0
tlc59108                1545  0
ti81xxhdmi             17685  0
ti81xxfb               21979  1
vpss                   74936  2 ti81xxhdmi,ti81xxfb
syslink              1125317  0

root@dm814x-evm:~# dmesg | grep HDMI
PM: Adding info for platform:TI81XX_HDMI
registered ti81xx on-chip HDMI device
HDMI W1 rev 4.0
HDMI CEC Spec version 1.2
PM: Adding info for No Bus:TI81XX_HDMI   ------------------------------------   i think problem is there
hdmi: Enter HDMI_W1_StopVideoFrame()
hdmi: Enter HDMI_W1_GlobalInitVars()
hdmi: Enter HDMI_Core_GlobalInitVars()
hdmi: Enter HDMI_W1_ConfigVideoResolutionTiming()
hdmi: Enter HDMI_W1_ConfigVideoInterface()
hdmi: HDMI_WP_AUDIO_CFG = 0x1030006
hdmi: HDMI_WP_AUDIO_CFG2 = 0x20c0
hdmi: HDMI_WP_AUDIO_CTRL = 0x20
hdmi: Enter DSS_HDMI_CORE_SW_RESET_ASSERT ()
hdmi: Enter DSS_HDMI_CORE_POWER_DOWN_DISABLE()
hdmi: Enter DSS_HDMI_CORE_SW_RESET_RELEASE()
hdmi: Enter HDMI_W1_StartVideoFrame  ()

root@dm814x-evm:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: EVM [TI81XX EVM], device 0: AIC3X tlv320aic3x-hifi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Could you help me to resolve this problem?

Thanks.

  • Hi,

    What is the real problem. I am not getting. We are not supporting any power management for HDMI so that line doesn't seem of any use.

  • Hello Hardik,

    Thanks for reply.

    I can add some other log :

    root@dm814x-evm:~# cat /sys/devices/platform/vpss/display0/edid
               EDID Information

          00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    -----------------------------------------------------
    0000: 00 ff ff ff ff ff ff 00 10 ac 11 f0 4c 33 31 31
    0010: 1a 14 01 03 80 2f 1e 78 2e ee 95 a3 54 4c 99 26
    0020: 0f 50 54 a5 4b 00 71 4f 81 80 b3 00 01 01 01 01
    0030: 01 01 01 01 01 01 21 39 90 30 62 1a 27 40 68 b0
    0040: 36 00 da 28 11 00 00 1c 00 00 00 ff 00 48 37 33
    0050: 35 48 30 36 50 31 31 33 4c 0a 00 00 00 fc 00 44
    0060: 45 4c 4c 20 32 32 30 39 57 41 0a 20 00 00 00 fd
    0070: 00 38 4b 1e 53 10 00 0a 20 20 20 20 20 20 00 3d
    root@dm814x-evm:~# cat /sys/devices/platform/vpss/display0/clksrc
    dclk
    root@dm814x-evm:~# cat /sys/devices/platform/vpss/display0/enabled
    1
    root@dm814x-evm:~# cat /sys/devices/platform/vpss/display0/mode
    1080p-60
    root@dm814x-evm:~# cat /sys/devices/platform/vpss/display0/name
    hdmi
    root@dm814x-evm:~# cat /sys/devices/platform/vpss/display0/order
    0,0
    root@dm814x-evm:~# cat /sys/devices/platform/vpss/display0/output
    triple,rgb888,0/0/0/0
    root@dm814x-evm:~# cat /sys/devices/platform/vpss/display0/timings
    148500,1920/88/148/44,1080/4/36/5,1

    root@dm814x-evm:~# fbset
    mode "1920x1080-60"
        # D: 148.500 MHz, H: 67.500 kHz, V: 60.000 Hz
        geometry 1920 1080 1920 3240 32
        timings 6734 148 88 36 4 44 5
        rgba 8/16,8/8,8/0,8/24
    endmode


    TFT monitor is in powersafe mode. I will try to connect oscilloscope to detect signals on data lines, but i think it will not give affect.

    Do you know any methods to test software settings?

    If you need some additional logs  I will send you.


    Thanks.

  • Hi,

    The problem was resolved.

    I had same error as described in http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/t/160917.aspx

    Thanks all.