Revert some accidental things

... somehow slipped in.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2011-12-02 20:40:03 +01:00
parent f5854c8902
commit 224d4d22f0

View File

@ -56,7 +56,7 @@ store_dword_loop(void)
int cmd, i, val = 0; int cmd, i, val = 0;
uint32_t *buf; uint32_t *buf;
cmd = MI_STORE_DWORD_IMM; // | MI_MEM_VIRTUAL; cmd = MI_STORE_DWORD_IMM | MI_MEM_VIRTUAL;
for (i = 0; i < 0x100000; i++) { for (i = 0; i < 0x100000; i++) {
BEGIN_BATCH(4); BEGIN_BATCH(4);
@ -113,7 +113,7 @@ int main(int argc, char **argv)
} }
/* This supposedly only works with ppgtt */ /* This supposedly only works with ppgtt */
//return 77; return 77;
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096); bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
if (!bufmgr) { if (!bufmgr) {