summaryrefslogtreecommitdiff
path: root/linux-core/nv50_sor.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/nv50_sor.c')
-rw-r--r--linux-core/nv50_sor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/nv50_sor.c b/linux-core/nv50_sor.c
index 75909c82..fca9612f 100644
--- a/linux-core/nv50_sor.c
+++ b/linux-core/nv50_sor.c
@@ -83,8 +83,6 @@ static int nv50_sor_execute_mode(struct nv50_output *output, bool disconnect)
if (desired_mode->flags & V_NVSYNC)
mode_ctl |= NV50_SOR_MODE_CTRL_NVSYNC;
- /* TODO: DPMS ?????? */
-
OUT_MODE(NV50_SOR0_MODE_CTRL + offset, mode_ctl);
return 0;