diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2018-01-12 08:10:49 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2018-02-02 06:24:06 +0100 |
commit | 11fc017dfb1efffa93d803f7182d026962ea2aae (patch) | |
tree | 3fc4eae59bc63cc115e12b33c2b6c3bd29d5c1e3 /drivers/gpu/drm/nouveau/nouveau_crtc.h | |
parent | drm/nouveau/bo: add helper functions for handling pinned+mapped buffers (diff) | |
download | linux-11fc017dfb1efffa93d803f7182d026962ea2aae.tar.xz linux-11fc017dfb1efffa93d803f7182d026962ea2aae.zip |
drm/nouveau/kms/nv50: prepare for double-buffered LUTs
We need to double-buffer LUTs to handle their update atomically.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_crtc.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_crtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_crtc.h b/drivers/gpu/drm/nouveau/nouveau_crtc.h index b7a18fbee6dc..366acb928f57 100644 --- a/drivers/gpu/drm/nouveau/nouveau_crtc.h +++ b/drivers/gpu/drm/nouveau/nouveau_crtc.h @@ -60,7 +60,6 @@ struct nouveau_crtc { } cursor; struct { - struct nouveau_bo *nvbo; int depth; } lut; |