Re: [DPU PATCH v5 2/5] drm: add constant N value in helper file

2020-06-08 Thread tanmay
On 2020-04-23 16:41, Stephen Boyd wrote: Quoting Tanmay Shah (2020-03-31 17:30:28) From: Chandan Uddaraju The constant N value (0x8000) is used by multiple DP There's one driver using it, not multiple. Changed commit message accordingly. drivers. Define this value in header file and use t

Re: [DPU PATCH v5 2/5] drm: add constant N value in helper file

2020-04-24 Thread Stephen Boyd
Quoting Tanmay Shah (2020-03-31 17:30:28) > From: Chandan Uddaraju > > The constant N value (0x8000) is used by multiple DP There's one driver using it, not multiple. > drivers. Define this value in header file and use this > in the existing i915 display driver. > > Signed-off-by: Chandan Udda

[DPU PATCH v5 2/5] drm: add constant N value in helper file

2020-03-31 Thread Tanmay Shah
From: Chandan Uddaraju The constant N value (0x8000) is used by multiple DP drivers. Define this value in header file and use this in the existing i915 display driver. Signed-off-by: Chandan Uddaraju Signed-off-by: Vara Reddy --- drivers/gpu/drm/i915/display/intel_display.c | 2 +- include/dr