On Fri, Jul 21, 2017 at 12:27 PM, Chris Wilson
wrote:
> Quoting Jason Ekstrand (2017-07-21 20:11:27)
> > + if (surf_info->usage & ISL_SURF_USAGE_BLIT_BIT) {
> > + /* According to the Ivy Bridge PRM, Vol1 Part4, section 1.2.1.2
> > + * (Graphics Data Size Limitations):
> > + *
>
Quoting Jason Ekstrand (2017-07-21 20:11:27)
> + if (surf_info->usage & ISL_SURF_USAGE_BLIT_BIT) {
> + /* According to the Ivy Bridge PRM, Vol1 Part4, section 1.2.1.2
> + * (Graphics Data Size Limitations):
> + *
> + *The BLT engine is capable of transferring very large
---
src/intel/isl/isl.c | 42 +++---
src/intel/isl/isl.h | 1 +
src/intel/isl/isl_gen4.c | 5 +
3 files changed, 45 insertions(+), 3 deletions(-)
diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c
index 7d1356f..26310bf 100644
--- a/src/inte