summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-06-02 17:00:15 +0300
committerAlon Levy <alevy@redhat.com>2011-06-02 17:00:15 +0300
commitb0a791a9922763e689f11a389bd5bfc5fbcb0ab6 (patch)
tree2aade95bbe26fefe0f9380ecd450a460a69f0c66
parent6485a647d6e989ebad57a8e14c04036033747033 (diff)
display/driver: also no dump in DisablePDEV (for same reason)s3.wip
-rw-r--r--display/driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/display/driver.c b/display/driver.c
index bc43555..82a104f 100644
--- a/display/driver.c
+++ b/display/driver.c
@@ -566,9 +566,7 @@ VOID DrvDisablePDEV(DHPDEV in_pdev)
DEBUG_PRINT((pdev, 1, "%s: 0x%lx\n", __FUNCTION__, pdev));
DebugCountAliveSurfaces(pdev);
- DUMP_VRAM_MSPACE;
ResDestroy(pdev);
- DUMP_VRAM_MSPACE;
DestroyPalette(pdev);
EngFreeMem(pdev);
DEBUG_PRINT((NULL, 1, "%s: 0x%lx exit\n", __FUNCTION__, pdev));