Re: [PATCH] drm/amd/display: Don't register panel_power_savings on OLED panels

2024-05-13 Thread Harry Wentland
On 2024-05-09 13:05, Mario Limonciello wrote: OLED panels don't support the ABM, they shouldn't offer the panel_power_savings attribute to the user. Check whether aux BL control support was enabled to decide whether to offer it. Reported-by: Gergo Koteles Closes: https://gitlab.freedesktop.org/

Re: [PATCH] drm/amd/display: Don't register panel_power_savings on OLED panels

2024-05-10 Thread Gergo Koteles
Hi Mario, On Thu, 2024-05-09 at 12:05 -0500, Mario Limonciello wrote: > OLED panels don't support the ABM, they shouldn't offer the > panel_power_savings attribute to the user. Check whether aux BL > control support was enabled to decide whether to offer it. > > Reported-by: Gergo Koteles > Clos

[PATCH] drm/amd/display: Don't register panel_power_savings on OLED panels

2024-05-09 Thread Mario Limonciello
OLED panels don't support the ABM, they shouldn't offer the panel_power_savings attribute to the user. Check whether aux BL control support was enabled to decide whether to offer it. Reported-by: Gergo Koteles Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3359 Signed-off-by: Mario Limon