Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1500584 > unrolled thread
| Started by | Paulo Zanoni <paulo.r.zanoni@intel.com> |
|---|---|
| First post | 2016-10-13 23:30 +0200 |
| Last post | 2016-10-13 23:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 10/10] drm/i915/gen9: Don't wrap strings in verify_wm_state() Paulo Zanoni <paulo.r.zanoni@intel.com> - 2016-10-13 23:30 +0200
| From | Paulo Zanoni <paulo.r.zanoni@intel.com> |
|---|---|
| Date | 2016-10-13 23:30 +0200 |
| Subject | Re: [PATCH 10/10] drm/i915/gen9: Don't wrap strings in verify_wm_state() |
| Message-ID | <srVJD-u5-17@gated-at.bofh.it> |
Em Sex, 2016-10-07 às 20:11 -0400, Lyude escreveu:
Bikesheding: it would be nice to write a commit message explaining why,
even if the message just tells the user to read
Documentation/CodingStyle.
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
> Signed-off-by: Lyude <cpaul@redhat.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
> ---
> drivers/gpu/drm/i915/intel_display.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_display.c
> b/drivers/gpu/drm/i915/intel_display.c
> index 2c682bc..6191baf 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -13498,8 +13498,7 @@ static void verify_wm_state(struct drm_crtc
> *crtc,
> sw_ddb_entry = &sw_ddb->plane[pipe][plane];
>
> if (!skl_ddb_entry_equal(hw_ddb_entry,
> sw_ddb_entry)) {
> - DRM_ERROR("mismatch in DDB state pipe %c
> plane %d "
> - "(expected (%u,%u), found
> (%u,%u))\n",
> + DRM_ERROR("mismatch in DDB state pipe %c
> plane %d (expected (%u,%u), found (%u,%u))\n",
> pipe_name(pipe), plane + 1,
> sw_ddb_entry->start, sw_ddb_entry-
> >end,
> hw_ddb_entry->start, hw_ddb_entry-
> >end);
> @@ -13549,8 +13548,7 @@ static void verify_wm_state(struct drm_crtc
> *crtc,
> sw_ddb_entry = &sw_ddb->plane[pipe][PLANE_CURSOR];
>
> if (!skl_ddb_entry_equal(hw_ddb_entry,
> sw_ddb_entry)) {
> - DRM_ERROR("mismatch in DDB state pipe %c
> cursor "
> - "(expected (%u,%u), found
> (%u,%u))\n",
> + DRM_ERROR("mismatch in DDB state pipe %c
> cursor (expected (%u,%u), found (%u,%u))\n",
> pipe_name(pipe),
> sw_ddb_entry->start, sw_ddb_entry-
> >end,
> hw_ddb_entry->start, hw_ddb_entry-
> >end);
Back to top | Article view | linux.kernel
csiph-web