AM62A7-Q1: DPI output can not drive the screen

Part Number: AM62A7-Q1


Tool/software:

Hi Ti Experts.

I config the DPI output. 

static const struct drm_display_mode boe_av069hdt_a80_2dp0_mode = {
.clock = 76782,
.hdisplay = 1280,
.hsync_start = 1280 + 26,
.hsync_end = 1280 + 26 + 8,
.htotal = 1322,
.vdisplay = 720,
.vsync_start = 720 + 8,
.vsync_end = 720 + 8 + 2,
.vtotal = 733,
.flags = 0,
};

static const struct panel_desc boe_av069hdt_a80_2dp0 = {
.modes = &boe_av069hdt_a80_2dp0_mode,
.num_modes = 1,
.bpc = 8,
.size = {
.width = 154,
.height = 85,
},
.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
.bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE | DRM_BUS_FLAG_SYNC_DRIVE_POSEDGE,
.connector_type = DRM_MODE_CONNECTOR_DPI,
};


and the DPI signal output SOC_VOUT0_PCLK signal below:
Can you help to check if the PLCK signal is correct or not. thanks very much