mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
tests/gem_exec_parse: test for chained batch buffers
libva makes extensive use of chained batch buffers. The batch buffer copy portion of the command parser has the potential to break chained batches, so add a simple test to make sure that doesn't happen. Signed-off-by: Brad Volkin <bradley.d.volkin@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
bba1cd0091
commit
a06071c0cf
@@ -2571,6 +2571,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#define MI_BATCH_BUFFER_END (0xA << 23)
|
||||
#define MI_BATCH_NON_SECURE (1)
|
||||
#define MI_BATCH_NON_SECURE_I965 (1 << 8)
|
||||
#define MI_BATCH_NON_SECURE_HSW (1<<13) /* Additional bit for RCS */
|
||||
|
||||
#define MAX_DISPLAY_PIPES 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user