Support dmabuf imports with an offset
i965 has a bunch of mt->offset stuff that I didn't import into iris because I didn't know what it was.
It turns out this is for importing dmabufs where the image data isn't at the start of the BO. This is apparently useful for H264/x264 video playback.
$ mpv -vo=gl -hwdec=vaapi big_buck_bunny_1080p_h264.mov
will fail with iris because the image has a non-zero offset. Note that the Ogg Theora version of the movie works, so be sure to use H264.
Caught by Mike Lothian (FireBurn)