lvds_fid_attr_t

Description

Defines the FID attribute configuration.

Definition

typedef struct {
    lvds_fid_type_t fid_type;
    unsigned char output_fil;
} lvds_fid_attr_t;

Members

Member

Description

fid_type

FID type in LVDS DOL mode.

output_fil

In DOL mode, the frame information line is output immediately after the V-Blanking. The FID is the first pixel value in the frame information line.

The frame information line does not contain valid video data.

  • If output_fil is set to HI_TRUE, the frame information line is output to the backend device.
  • If output_fil is set to HI_FALSE, the MIPI Rx will discard data in this line.