Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-05-06 Thread Sebastian Wick
; > ; Shankar, Uma > > ; Nautiyal, Ankit K ; > > Murthy, Arun R ; Kumar, Naveen1 > > > > Subject: Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR > > > > On Mon, Apr 22, 2024 at 09:02:54AM +0530, Suraj Kandpal wrote: > > > As of now whenerv

RE: [5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-23 Thread Kandpal, Suraj
Subject: Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR > > On Mon, Apr 22, 2024 at 09:02:54AM +0530, Suraj Kandpal wrote: > > As of now whenerver HDR is switched on we use the PWM to change the > > backlight as opposed to AUX based backlight changes in terms of nits. > &g

Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-23 Thread Sebastian Wick
On Mon, Apr 22, 2024 at 09:02:54AM +0530, Suraj Kandpal wrote: > As of now whenerver HDR is switched on we use the PWM to change the > backlight as opposed to AUX based backlight changes in terms of nits. > This patch writes to the appropriate DPCD registers to enable aux > based backlight using va

[PATCH 5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-21 Thread Suraj Kandpal
As of now whenerver HDR is switched on we use the PWM to change the backlight as opposed to AUX based backlight changes in terms of nits. This patch writes to the appropriate DPCD registers to enable aux based backlight using values in nits. --v2 -Fix max_cll and max_fall assignment [Jani] -Fix th

RE: [5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-17 Thread Kandpal, Suraj
7:10 PM > > > To: Kandpal, Suraj > > > Cc: intel-gfx@lists.freedesktop.org; Borah, Chaitanya Kumar > > > ; Shankar, Uma > > > ; Nautiyal, Ankit K > > > ; Murthy, Arun R > > > ; Nikula, Jani ; > > > Kumar, Naveen1 > > > Subject: Re:

Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-17 Thread Sebastian Wick
> ; Shankar, Uma > > ; Nautiyal, Ankit K ; > > Murthy, Arun R ; Nikula, Jani > > ; Kumar, Naveen1 > > Subject: Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR > > > > On Thu, Apr 11, 2024 at 11:39:24AM +0530, Suraj Kandpal wrote: > > >

RE: [5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-16 Thread Kandpal, Suraj
1 > Subject: Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR > > On Thu, Apr 11, 2024 at 11:39:24AM +0530, Suraj Kandpal wrote: > > As of now whenerver HDR is switched on we use the PWM to change the > > backlight as opposed to AUX based backlight changes in terms o

Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-16 Thread Sebastian Wick
On Thu, Apr 11, 2024 at 11:39:24AM +0530, Suraj Kandpal wrote: > As of now whenerver HDR is switched on we use the PWM to change the > backlight as opposed to AUX based backlight changes in terms of nits. > This patch writes to the appropriate DPCD registers to enable aux > based backlight using va

[PATCH 5/6] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-10 Thread Suraj Kandpal
As of now whenerver HDR is switched on we use the PWM to change the backlight as opposed to AUX based backlight changes in terms of nits. This patch writes to the appropriate DPCD registers to enable aux based backlight using values in nits. --v2 -Fix max_cll and max_fall assignment [Jani] -Fix th