Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Ddm163.c26 #define LED_SQUARE_SIZE 100 macro
273 for (unsigned _ = 0; _ < LED_SQUARE_SIZE; _++) { in update_display_of_row()
274 for (int x = 0; x < RGB_MATRIX_NUM_COLS * LED_SQUARE_SIZE; x++) { in update_display_of_row()
276 *dest++ = s->buffer[s->buffer_idx_of_row[row]][x / LED_SQUARE_SIZE]; in update_display_of_row()
280 dpy_gfx_update(s->console, 0, LED_SQUARE_SIZE * row, in update_display_of_row()
281 RGB_MATRIX_NUM_COLS * LED_SQUARE_SIZE, LED_SQUARE_SIZE); in update_display_of_row()
298 dest += LED_SQUARE_SIZE * LED_SQUARE_SIZE * RGB_MATRIX_NUM_COLS; in dm163_update_display()
324 qemu_console_resize(s->console, RGB_MATRIX_NUM_COLS * LED_SQUARE_SIZE, in dm163_realize()
325 RGB_MATRIX_NUM_ROWS * LED_SQUARE_SIZE); in dm163_realize()