X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdrm%2FdrmP.h;h=d0fb88499350b37e448e5e234ad9c329f1cf1682;hb=f9ae5d202b3953b5d69e860e540a6f53df7015b5;hp=a31976c860f62ebf14b700663091e1b5a7b476a4;hpb=79df8fa79b6a2aced892ad2b2c9832e7d9bdea6b;p=firefly-linux-kernel-4.4.55.git diff --git a/include/drm/drmP.h b/include/drm/drmP.h index a31976c860f6..d0fb88499350 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -309,6 +309,11 @@ struct drm_file { unsigned universal_planes:1; /* true if client understands atomic properties */ unsigned atomic:1; + /* + * true if client understands share planes and + * hardware support share planes. + */ + unsigned share_planes:1; /* * This client is allowed to gain master privileges for @master. * Protected by struct drm_device::master_mutex.