i965: Rename batch->exec_objects to validation_list
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 20 Jul 2017 16:29:19 +0000 (17:29 +0100)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 20 Jul 2017 23:15:32 +0000 (16:15 -0700)
commit0e6ad379dd8f05720b62d5acf6fa446f7094a853
tree615eb3ff4fbd66171ae11966fafbe5b39b46ea01
parent8696c3e997d23f65ade53df8f7efcfb21a99fb3d
i965: Rename batch->exec_objects to validation_list

Within i965, we have many different objects and confusingly when
submitting an execbuf we have lists of both our internal objects and a
list of the kernel's drm_i915_gem_exec_object with very similar names.
Rename the kernel's validation list to avoid the collison as it is only
used for interfacing with the kernel and so a peripheral use of
"object".

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/intel_batchbuffer.c