From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: "Samala, Pranay" <pranay.samala@intel.com>,
"B, Jeevan" <jeevan.b@intel.com>,
"igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Cc: "B S, Karthik" <karthik.b.s@intel.com>
Subject: Re: [PATCH i-g-t] tests/intel/kms_pm_rpm: Fix cursor_fb3 framebuffer creation format
Date: Sat, 23 Nov 2024 00:35:11 +0530 [thread overview]
Message-ID: <6b563be6-ce89-43aa-a8ea-b6ba82f2c559@intel.com> (raw)
In-Reply-To: <PH7PR11MB60538FC20BDF122A76648177E7232@PH7PR11MB6053.namprd11.prod.outlook.com>
On 22-11-2024 11:11 am, Samala, Pranay wrote:
> Hi Jeevan,
>
> Add bspec id. in commit message.
Hi Pranay,
Here there is no need to specify bspec id since its a generic change,
nothing specific to
platform.
Jeevan,
You can update subject, here nothing is being fixed. You are just
updating fb format,
since there is no specific need to use X tile.
>
>> -----Original Message-----
>> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Jeevan B
>> Sent: Friday, November 22, 2024 9:40 AM
>> To: igt-dev@lists.freedesktop.org
>> Cc: B S, Karthik <karthik.b.s@intel.com>; B, Jeevan <jeevan.b@intel.com>
>> Subject: [PATCH i-g-t] tests/intel/kms_pm_rpm: Fix cursor_fb3 framebuffer
>> creation format
>>
>> Updated cursor_fb3 framebuffer creation in the cursor subtest function to use
>> linear tiling instead of x-tile. As x-tile is no longer supported on latest platforms.
>>
>> Signed-off-by: Jeevan B <jeevan.b@intel.com>
>> ---
>> tests/intel/kms_pm_rpm.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/intel/kms_pm_rpm.c b/tests/intel/kms_pm_rpm.c index
>> 990c50915..aeeaf69f7 100644
>> --- a/tests/intel/kms_pm_rpm.c
>> +++ b/tests/intel/kms_pm_rpm.c
>> @@ -1199,7 +1199,7 @@ static void cursor_subtest(bool dpms)
>> igt_create_fb(drm_fd, 64, 64, DRM_FORMAT_ARGB8888,
>> DRM_FORMAT_MOD_LINEAR, &cursor_fb2);
>> igt_create_fb(drm_fd, 64, 64, DRM_FORMAT_XRGB8888,
>> - I915_FORMAT_MOD_X_TILED, &cursor_fb3);
>> + DRM_FORMAT_MOD_LINEAR, &cursor_fb3);
>>
>> fill_igt_fb(&cursor_fb1, 0xFF00FFFF);
>> fill_igt_fb(&cursor_fb2, 0xFF00FF00);
>> --
>> 2.25.1
next prev parent reply other threads:[~2024-11-22 19:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-22 4:09 [PATCH i-g-t] tests/intel/kms_pm_rpm: Fix cursor_fb3 framebuffer creation format Jeevan B
2024-11-22 4:50 ` ✓ Xe.CI.BAT: success for " Patchwork
2024-11-22 5:04 ` ✓ i915.CI.BAT: " Patchwork
2024-11-22 5:41 ` [PATCH i-g-t] " Samala, Pranay
2024-11-22 19:05 ` Sharma, Swati2 [this message]
2024-11-22 20:07 ` ✗ Xe.CI.Full: failure for " Patchwork
2024-11-24 14:23 ` ✗ i915.CI.Full: " Patchwork
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=6b563be6-ce89-43aa-a8ea-b6ba82f2c559@intel.com \
--to=swati2.sharma@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=jeevan.b@intel.com \
--cc=karthik.b.s@intel.com \
--cc=pranay.samala@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