All of lore.kernel.org
 help / color / mirror / Atom feed
* [bug report] drm/amd/display: Adding stutter entry wm to dce bw struct
@ 2018-05-17 13:59 Dan Carpenter
  0 siblings, 0 replies; only message in thread
From: Dan Carpenter @ 2018-05-17 13:59 UTC (permalink / raw)
  To: mikita.lipski-5C7GfCeVMHo; +Cc: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Hello Mikita Lipski,

The patch b361521f5976: "drm/amd/display: Adding stutter entry wm to
dce bw struct" from Mar 12, 2018, leads to the following static
checker warning:

	drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dce_calcs.c:3237 bw_calcs()
	warn: inconsistent indenting

drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dce_calcs.c
  3216                                  bw_fixed_to_int(bw_mul(data->
  3217                                          stutter_exit_watermark[6], bw_int_to_fixed(1000)));
  3218                          if (ctx->dc->caps.max_slave_planes) {
  3219                                  calcs_output->stutter_exit_wm_ns[3].b_mark =
  3220                                          bw_fixed_to_int(bw_mul(data->
  3221                                                  stutter_exit_watermark[0], bw_int_to_fixed(1000)));
  3222                                  calcs_output->stutter_exit_wm_ns[4].b_mark =
  3223                                          bw_fixed_to_int(bw_mul(data->
  3224                                                  stutter_exit_watermark[1], bw_int_to_fixed(1000)));
  3225                          } else {
  3226                                  calcs_output->stutter_exit_wm_ns[3].b_mark =
  3227                                          bw_fixed_to_int(bw_mul(data->
  3228                                                  stutter_exit_watermark[7], bw_int_to_fixed(1000)));
  3229                                  calcs_output->stutter_exit_wm_ns[4].b_mark =
  3230                                          bw_fixed_to_int(bw_mul(data->
  3231                                                  stutter_exit_watermark[8], bw_int_to_fixed(1000)));
  3232                          }
  3233                          calcs_output->stutter_exit_wm_ns[5].b_mark =
  3234                                  bw_fixed_to_int(bw_mul(data->
  3235                                          stutter_exit_watermark[9], bw_int_to_fixed(1000)));
  3236  
  3237                  calcs_output->stutter_entry_wm_ns[0].b_mark =
  3238                          bw_fixed_to_int(bw_mul(data->
  3239                                  stutter_entry_watermark[4], bw_int_to_fixed(1000)));

This function is super ugly...

  3240                  calcs_output->stutter_entry_wm_ns[1].b_mark =
  3241                          bw_fixed_to_int(bw_mul(data->
  3242                                  stutter_entry_watermark[5], bw_int_to_fixed(1000)));
  3243                  calcs_output->stutter_entry_wm_ns[2].b_mark =
  3244                          bw_fixed_to_int(bw_mul(data->
  3245                                  stutter_entry_watermark[6], bw_int_to_fixed(1000)));
  3246                  if (ctx->dc->caps.max_slave_planes) {
  3247                          calcs_output->stutter_entry_wm_ns[3].b_mark =
  3248                                  bw_fixed_to_int(bw_mul(data->
  3249                                          stutter_entry_watermark[0], bw_int_to_fixed(1000)));

See also:
drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dce_calcs.c:3356 bw_calcs() warn: inconsistent indenting

regards,
dan carpenter
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-17 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-17 13:59 [bug report] drm/amd/display: Adding stutter entry wm to dce bw struct Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.