nvc0: fix retrieving query results into buffer for timestamps
authorIlia Mirkin <imirkin@alum.mit.edu>
Fri, 22 Apr 2016 04:01:56 +0000 (00:01 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 22 Apr 2016 04:06:49 +0000 (00:06 -0400)
commit88ca4a43a2dffe132c9a2fa29d490d6644ecd7f8
treeb123334e63ff9f4230dc4cb1db2ab1a440310850
parent541e6c05000b87cee02d5f8e1adc7973c2a2deea
nvc0: fix retrieving query results into buffer for timestamps

The timestamps are stored in a funny place, and even though they are a
64-bit result, are not stored with is64bit. Account for that when
retrieving the query result into a resource.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "11.2" <mesa-stable@lists.freedesktop.org>
src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c