summaryrefslogtreecommitdiff
path: root/nvkm/engine/disp/nv94.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:26 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 05:26:57 +1000
commit5a4f9b085ca80fc64cb83d6f80311a2164342d2d (patch)
tree2f93db8c4990bb1ec84e8236fc6c57a7ffc91fde /nvkm/engine/disp/nv94.c
parent3e60956386dffdb5e3b744f50afebfdbce16c3d8 (diff)
downloadnouveau-5a4f9b085ca80fc64cb83d6f80311a2164342d2d.tar.gz
disp/nv50-: audit and version DAC_LOAD 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 'nvkm/engine/disp/nv94.c')
-rw-r--r--nvkm/engine/disp/nv94.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvkm/engine/disp/nv94.c b/nvkm/engine/disp/nv94.c
index 7ae79cfbd..fb978f168 100644
--- a/nvkm/engine/disp/nv94.c
+++ b/nvkm/engine/disp/nv94.c
@@ -78,7 +78,6 @@ nv94_disp_base_omthds[] = {
{ SOR_MTHD(NV84_DISP_SOR_HDMI_PWR) , nv50_sor_mthd },
{ SOR_MTHD(NV50_DISP_SOR_LVDS_SCRIPT) , nv50_sor_mthd },
{ SOR_MTHD(NV94_DISP_SOR_DP_PWR) , nv50_sor_mthd },
- { DAC_MTHD(NV50_DISP_DAC_LOAD) , nv50_dac_mthd },
{ PIOR_MTHD(NV50_DISP_PIOR_PWR) , nv50_pior_mthd },
{ PIOR_MTHD(NV50_DISP_PIOR_TMDS_PWR) , nv50_pior_mthd },
{ PIOR_MTHD(NV50_DISP_PIOR_DP_PWR) , nv50_pior_mthd },