<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 7/20/2023 3:32 PM, Zbigniew
      KempczyƄski wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:20230720100245.2lref6sw6j7btr7k@zkempczy-mobl2">
      <pre class="moz-quote-pre" wrap="">On Tue, Jul 18, 2023 at 05:44:43PM +0530, Kunal Joshi wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">on xe driver use blitcopy for everything where otherwise would
use rendercopy.

Signed-off-by: Juha-Pekka Heikkila <a class="moz-txt-link-rfc2396E" href="mailto:juhapekka.heikkila@gmail.com"><juhapekka.heikkila@gmail.com></a>
---
 lib/igt_fb.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 6ce4b735a..f4bc800fe 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -2529,7 +2529,7 @@ static bool use_enginecopy(const struct igt_fb *fb)
        if (!is_intel_device(fb->fd))
                return false;
 
-       if (!is_xe_device(fb->fd) && blitter_ok(fb))
+       if (blitter_ok(fb))
                return false;
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
I stared to this and for me it looks we disable rendercopy at all
for i915 as well for xe even if rendercopy is same for i915 and xe
(intel-bb should handle this).

--
Zbigniew

</pre>
    </blockquote>
    Hello Zbigniew,<br>
    <br>
    Blitter is preferred over render copy for perf/power and render copy
    is  preferred for feature.<br>
    JP's changes are considering that fact. With this info does this
    patch look good?<br>
    <br>
    Thanks and Regards<br>
    Kunal Joshi
    <p><span><span class="ui-provider fz b c d e f g h i j k l m n o p q
          r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"><br>
        </span></span><span><span class="ui-provider fz b c d e f g h i
          j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"></span></span></p>
  </body>
</html>