From b3f6f127f28737d034dcf1c12a9b66b88750e93b Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sat, 10 Aug 2013 18:53:15 -0400 Subject: nv50: separate video logic from noalloc The upcoming vp3 logic will want the video layout, but allocated by the miptree. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nv50/nv84_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/nv50/nv84_video.c') diff --git a/src/gallium/drivers/nv50/nv84_video.c b/src/gallium/drivers/nv50/nv84_video.c index 3602a6d1799..2167b024eb5 100644 --- a/src/gallium/drivers/nv50/nv84_video.c +++ b/src/gallium/drivers/nv50/nv84_video.c @@ -669,7 +669,7 @@ nv84_video_buffer_create(struct pipe_context *pipe, templ.format = PIPE_FORMAT_R8_UNORM; templ.width0 = align(template->width, 2); templ.height0 = align(template->height, 4) / 2; - templ.flags = NV50_RESOURCE_FLAG_VIDEO; + templ.flags = NV50_RESOURCE_FLAG_VIDEO | NV50_RESOURCE_FLAG_NOALLOC; templ.array_size = 2; cfg.nv50.tile_mode = 0x20; -- cgit v1.2.3