Re: [Intel-gfx] [PATCH] drm/i915/display: Warn about types of backlight not handled

2020-11-26 Thread Jani Nikula
On Wed, 25 Nov 2020, Imre Deak wrote: > On Fri, Nov 20, 2020 at 11:57:48AM -0800, José Roberto de Souza wrote: >> Right now we are only explicitly handling the backlight of types >> INTEL_BACKLIGHT_VESA_EDP_AUX_INTERFACE, INTEL_BACKLIGHT_DSI_DCS and >> INTEL_BACKLIGHT_DISPLAY_DDI all others are

Re: [Intel-gfx] [PATCH] drm/i915/display: Warn about types of backlight not handled

2020-11-25 Thread Imre Deak
On Fri, Nov 20, 2020 at 11:57:48AM -0800, José Roberto de Souza wrote: > Right now we are only explicitly handling the backlight of types > INTEL_BACKLIGHT_VESA_EDP_AUX_INTERFACE, INTEL_BACKLIGHT_DSI_DCS and > INTEL_BACKLIGHT_DISPLAY_DDI all others are being handled as >

[Intel-gfx] [PATCH] drm/i915/display: Warn about types of backlight not handled

2020-11-20 Thread José Roberto de Souza
Right now we are only explicitly handling the backlight of types INTEL_BACKLIGHT_VESA_EDP_AUX_INTERFACE, INTEL_BACKLIGHT_DSI_DCS and INTEL_BACKLIGHT_DISPLAY_DDI all others are being handled as INTEL_BACKLIGHT_DISPLAY_DDI(south display engine PWM) but that might not be the intended HW usage, so