Searched refs:ST7789V_TEST (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-sitronix-st7789v.c | 107 #define ST7789V_TEST(val, func) \ macro 432 ST7789V_TEST(ret, st7789v_write_command(ctx, MIPI_DCS_EXIT_SLEEP_MODE)); in st7789v_prepare() 437 ST7789V_TEST(ret, st7789v_write_command(ctx, in st7789v_prepare() 439 ST7789V_TEST(ret, st7789v_write_data(ctx, 0)); in st7789v_prepare() 441 ST7789V_TEST(ret, st7789v_write_command(ctx, in st7789v_prepare() 443 ST7789V_TEST(ret, st7789v_write_data(ctx, pixel_fmt)); in st7789v_prepare() 445 ST7789V_TEST(ret, st7789v_write_command(ctx, ST7789V_PORCTRL_CMD)); in st7789v_prepare() 446 ST7789V_TEST(ret, st7789v_write_data(ctx, 0xc)); in st7789v_prepare() 447 ST7789V_TEST(ret, st7789v_write_data(ctx, 0xc)); in st7789v_prepare() 448 ST7789V_TEST(ret, st7789v_write_data(ctx, 0)); in st7789v_prepare() [all …]
|