summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_crtc.h
diff options
context:
space:
mode:
authorBen Skeggs2016-11-04 08:20:36 +0100
committerBen Skeggs2016-11-07 05:04:53 +0100
commitea8ee39002a103b5dc81c4c87e32929223b86f64 (patch)
tree90a55001ed3862ca3b28a8b922c8752e9bbed6d3 /drivers/gpu/drm/nouveau/nouveau_crtc.h
parentdrm/nouveau/kms/nv50: separate out lut commit (diff)
downloadkernel-qcow2-linux-ea8ee39002a103b5dc81c4c87e32929223b86f64.tar.gz
kernel-qcow2-linux-ea8ee39002a103b5dc81c4c87e32929223b86f64.tar.xz
kernel-qcow2-linux-ea8ee39002a103b5dc81c4c87e32929223b86f64.zip
drm/nouveau/kms/nv50: separate out cursor surface commit
This commit separates the calculation of EVO state from the commit, in order to make the same code useful for atomic modesetting. The legacy interfaces have been wrapped on top of them. 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.h1
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 d533a32d5e22..e4e385783b8d 100644
--- a/drivers/gpu/drm/nouveau/nouveau_crtc.h
+++ b/drivers/gpu/drm/nouveau/nouveau_crtc.h
@@ -54,7 +54,6 @@ struct nouveau_crtc {
struct {
struct nouveau_bo *nvbo;
- bool visible;
uint32_t offset;
void (*set_offset)(struct nouveau_crtc *, uint32_t offset);
void (*set_pos)(struct nouveau_crtc *, int x, int y);