diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-04 08:19:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-04 08:19:36 +0100 |
commit | 679347ddc22e82197c31ef89e388154084506f72 (patch) | |
tree | c60d383df85c5834a6b7c22e7351b65413e78851 /gfx.h | |
parent | fb7fa435af36197db5493775d01b4339484ae225 (diff) | |
download | fbida-679347ddc22e82197c31ef89e388154084506f72.tar.gz |
drm format wireup
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ struct gfxstate { uint32_t rlen, glen, blen, tlen; uint32_t roff, goff, boff, toff; + char devpath[128]; dev_t devnum; /* calls */ |