Re: [PATCH 2/9] drm/i915/display: Wa 16021440873 is writing wrong register

2024-06-19 Thread Hogander, Jouni
On Wed, 2024-06-19 at 12:51 +0300, Jani Nikula wrote: > On Tue, 18 Jun 2024, Jouni Högander wrote: > > Wa 16021440873 is writing wrong register. Instead of > > PIPE_SRCSZ_ERLY_TPT > > write CURPOS_ERLY_TPT. > > I know this is merged already... but the commit message fails to > explain > the

Re: [PATCH 2/9] drm/i915/display: Wa 16021440873 is writing wrong register

2024-06-19 Thread Jani Nikula
On Tue, 18 Jun 2024, Jouni Högander wrote: > Wa 16021440873 is writing wrong register. Instead of PIPE_SRCSZ_ERLY_TPT > write CURPOS_ERLY_TPT. I know this is merged already... but the commit message fails to explain the changes to psr2_pipe_srcsz_early_tpt_calc(). BR, Jani. > > v2: use right

RE: [PATCH 2/9] drm/i915/display: Wa 16021440873 is writing wrong register

2024-06-18 Thread Kahola, Mika
> -Original Message- > From: Hogander, Jouni > Sent: Tuesday, June 18, 2024 8:30 AM > To: intel-gfx@lists.freedesktop.org > Cc: Manna, Animesh ; Kahola, Mika > ; Hogander, Jouni > Subject: [PATCH 2/9] drm/i915/display: Wa 16021440873 is writing wrong > regi

[PATCH 2/9] drm/i915/display: Wa 16021440873 is writing wrong register

2024-06-17 Thread Jouni Högander
Wa 16021440873 is writing wrong register. Instead of PIPE_SRCSZ_ERLY_TPT write CURPOS_ERLY_TPT. v2: use right offset as well Fixes: 29cdef8539c3 ("drm/i915/display: Implement Wa_16021440873") Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_cursor.c | 4 ++--