Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Sousa <gustavo.sousa@intel.com>
To: "Bhadane, Dnyaneshwar" <dnyaneshwar.bhadane@intel.com>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>,
	"intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>
Cc: "Kandpal, Suraj" <suraj.kandpal@intel.com>
Subject: RE: [PATCH] drm/i915/xe3p_lpd: Update CURSOR_BUF/WM masks
Date: Thu, 20 Aug 2026 11:39:52 -0300	[thread overview]
Message-ID: <87y0e0am9z.fsf@intel.com> (raw)
In-Reply-To: <BL1PR11MB5413D244A3C7F42C53ABA076E2D72@BL1PR11MB5413.namprd11.prod.outlook.com>

"Bhadane, Dnyaneshwar" <dnyaneshwar.bhadane@intel.com> writes:

>> -----Original Message-----
>> From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of
>> Gustavo Sousa
>> Sent: Saturday, July 25, 2026 12:05 AM
>> To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
>> Cc: Kandpal, Suraj <suraj.kandpal@intel.com>; Sousa, Gustavo
>> <gustavo.sousa@intel.com>
>> Subject: [PATCH] drm/i915/xe3p_lpd: Update CURSOR_BUF/WM masks
>> 
>> From: Suraj Kandpal <suraj.kandpal@intel.com>
>> 
>> Xe3p onwards CURSOR_BUF/WM masks have been increased. Update them
>> to reflect the following.
>> 
>> Bspec: 69847, 69880
>> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
>> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
>
> LGTM,
> Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>

Pushed to drm-intel-next. Thanks for the review!

--
Gustavo Sousa

>
>> ---
>>  drivers/gpu/drm/i915/display/intel_cursor_regs.h | 8 ++++----
>>  1 file changed, 4 insertions(+), 4 deletions(-)
>> 
>> diff --git a/drivers/gpu/drm/i915/display/intel_cursor_regs.h
>> b/drivers/gpu/drm/i915/display/intel_cursor_regs.h
>> index aaa66331063e..da2f9630ae2d 100644
>> --- a/drivers/gpu/drm/i915/display/intel_cursor_regs.h
>> +++ b/drivers/gpu/drm/i915/display/intel_cursor_regs.h
>> @@ -81,7 +81,7 @@
>>  #define   CUR_WM_EN				REG_BIT(31)
>>  #define   CUR_WM_IGNORE_LINES			REG_BIT(30)
>>  #define   CUR_WM_LINES_MASK			REG_GENMASK(26,
>> 14)
>> -#define   CUR_WM_BLOCKS_MASK			REG_GENMASK(11,
>> 0)
>> +#define   CUR_WM_BLOCKS_MASK			REG_GENMASK(12,
>> 0)
>> 
>>  #define _CUR_WM_SAGV_A		0x70158
>>  #define _CUR_WM_SAGV_B		0x71158
>> @@ -98,10 +98,10 @@
>>  #define _CUR_BUF_CFG_A		0x7017c
>>  #define _CUR_BUF_CFG_B		0x7117c
>>  #define CUR_BUF_CFG(pipe)	_MMIO_PIPE((pipe), _CUR_BUF_CFG_A,
>> _CUR_BUF_CFG_B)
>> -/* skl+: 10 bits, icl+ 11 bits, adlp+ 12 bits */
>> -#define   CUR_BUF_END_MASK		REG_GENMASK(27, 16)
>> +/* skl+: 10 bits, icl+ 11 bits, adlp+ 12 bits, xe3plpd+ 13 bits */
>> +#define   CUR_BUF_END_MASK		REG_GENMASK(28, 16)
>>  #define   CUR_BUF_END(end)
>> 	REG_FIELD_PREP(CUR_BUF_END_MASK, (end))
>> -#define   CUR_BUF_START_MASK		REG_GENMASK(11, 0)
>> +#define   CUR_BUF_START_MASK		REG_GENMASK(12, 0)
>>  #define   CUR_BUF_START(start)
>> 	REG_FIELD_PREP(CUR_BUF_START_MASK, (start))
>> 
>>  /* tgl+ */
>> 
>> ---
>> base-commit: 8d8b015ca4cebab74621f83c223eacce22cc6f0e
>> change-id: 20260724-xe3p_lpd-cursor-dbuf-increase-b8473ae029e0
>> 
>> Best regards,
>> --
>> Gustavo Sousa <gustavo.sousa@intel.com>

  reply	other threads:[~2026-08-20 14:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-24 18:35 [PATCH] drm/i915/xe3p_lpd: Update CURSOR_BUF/WM masks Gustavo Sousa
2026-07-24 19:38 ` ✗ i915.CI.BAT: failure for " Patchwork
2026-08-01  5:49 ` [PATCH] " Bhadane, Dnyaneshwar
2026-08-20 14:39   ` Gustavo Sousa [this message]
2026-08-18 15:45 ` ✓ i915.CI.BAT: success for drm/i915/xe3p_lpd: Update CURSOR_BUF/WM masks (rev2) Patchwork
2026-08-19  2:50 ` ✓ 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=87y0e0am9z.fsf@intel.com \
    --to=gustavo.sousa@intel.com \
    --cc=dnyaneshwar.bhadane@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=suraj.kandpal@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