On Tue, 01 Dec 2020, Dave Airlie wrote:
> From: Dave Airlie
>
> This moves the functions into static const instead of having
> funcs and data in the same struct.
>
> It leaves the power callback alone, as it is used in a different
> manner.
>
> v2: leave power callback alone (Jani)
>
> Reviewed-b
From: Dave Airlie
This moves the functions into static const instead of having
funcs and data in the same struct.
It leaves the power callback alone, as it is used in a different
manner.
v2: leave power callback alone (Jani)
Reviewed-by: Jani Nikula
Signed-off-by: Dave Airlie
---
.../drm/i9
On Thu, 26 Nov 2020, Dave Airlie wrote:
> From: Dave Airlie
>
> This moves the functions into static const instead of having
> funcs and data in the same struct.
>
> The only problem is the power callback gets overridden in the
> eDP code so deal with that, might be worth seeing if that can be
>
From: Dave Airlie
This moves the functions into static const instead of having
funcs and data in the same struct.
The only problem is the power callback gets overridden in the
eDP code so deal with that, might be worth seeing if that can be
done differently.
Signed-off-by: Dave Airlie
---
...