Searched refs:artist_create_buffer (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | artist.c | 1355 static void artist_create_buffer(ARTISTState *s, const char *name, in artist_create_buffer() function 1394 artist_create_buffer(s, "cmap", &offset, ARTIST_BUFFER_CMAP, 2048, 4); in artist_realizefn() 1395 artist_create_buffer(s, "ap", &offset, ARTIST_BUFFER_AP, in artist_realizefn() 1397 artist_create_buffer(s, "cursor1", &offset, ARTIST_BUFFER_CURSOR1, 64, 64); in artist_realizefn() 1398 artist_create_buffer(s, "cursor2", &offset, ARTIST_BUFFER_CURSOR2, 64, 64); in artist_realizefn() 1399 artist_create_buffer(s, "attribute", &offset, ARTIST_BUFFER_ATTRIBUTE, in artist_realizefn()
|