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