Re: [Intel-gfx] [PATCHv3] drm/i915/display: Print useful information on error

2023-06-05 Thread Jani Nikula
On Fri, 02 Jun 2023, Arun R Murthy wrote: > For modifier not supporting async flip, print the modifier and display > version. Helps in reading the error message. > > v2: Reframe the error message (Jani) > > Signed-off-by: Arun R Murthy Thanks for the patch, pushed to din. BR, Jani. > --- > dr

[Intel-gfx] [PATCHv3] drm/i915/display: Print useful information on error

2023-06-01 Thread Arun R Murthy
For modifier not supporting async flip, print the modifier and display version. Helps in reading the error message. v2: Reframe the error message (Jani) Signed-off-by: Arun R Murthy --- drivers/gpu/drm/i915/display/intel_display.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-)