Searched refs:dcs_write_cmd_seq (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-raydium-rm68200.c | 134 #define dcs_write_cmd_seq(ctx, cmd, seq...) \ macro 147 dcs_write_cmd_seq(ctx, MCS_EXT_PWR_IC, 0xC0, 0x53, 0x00); in rm68200_init_sequence() 167 dcs_write_cmd_seq(ctx, GOA_VSTV2, 0x05, 0x16, 0x0D, 0x11, 0x7D, 0x00, in rm68200_init_sequence() 169 dcs_write_cmd_seq(ctx, GOA_VCLK1, 0x07, 0x08, 0x01, 0x02, 0x00, 0x7D, in rm68200_init_sequence() 171 dcs_write_cmd_seq(ctx, GOA_VCLK2, 0x03, 0x04, 0x05, 0x06, 0x00, 0x7D, in rm68200_init_sequence() 175 dcs_write_cmd_seq(ctx, GOA_BICLK1, 0x07, 0x08); in rm68200_init_sequence() 179 dcs_write_cmd_seq(ctx, GOA_BICLK2, 0x03, 0x04, 0x05, 0x06, 0x00); in rm68200_init_sequence() 195 dcs_write_cmd_seq(ctx, MCS_GOA_FS_SEL0, 0xBF, 0x02, 0x06, 0x14, 0x10, in rm68200_init_sequence() 197 dcs_write_cmd_seq(ctx, MCS_GOA_FS_SEL1, 0x3F, 0x3F, 0x3F, 0x3F, 0x0C, in rm68200_init_sequence() 199 dcs_write_cmd_seq(ctx, MCS_GOA_FS_SEL2, 0x04, 0x3F, 0x3F, 0x3F, 0x3F, in rm68200_init_sequence() [all …]
|