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

2024-03-05 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. Signed-off-by: Suraj Kandpal --- .../drm/i915/display/

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

2024-03-06 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

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

2024-03-07 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

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

2024-03-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

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

2024-03-14 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: drm/i915/dp: Enable AUX based backlight for HDR

2024-03-15 Thread Sebastian Wick
On Fri, Mar 15, 2024 at 10:35:30AM +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

Re: drm/i915/dp: Enable AUX based backlight for HDR

2024-03-15 Thread Ville Syrjälä
On Fri, Mar 15, 2024 at 12:33:52PM +0100, Sebastian Wick wrote: > On Fri, Mar 15, 2024 at 10:35:30AM +0530, Suraj Kandpal wrote: > > @@ -318,11 +346,24 @@ intel_dp_aux_hdr_setup_backlight(struct > > intel_connector *connector, enum pipe pi > > panel->backlight.min = 0; > > } > >

Re: drm/i915/dp: Enable AUX based backlight for HDR

2024-03-18 Thread Sebastian Wick
On Fri, Mar 15, 2024 at 01:56:19PM +0200, Ville Syrjälä wrote: > On Fri, Mar 15, 2024 at 12:33:52PM +0100, Sebastian Wick wrote: > > On Fri, Mar 15, 2024 at 10:35:30AM +0530, Suraj Kandpal wrote: > > > > @@ -318,11 +346,24 @@ intel_dp_aux_hdr_setup_backlight(struct > > > intel_connector *connecto

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

2024-03-05 Thread Jani Nikula
On Tue, 05 Mar 2024, 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 values in nits. > > Si

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

2024-03-06 Thread Ville Syrjälä
On Wed, Mar 06, 2024 at 02:29:15PM +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

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

2024-03-06 Thread Kandpal, Suraj
> -Original Message- > From: Ville Syrjälä > Sent: Wednesday, March 6, 2024 5:57 PM > To: Kandpal, Suraj > Cc: intel-gfx@lists.freedesktop.org; Shankar, Uma ; > Nautiyal, Ankit K > Subject: Re: [PATCH] drm/i915/dp: Enable AUX based backlight for HDR > > On

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

2024-03-07 Thread Ville Syrjälä
Nautiyal, Ankit K > > Subject: Re: [PATCH] drm/i915/dp: Enable AUX based backlight for HDR > > > > On Wed, Mar 06, 2024 at 02:29:15PM +0530, Suraj Kandpal wrote: > > > As of now whenerver HDR is switched on we use the PWM to change the > > > backlight as opposed t

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

2024-03-08 Thread Borah, Chaitanya Kumar
Hello Suraj, > -Original Message- > From: Intel-gfx On Behalf Of Suraj > Kandpal > Sent: Thursday, March 7, 2024 3:59 PM > To: intel-gfx@lists.freedesktop.org > Cc: Shankar, Uma ; Nautiyal, Ankit K > ; Kandpal, Suraj > Subject: [PATCH] drm/i915/dp: Enable AUX

✗ Fi.CI.BAT: failure for drm/i915/dp: Enable AUX based backlight for HDR

2024-03-05 Thread Patchwork
== Series Details == Series: drm/i915/dp: Enable AUX based backlight for HDR URL : https://patchwork.freedesktop.org/series/130729/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14393 -> Patchwork_130729v1 Summ

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

2024-04-03 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/7] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-05 Thread Sebastian Wick
On Thu, Apr 04, 2024 at 08:59:29AM +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

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

2024-04-07 Thread Kandpal, Suraj
1 > Subject: Re: [5/7] drm/i915/dp: Enable AUX based backlight for HDR > > On Thu, Apr 04, 2024 at 08:59:29AM +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/7] drm/i915/dp: Enable AUX based backlight for HDR

2024-04-07 Thread Kandpal, Suraj
1 > Subject: Re: [5/7] drm/i915/dp: Enable AUX based backlight for HDR > > On Thu, Apr 04, 2024 at 08:59:29AM +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

[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

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

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-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-17 Thread Kandpal, Suraj
aveen1 > Subject: Re: [5/6] drm/i915/dp: Enable AUX based backlight for HDR > > On Wed, Apr 17, 2024 at 04:58:06AM +, Kandpal, Suraj wrote: > > > > > > > -Original Message- > > > From: Sebastian Wick > > > Sent: Tuesday, April 16, 2024

[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-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

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-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

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

2024-05-06 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

✓ Fi.CI.BAT: success for drm/i915/dp: Enable AUX based backlight for HDR (rev2)

2024-03-06 Thread Patchwork
== Series Details == Series: drm/i915/dp: Enable AUX based backlight for HDR (rev2) URL : https://patchwork.freedesktop.org/series/130729/ State : success == Summary == CI Bug Log - changes from CI_DRM_14398 -> Patchwork_130729v2 Summ

✓ Fi.CI.BAT: success for drm/i915/dp: Enable AUX based backlight for HDR (rev3)

2024-03-07 Thread Patchwork
== Series Details == Series: drm/i915/dp: Enable AUX based backlight for HDR (rev3) URL : https://patchwork.freedesktop.org/series/130729/ State : success == Summary == CI Bug Log - changes from CI_DRM_14402 -> Patchwork_130729v3 Summ

✗ Fi.CI.IGT: failure for drm/i915/dp: Enable AUX based backlight for HDR (rev3)

2024-03-07 Thread Patchwork
== Series Details == Series: drm/i915/dp: Enable AUX based backlight for HDR (rev3) URL : https://patchwork.freedesktop.org/series/130729/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14402_full -> Patchwork_130729v3_f

✓ Fi.CI.BAT: success for drm/i915/dp: Enable AUX based backlight for HDR (rev4)

2024-03-11 Thread Patchwork
== Series Details == Series: drm/i915/dp: Enable AUX based backlight for HDR (rev4) URL : https://patchwork.freedesktop.org/series/130729/ State : success == Summary == CI Bug Log - changes from CI_DRM_14420 -> Patchwork_130729v4 Summ

✗ Fi.CI.BAT: failure for drm/i915/dp: Enable AUX based backlight for HDR (rev5)

2024-03-15 Thread Patchwork
== Series Details == Series: drm/i915/dp: Enable AUX based backlight for HDR (rev5) URL : https://patchwork.freedesktop.org/series/130729/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14437 -> Patchwork_130729v5 Summ

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

2024-04-04 Thread Jani Nikula
On Thu, 04 Apr 2024, 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 values in nits. > > --