All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] drm/i915: Misc improvements around module params
@ 2017-06-14 18:15 Michal Wajdeczko
  2017-06-14 18:15 ` [PATCH v3 1/4] drm/i915: Rename lvds_use_ssc modparam to panel_use_ssc Michal Wajdeczko
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michal Wajdeczko @ 2017-06-14 18:15 UTC (permalink / raw)
  To: intel-gfx

Earlier RFC proposed to extend param macros with default values.
This series goes step further.

v2: rename modparam instead of i915_params field
v3: refactor master macro and debugfs/error printers

Michal Wajdeczko (4):
  drm/i915: Rename lvds_use_ssc modparam to panel_use_ssc
  drm/i915: Extend PARAMS_FOR_EACH macro with more data
  drm/i915: Highlight modified i915 params in gpu error state
  drm/i915/debugfs: Highlight modified i915 params

 drivers/gpu/drm/i915/i915_debugfs.c   |  38 +++---
 drivers/gpu/drm/i915/i915_drv.h       |  20 +++
 drivers/gpu/drm/i915/i915_gpu_error.c |  34 +++--
 drivers/gpu/drm/i915/i915_params.c    | 234 ++--------------------------------
 drivers/gpu/drm/i915/i915_params.h    | 182 +++++++++++++++++++-------
 5 files changed, 207 insertions(+), 301 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2017-06-15 19:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 18:15 [PATCH v3 0/4] drm/i915: Misc improvements around module params Michal Wajdeczko
2017-06-14 18:15 ` [PATCH v3 1/4] drm/i915: Rename lvds_use_ssc modparam to panel_use_ssc Michal Wajdeczko
2017-06-14 18:15 ` [PATCH v3 2/4] drm/i915: Extend PARAMS_FOR_EACH macro with more data Michal Wajdeczko
2017-06-15 19:24   ` Jani Nikula
2017-06-14 18:15 ` [PATCH v3 3/4] drm/i915: Highlight modified i915 params in gpu error state Michal Wajdeczko
2017-06-14 18:15 ` [PATCH v3 4/4] drm/i915/debugfs: Highlight modified i915 params Michal Wajdeczko
2017-06-14 18:33 ` ✓ Fi.CI.BAT: success for drm/i915: Misc improvements around module params (rev3) 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.