<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [KBL/SKL/BYT/BXT] igt/kms_plane_scaling fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92248#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [KBL/SKL/BYT/BXT] igt/kms_plane_scaling fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92248">bug 92248</a>
              from <span class="vcard"><a class="email" href="mailto:matthew.d.roper@intel.com" title="Matt Roper <matthew.d.roper@intel.com>"> <span class="fn">Matt Roper</span></a>
</span></b>
        <pre>(In reply to Humberto Israel Perez Rodriguez from <a href="show_bug.cgi?id=92248#c19">comment #19</a>)
<span class="quote">> (In reply to Matt Roper from <a href="show_bug.cgi?id=92248#c18">comment #18</a>)</span >
...
<span class="quote">> > 
> > Also, please check that "1080p-left.png" file is present and accessible by
> > the test program.  The output from Olivier's first comment here indicates
> > that the test program is unable to find the image file it uses.

> i've put 1080p-left.png in tests folder, but looks like that i have the same
> issue </span >
...

Actually, the test calls igt_create_image_fb -> igt_paint_image ->
igt_fopen_data -> __igt_fopen_data which prepends a path to the beginning of
the filename.  It first tries to open the file from igt_datadir (which is
/usr/local/share/intel-gpu-tools in my setup) and then attempts igt_srcdir
(which is the path the test was built out of).  The current directory (".")
isn't attempted.  If you're doing something like building on one machine and
then rsync'ing the IGT source directory to another machine (in a different
path), then neither of these paths will match up and it will fail to load the
image.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>