diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-08-10 04:10:27 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-08-10 05:28:09 +1000 |
commit | c02ed2bf98a682c477640c782d1e6a94525b2123 (patch) | |
tree | 119068563210654c7c42742f8a4bcf054c3b179c /drivers/gpu/drm/nouveau/nvif | |
parent | a3761fa2483f48d158234760d5e25e5071e41537 (diff) | |
download | talos-obmc-linux-c02ed2bf98a682c477640c782d1e6a94525b2123.tar.gz talos-obmc-linux-c02ed2bf98a682c477640c782d1e6a94525b2123.zip |
drm/nv50-/disp: audit and version SOR_DP_PWR method
The full object interfaces are about to be exposed to userspace, so we
need to check for any security-related issues and version the structs
to make it easier to handle any changes we may need in the future.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvif/class.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/class.h b/drivers/gpu/drm/nouveau/nvif/class.h index a3d433859cbc..e0d45faa46d4 100644 --- a/drivers/gpu/drm/nouveau/nvif/class.h +++ b/drivers/gpu/drm/nouveau/nvif/class.h @@ -367,4 +367,10 @@ struct nv50_disp_sor_lvds_script_v0 { __u8 pad04[4]; }; +struct nv50_disp_sor_dp_pwr_v0 { + __u8 version; + __u8 state; + __u8 pad02[6]; +}; + #endif |