> -Original Message-
> From: Intel-xe On Behalf Of Jani
> Nikula
> Sent: Wednesday, 5 February 2025 15.02
> To: Deak, Imre
> Cc: intel-gfx@lists.freedesktop.org; intel...@lists.freedesktop.org
> Subject: Re: [PATCH 07/17] drm/i915/ddi: Simplify waiting for
On Wed, 05 Feb 2025, Imre Deak wrote:
> On Wed, Feb 05, 2025 at 02:35:18PM +0200, Jani Nikula wrote:
>> On Wed, 29 Jan 2025, Imre Deak wrote:
>> > When waiting for a port to idle, there is no point in distinguishing the
>> > platform specific timeouts, instead of just using the maximum timeout.
>
On Wed, Feb 05, 2025 at 02:35:18PM +0200, Jani Nikula wrote:
> On Wed, 29 Jan 2025, Imre Deak wrote:
> > When waiting for a port to idle, there is no point in distinguishing the
> > platform specific timeouts, instead of just using the maximum timeout.
>
> Why?
>
> All of this sounds kind of rea
On Wed, 29 Jan 2025, Imre Deak wrote:
> When waiting for a port to idle, there is no point in distinguishing the
> platform specific timeouts, instead of just using the maximum timeout.
Why?
All of this sounds kind of reasonable, but we'll need a better rationale
than "there is no point".
> Sim
When waiting for a port to idle, there is no point in distinguishing the
platform specific timeouts, instead of just using the maximum timeout.
Simplify things accordingly, describing the Bspec platform specific
timeouts in code comments.
Signed-off-by: Imre Deak
---
drivers/gpu/drm/i915/display