On Mon, 19 Sep 2022, "Srivatsa, Anusha" wrote:
>> -Original Message-
>> From: Navare, Manasi D
>> Sent: Monday, September 19, 2022 12:33 PM
>> To: Jani Nikula
>> Cc: Srivatsa, Anusha ; intel-
>> g...@lists.freedesktop.org
>> Subjec
> -Original Message-
> From: Navare, Manasi D
> Sent: Monday, September 19, 2022 12:33 PM
> To: Jani Nikula
> Cc: Srivatsa, Anusha ; intel-
> g...@lists.freedesktop.org
> Subject: Re: [Intel-gfx] [PATCH 2/6] drm/i915/display: add cdclk action struct
> to cdclk
On Mon, Sep 19, 2022 at 12:26:19PM +0300, Jani Nikula wrote:
> On Fri, 16 Sep 2022, Anusha Srivatsa wrote:
> > The struct has the action to be performed - squash, crawl
> > or modeset and the corresponding cdclk which is the desired
> > cdclk. This is the structure that gets populated during
> > a
On Fri, 16 Sep 2022, Anusha Srivatsa wrote:
> The struct has the action to be performed - squash, crawl
> or modeset and the corresponding cdclk which is the desired
> cdclk. This is the structure that gets populated during
> atomic check once it is determined what the cdclk change looks
> like
>
The struct has the action to be performed - squash, crawl
or modeset and the corresponding cdclk which is the desired
cdclk. This is the structure that gets populated during
atomic check once it is determined what the cdclk change looks
like
Signed-off-by: Anusha Srivatsa
---
drivers/gpu/drm/i91