Re: [PATCH 0/3] HDR aux backlight range calculation

2022-05-01 Thread Hogander, Jouni
On Fri, 2022-04-29 at 19:34 -0400, Lyude Paul wrote: > Cool! Tested this on three different laptops, and it seems to work > great on > all of them. so, this series is: > > Tested-by: Lyude Paul Thank you all for review/testing support. I will come back with updated patch set later. > > Would r

Re: [PATCH 0/3] HDR aux backlight range calculation

2022-04-29 Thread Lyude Paul
Cool! Tested this on three different laptops, and it seems to work great on all of them. so, this series is: Tested-by: Lyude Paul Would review, but I basically have the same comments as jani On Tue, 2022-04-26 at 15:30 +0300, Jouni Högander wrote: > This patch set splits out static hdr metadat

Re: [PATCH 0/3] HDR aux backlight range calculation

2022-04-27 Thread Lyude Paul
Hey! I will try to test this out ASAP on all of the HDR backlight machines I have (so, many :) at some point this week, will let you know when On Tue, 2022-04-26 at 15:30 +0300, Jouni Högander wrote: > This patch set splits out static hdr metadata backlight range parsing > from gpu/drm/amd/display

[PATCH 0/3] HDR aux backlight range calculation

2022-04-26 Thread Jouni Högander
This patch set splits out static hdr metadata backlight range parsing from gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c into gpu/drm/drm-edid.c as a new function. This new function is then used in admgpu_dm.c and intel_dp_aux_backlight.c Cc: Maarten Lankhorst Cc: Rodrigo Siqueira Cc: Harry Wentland