diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2013-01-31 00:04:48 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-02-20 07:00:45 +0100 |
commit | 21a5ace0bfb737d65e6d345ccf3d63fdee141f98 (patch) | |
tree | ce6b693711f07da1ce6d661ee1074fa334ab77d5 /drivers/gpu/drm/nouveau/nv04_display.h | |
parent | drm/nouveau/core: basic event interface between core and drm (diff) | |
download | linux-21a5ace0bfb737d65e6d345ccf3d63fdee141f98.tar.xz linux-21a5ace0bfb737d65e6d345ccf3d63fdee141f98.zip |
drm/nouveau/disp/nv04: implement a base display object class
Will be used for upcoming vblank event interfaces.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv04_display.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nv04_display.h b/drivers/gpu/drm/nouveau/nv04_display.h index 45322802e37d..a0a031dad13f 100644 --- a/drivers/gpu/drm/nouveau/nv04_display.h +++ b/drivers/gpu/drm/nouveau/nv04_display.h @@ -80,6 +80,7 @@ struct nv04_display { struct nv04_mode_state saved_reg; uint32_t saved_vga_font[4][16384]; uint32_t dac_users[4]; + struct nouveau_object *core; }; static inline struct nv04_display * |