Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/7] drm/i915: split out function structs from i915_drv.h
@ 2022-02-03 14:02 Jani Nikula
  2022-02-03 14:02 ` [Intel-gfx] [PATCH 1/7] drm/i915: group i915_drv.h forward declarations together Jani Nikula
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Jani Nikula @ 2022-02-03 14:02 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Most of the structs can be hidden away.

Jani Nikula (7):
  drm/i915: group i915_drv.h forward declarations together
  drm/i915/color: hide struct intel_color_funcs
  drm/i915/hpd: hide struct intel_hotplug_funcs
  drm/i915/fdi: hide struct intel_fdi_funcs
  drm/i915/dpll: add intel_dpll_crtc_compute_clock()
  drm/i915/dpll: hide struct intel_dpll_funcs
  drm/i915/pm: hide struct drm_i915_clock_gating_funcs

 drivers/gpu/drm/i915/display/intel_color.c   | 19 +++++
 drivers/gpu/drm/i915/display/intel_display.c |  2 +-
 drivers/gpu/drm/i915/display/intel_dpll.c    | 12 +++
 drivers/gpu/drm/i915/display/intel_dpll.h    |  1 +
 drivers/gpu/drm/i915/display/intel_fdi.c     |  5 ++
 drivers/gpu/drm/i915/display/intel_hotplug.c |  7 +-
 drivers/gpu/drm/i915/i915_drv.h              | 86 ++++++--------------
 drivers/gpu/drm/i915/i915_irq.c              | 10 +++
 drivers/gpu/drm/i915/i915_irq.h              |  1 +
 drivers/gpu/drm/i915/intel_pm.c              |  4 +
 10 files changed, 78 insertions(+), 69 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-02-09 13:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-03 14:02 [Intel-gfx] [PATCH 0/7] drm/i915: split out function structs from i915_drv.h Jani Nikula
2022-02-03 14:02 ` [Intel-gfx] [PATCH 1/7] drm/i915: group i915_drv.h forward declarations together Jani Nikula
2022-02-09 10:42   ` Ville Syrjälä
2022-02-03 14:02 ` [Intel-gfx] [PATCH 2/7] drm/i915/color: hide struct intel_color_funcs Jani Nikula
2022-02-09 10:43   ` Ville Syrjälä
2022-02-03 14:02 ` [Intel-gfx] [PATCH 3/7] drm/i915/hpd: hide struct intel_hotplug_funcs Jani Nikula
2022-02-03 14:02 ` [Intel-gfx] [PATCH 4/7] drm/i915/fdi: hide struct intel_fdi_funcs Jani Nikula
2022-02-03 14:02 ` [Intel-gfx] [PATCH 5/7] drm/i915/dpll: add intel_dpll_crtc_compute_clock() Jani Nikula
2022-02-03 14:02 ` [Intel-gfx] [PATCH 6/7] drm/i915/dpll: hide struct intel_dpll_funcs Jani Nikula
2022-02-03 14:02 ` [Intel-gfx] [PATCH 7/7] drm/i915/pm: hide struct drm_i915_clock_gating_funcs Jani Nikula
2022-02-09 10:45   ` Ville Syrjälä
2022-02-09 13:12     ` Jani Nikula
2022-02-03 14:56 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: split out function structs from i915_drv.h Patchwork
2022-02-03 15:26 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-02-03 18:28 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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