Lines Matching refs:OPTV_BOOLEAN
8 {OPTION_ACCEL_DISABLE, "NoAccel", OPTV_BOOLEAN, {0}, 0},
12 {OPTION_PRESENT, "Present", OPTV_BOOLEAN, {0}, 1},
15 {OPTION_TILING_2D, "Tiling", OPTV_BOOLEAN, {0}, 1},
16 {OPTION_TILING_FB, "LinearFramebuffer", OPTV_BOOLEAN, {0}, 0},
17 {OPTION_VSYNC, "VSync", OPTV_BOOLEAN, {0}, 1},
18 {OPTION_PAGEFLIP, "PageFlip", OPTV_BOOLEAN, {0}, 1},
19 {OPTION_SWAPBUFFERS_WAIT, "SwapbuffersWait", OPTV_BOOLEAN, {0}, 1},
20 {OPTION_TRIPLE_BUFFER, "TripleBuffer", OPTV_BOOLEAN, {0}, 1},
21 {OPTION_PREFER_OVERLAY, "XvPreferOverlay", OPTV_BOOLEAN, {0}, 0},
22 {OPTION_HOTPLUG, "HotPlug", OPTV_BOOLEAN, {0}, 1},
23 {OPTION_REPROBE, "ReprobeOutputs", OPTV_BOOLEAN, {0}, 0},
24 {OPTION_DELETE_DP12, "DeleteUnusedDP12Displays", OPTV_BOOLEAN, {0}, 0},
26 {OPTION_XVMC, "XvMC", OPTV_BOOLEAN, {0}, 1},
31 {OPTION_TEAR_FREE, "TearFree", OPTV_BOOLEAN, {0}, 0},
32 {OPTION_CRTC_PIXMAPS, "PerCrtcPixmaps", OPTV_BOOLEAN, {0}, 0},
35 {OPTION_FALLBACKDEBUG, "FallbackDebug",OPTV_BOOLEAN, {0}, 0},
36 {OPTION_DEBUG_FLUSH_BATCHES, "DebugFlushBatches", OPTV_BOOLEAN, {0}, 0},
37 {OPTION_DEBUG_FLUSH_CACHES, "DebugFlushCaches", OPTV_BOOLEAN, {0}, 0},
38 {OPTION_DEBUG_WAIT, "DebugWait", OPTV_BOOLEAN, {0}, 0},
39 {OPTION_BUFFER_CACHE, "BufferCache", OPTV_BOOLEAN, {0}, 1},