Home | History | Annotate | Download | only in drm_gralloc

Lines Matching refs:tile_mode

71 	int flags, tile_mode, tile_flags;
76 tile_mode = 0;
102 tile_mode = 0x40;
104 tile_mode = 0x30;
106 tile_mode = 0x20;
108 tile_mode = 0x10;
110 tile_mode = 0x00;
114 align = NVC0_TILE_HEIGHT(tile_mode);
119 tile_mode = 4;
121 tile_mode = 3;
123 tile_mode = 2;
125 tile_mode = 1;
127 tile_mode = 0;
131 align = 1 << (tile_mode + 2);
152 tile_mode = *pitch;
165 tile_mode, tile_flags, &bo)) {
166 ALOGE("failed to allocate bo (flags 0x%x, size %d, tile_mode 0x%x, tile_flags 0x%x)",
167 flags, *pitch * height, tile_mode, tile_flags);