All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 1/4] drm/i915: Pack struct intel_cdclk_vals
@ 2020-07-14 15:26 Ville Syrjala
  2020-07-14 15:26 ` [Intel-gfx] [PATCH 2/4] drm/i915: Fix some whitespace Ville Syrjala
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ville Syrjala @ 2020-07-14 15:26 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

There's a pointless hole in struct intel_cdclk_vals, get rid of it.
Fortunately we already use named initializers so the order does not
matter.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 drivers/gpu/drm/i915/display/intel_cdclk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_cdclk.h b/drivers/gpu/drm/i915/display/intel_cdclk.h
index 5731806e4cee..6b31fde4be16 100644
--- a/drivers/gpu/drm/i915/display/intel_cdclk.h
+++ b/drivers/gpu/drm/i915/display/intel_cdclk.h
@@ -17,8 +17,8 @@ struct intel_atomic_state;
 struct intel_crtc_state;
 
 struct intel_cdclk_vals {
-	u16 refclk;
 	u32 cdclk;
+	u16 refclk;
 	u8 divider;	/* CD2X divider * 2 */
 	u8 ratio;
 };
-- 
2.26.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-09-16  7:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14 15:26 [Intel-gfx] [PATCH 1/4] drm/i915: Pack struct intel_cdclk_vals Ville Syrjala
2020-07-14 15:26 ` [Intel-gfx] [PATCH 2/4] drm/i915: Fix some whitespace Ville Syrjala
2020-07-14 16:48   ` Chris Wilson
2020-07-14 15:26 ` [Intel-gfx] [PATCH 3/4] drm/i915: Make i830 .get_cdclk() assignment less confusing Ville Syrjala
2020-07-14 16:45   ` Chris Wilson
2020-07-14 15:26 ` [Intel-gfx] [PATCH 4/4] drm/i915: Nuke force_min_cdclk_changed Ville Syrjala
2020-09-16  7:46   ` Lisovskiy, Stanislav
2020-07-14 16:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: Pack struct intel_cdclk_vals Patchwork
2020-07-14 16:44 ` [Intel-gfx] [PATCH 1/4] " Chris Wilson
2020-07-14 18:09 ` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/4] " Patchwork

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.