From: "Hogander, Jouni" <jouni.hogander@intel.com>
To: "Joshi, Kunal1" <kunal1.joshi@intel.com>,
"igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Subject: Re: [igt-dev] [PATCH i-g-t 3/6] RFC tests/i915/kms_frontbuffer_tracking: xe doesn't support tiling as of now
Date: Thu, 1 Jun 2023 11:23:49 +0000 [thread overview]
Message-ID: <4204d49177c441be0d21ff5838fac011f37d2a0c.camel@intel.com> (raw)
In-Reply-To: <ae67320b-5871-baba-6a1c-90c888303462@intel.com>
On Thu, 2023-06-01 at 16:39 +0530, Joshi, Kunal1 wrote:
>
> On 6/1/2023 4:12 PM, Hogander, Jouni wrote:
> > On Thu, 2023-06-01 at 10:39 +0530, Kunal Joshi wrote:
> > > XE doesn't support tiling as of now, so set tiling to linear
> > Maybe this should be taken into account in opt_handler as well?
> > I.e.
> > Trying to use tiling other than liner for Xe should result error.
> Hello Jouni,
>
> This will be over written in setup_drm where we set tiling to linear
> if xe,
> To handle this in opt_handler we will need to open ,close fd,
> can i have debug print stating opt.tiling parameter is overridden as
> XE
> supports onlylinear tiling,
> how do you see it?
how about:
igt_assert(is_xe_device() && (opt.tiling == TILING_DEFAULT ||
opt.tiling == TILING_LINEAR));
in setup_drm() ?
>
>
> Thanks and Regards
> Kunal Joshi
next prev parent reply other threads:[~2023-06-01 11:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-01 5:09 [igt-dev] [PATCH i-g-t 0/6] RFC Enable kms_frontbuffer_tracking on XE Kunal Joshi
2023-06-01 5:09 ` [igt-dev] [PATCH i-g-t 1/6] RFC tests/i915/kms_frontbuffer_tracking: Add xe support Kunal Joshi
2023-06-01 5:09 ` [igt-dev] [PATCH i-g-t 2/6] RFC Added is_xe to check if xe device Kunal Joshi
2023-06-01 10:11 ` Hogander, Jouni
2023-06-01 10:15 ` Joshi, Kunal1
2023-06-01 5:09 ` [igt-dev] [PATCH i-g-t 3/6] RFC tests/i915/kms_frontbuffer_tracking: xe doesn't support tiling as of now Kunal Joshi
2023-06-01 10:42 ` Hogander, Jouni
2023-06-01 11:09 ` Joshi, Kunal1
2023-06-01 11:23 ` Hogander, Jouni [this message]
2023-06-01 11:30 ` Joshi, Kunal1
2023-06-01 5:09 ` [igt-dev] [PATCH i-g-t 4/6] tests/i915/kms_frontbuffer_tracking: all gem ioctls are not supported for xe " Kunal Joshi
2023-06-01 5:09 ` [igt-dev] [PATCH i-g-t 5/6] RFC lib/ioctl_wrappers: GEM_SET_DOMAIN ioctl not supported on xe Kunal Joshi
2023-06-01 5:09 ` [igt-dev] [PATCH i-g-t 6/6] RFC tests/i915/kms_frontbuffer_tracking: xe only supports MMAP_WC, BLT, RENDER Kunal Joshi
2023-06-01 5:52 ` [igt-dev] ✓ Fi.CI.BAT: success for RFC Enable kms_frontbuffer_tracking on XE (rev2) Patchwork
2023-06-02 21:21 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-05-31 13:48 [igt-dev] [PATCH i-g-t 0/6] RFC Enable kms_frontbuffer_tracking on XE Kunal Joshi
2023-05-31 13:48 ` [igt-dev] [PATCH i-g-t 3/6] RFC tests/i915/kms_frontbuffer_tracking: xe doesn't support tiling as of now Kunal Joshi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4204d49177c441be0d21ff5838fac011f37d2a0c.camel@intel.com \
--to=jouni.hogander@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kunal1.joshi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox