OSDN Git Service

i965: Let batchbuffers be placed anywhere in the 48-bit address space.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 10 Apr 2018 08:23:15 +0000 (01:23 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 30 Apr 2018 18:34:19 +0000 (11:34 -0700)
commit0cc98522f9f15b32f28ae97c06a0dc40c4db5e79
tree9033722b966dced048caf7cf50a903e9ee9040f2
parent8ffc6ee251bdcf4a91916b73c1be71d58e680d34
i965: Let batchbuffers be placed anywhere in the 48-bit address space.

We were trying to mark batch buffers with EXEC_OBJECT_CAPTURE, and
accidentally stomped EXEC_OBJECT_SUPPORTS_48B_ADDRESS in the process.

There's no reason to restrict batch buffers to the lower 4GB.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/mesa/drivers/dri/i965/intel_batchbuffer.c