]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/nouveau/dispnv50/wndw.h
drm/nouveau/kms/gf119-: add ctm property support
[linux.git] / drivers / gpu / drm / nouveau / dispnv50 / wndw.h
index 03f3d8dc235a70cb5d15670c687b427c5c665319..1e781d80c990a7669dafcd202d834d2f825c145b 100644 (file)
@@ -65,6 +65,10 @@ struct nv50_wndw_func {
        int (*ntfy_wait_begun)(struct nouveau_bo *, u32 offset,
                               struct nvif_device *);
        void (*ilut)(struct nv50_wndw *, struct nv50_wndw_atom *);
+       void (*csc)(struct nv50_wndw *, struct nv50_wndw_atom *,
+                   const struct drm_color_ctm *);
+       void (*csc_set)(struct nv50_wndw *, struct nv50_wndw_atom *);
+       void (*csc_clr)(struct nv50_wndw *);
        bool ilut_identity;
        bool olut_core;
        void (*xlut_set)(struct nv50_wndw *, struct nv50_wndw_atom *);