Home
last modified time | relevance | path

Searched refs:dmfc_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_disp.c58 void ipu_dmfc_init(int dmfc_type, int first) in ipu_dmfc_init() argument
63 if (dmfc_type_setup > dmfc_type) in ipu_dmfc_init()
64 dmfc_type = dmfc_type_setup; in ipu_dmfc_init()
66 dmfc_type_setup = dmfc_type; in ipu_dmfc_init()
74 dmfc_type_setup = dmfc_type; in ipu_dmfc_init()
76 if (dmfc_type == DMFC_HIGH_RESOLUTION_DC) { in ipu_dmfc_init()
90 } else if (dmfc_type == DMFC_HIGH_RESOLUTION_DP) { in ipu_dmfc_init()
104 } else if (dmfc_type == DMFC_HIGH_RESOLUTION_ONLY_DP) { in ipu_dmfc_init()
H A Dipu.h258 void ipu_dmfc_init(int dmfc_type, int first);