[Intel-gfx] [PATCH 0/3] drm/i915: better backlight & panel abstractions

2021-08-25 Thread Jani Nikula
Extract the backlight code out of intel_panel.c, and rename the panel and backlight functions according to usual conventions. Lyude, I haven't seen follow-ups on the DPCD backlight stuff you've worked on. Is it okay to merge this (and inevitably cause you conflicts) or shall I wait more? BR, Jani

Re: [Intel-gfx] [PATCH 0/3] drm/i915: better backlight & panel abstractions

2021-08-25 Thread Lyude Paul
Reviewed-by: Lyude Paul (assuming this still applies) As I mentioned on IRC pretty much all of the DPCD backlight helpers already made it upstream. There are some changes I'm working on right now for VESA backlights that use PWM for controlling the brightness level (so we can hopefully fix https:

Re: [Intel-gfx] [PATCH 0/3] drm/i915: better backlight & panel abstractions

2021-08-25 Thread Jani Nikula
On Wed, 25 Aug 2021, Lyude Paul wrote: > Reviewed-by: Lyude Paul (assuming this still applies) > > As I mentioned on IRC pretty much all of the DPCD backlight helpers already > made it upstream. There are some changes I'm working on right now for VESA > backlights that use PWM for controlling the

Re: [Intel-gfx] [PATCH 0/3] drm/i915: better backlight & panel abstractions

2021-08-26 Thread Jani Nikula
On Wed, 25 Aug 2021, Jani Nikula wrote: > On Wed, 25 Aug 2021, Lyude Paul wrote: >> Reviewed-by: Lyude Paul (assuming this still applies) >> >> As I mentioned on IRC pretty much all of the DPCD backlight helpers already >> made it upstream. There are some changes I'm working on right now for VES