>-----Original Message-----
>From: Sharma, Swati2
>Sent: Monday, August 26, 2019 11:56 AM
>To: [email protected]
>Cc: Nikula, Jani <[email protected]>; Sharma, Shashank
><[email protected]>; Manna, Animesh <[email protected]>;
>Nautiyal, Ankit K <[email protected]>; [email protected];
>[email protected]; Shankar, Uma <[email protected]>; Sharma,
>Swati2 <[email protected]>
>Subject: [v8][PATCH 02/10] drm/i915/display: Add debug log for color parameters
>
>Add debug log for color related parameters like gamma_mode, gamma_enable,
>csc_enable, etc inside intel_dump_pipe_config().
>
>Signed-off-by: Swati Sharma <[email protected]>
>---
> drivers/gpu/drm/i915/display/intel_display.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
>diff --git a/drivers/gpu/drm/i915/display/intel_display.c
>b/drivers/gpu/drm/i915/display/intel_display.c
>index b51d1ce..ca88c70 100644
>--- a/drivers/gpu/drm/i915/display/intel_display.c
>+++ b/drivers/gpu/drm/i915/display/intel_display.c
>@@ -12138,6 +12138,15 @@ static void intel_dump_pipe_config(const struct
>intel_crtc_state *pipe_config,
>
>       intel_dpll_dump_hw_state(dev_priv, &pipe_config->dpll_hw_state);
>
>+      if (IS_CHERRYVIEW(dev_priv))
>+              DRM_DEBUG_KMS("cgm_mode:%d gamma_mode:%d
>gamma_enable:%d csc_enable:%d\n",
>+                             pipe_config->cgm_mode, pipe_config->gamma_mode,
>+                             pipe_config->gamma_enable, 
>pipe_config->csc_enable);

Alignment seems to be off.

>+      else
>+              DRM_DEBUG_KMS("csc_mode:%d gamma_mode:%d
>gamma_enable:%d csc_enable:%d\n",
>+                             pipe_config->csc_mode, pipe_config->gamma_mode,
>+                             pipe_config->gamma_enable, 
>pipe_config->csc_enable);

Same here.

>+
> dump_planes:
>       if (!state)
>               return;
>--
>1.9.1

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to