public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 00/10] drm/i915/bios: child device config refactoring
@ 2017-08-24 18:53 Jani Nikula
  2017-08-24 18:53 ` [PATCH 01/10] drm/i915/bios: amend child device config parameters Jani Nikula
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Jani Nikula @ 2017-08-24 18:53 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Refactor and clarify the child device config definitions and
parsing. Turn the top level union to handle old and new BDB versions
inside out; have a common struct with unions for the conflicting parts
inside instead.

This should make it easier to add new child device config fields in the
future.

BR,
Jani.


Jani Nikula (10):
  drm/i915/bios: amend child device config parameters
  drm/i915/bios: document BDB versions of child device config fields
  drm/i915/bios: remove the raw version of child device config
  drm/i915/bios: add legacy contents to common child device config
  drm/i915/bios: throw away high level child device union
  drm/i915/bios: throw away struct old_child_dev_config
  drm/i915/bios: document child device config dvo_port values a bit
    better
  drm/i915/bios: group device type definitions together
  drm/i915/bios: throw away unused DVO_* macros
  drm/i915/bios: drop the rest of the p_ prefixes from pointers

 drivers/gpu/drm/i915/i915_drv.h       |   2 +-
 drivers/gpu/drm/i915/intel_bios.c     | 196 +++++++++++------------
 drivers/gpu/drm/i915/intel_vbt_defs.h | 284 ++++++++++++++++++----------------
 3 files changed, 252 insertions(+), 230 deletions(-)

-- 
2.11.0

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

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

end of thread, other threads:[~2017-08-25 13:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 18:53 [PATCH 00/10] drm/i915/bios: child device config refactoring Jani Nikula
2017-08-24 18:53 ` [PATCH 01/10] drm/i915/bios: amend child device config parameters Jani Nikula
2017-08-25 12:38   ` Ville Syrjälä
2017-08-25 13:56     ` Jani Nikula
2017-08-24 18:54 ` [PATCH 02/10] drm/i915/bios: document BDB versions of child device config fields Jani Nikula
2017-08-24 18:54 ` [PATCH 03/10] drm/i915/bios: remove the raw version of child device config Jani Nikula
2017-08-24 18:54 ` [PATCH 04/10] drm/i915/bios: add legacy contents to common " Jani Nikula
2017-08-24 18:54 ` [PATCH 05/10] drm/i915/bios: throw away high level child device union Jani Nikula
2017-08-24 18:54 ` [PATCH 06/10] drm/i915/bios: throw away struct old_child_dev_config Jani Nikula
2017-08-24 18:54 ` [PATCH 07/10] drm/i915/bios: document child device config dvo_port values a bit better Jani Nikula
2017-08-24 18:54 ` [PATCH 08/10] drm/i915/bios: group device type definitions together Jani Nikula
2017-08-24 18:54 ` [PATCH 09/10] drm/i915/bios: throw away unused DVO_* macros Jani Nikula
2017-08-24 18:54 ` [PATCH 10/10] drm/i915/bios: drop the rest of the p_ prefixes from pointers Jani Nikula
2017-08-24 19:18 ` ✓ Fi.CI.BAT: success for drm/i915/bios: child device config refactoring Patchwork
2017-08-24 20:14 ` ✗ Fi.CI.IGT: warning " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox