All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] drm/i915/wm: some clean-ups and a bit of refactoring
@ 2025-10-09  7:54 Luca Coelho
  2025-10-09  7:54 ` [PATCH v3 1/7] drm/i915/wm: clarify watermark ops with comments Luca Coelho
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Luca Coelho @ 2025-10-09  7:54 UTC (permalink / raw)
  To: intel-gfx; +Cc: vinod.govindapillai, jani.nikula, ville.syrjala

Hi,

This is v3 of my initial clean-ups and small refactoring in
preparation for further refactoring of the watermark code.

Please review.  Changes in v3 described in the relevant patches.

Cheers,
Luca.


Luca Coelho (7):
  drm/i915/wm: clarify watermark ops with comments
  drm/i915/wm: move intel_sagv_init() to avoid forward declaration
  drm/i915/wm: remove stale FIXME in skl_needs_memory_bw_wa()
  drm/i915/wm: convert x/y-tiling bools to an enum
  drm/i915/wm: convert tiling mode check in slk_compute_plane_wm() to a
    switch-case
  drm/i915/wm: move method selection and calculation to a separate
    function
  drm/i915/wm: reduce size of y_min_scanlines to u8

 .../gpu/drm/i915/display/intel_display_core.h |   6 +-
 drivers/gpu/drm/i915/display/skl_watermark.c  | 166 +++++++++++-------
 2 files changed, 106 insertions(+), 66 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-10-09 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-09  7:54 [PATCH v3 0/7] drm/i915/wm: some clean-ups and a bit of refactoring Luca Coelho
2025-10-09  7:54 ` [PATCH v3 1/7] drm/i915/wm: clarify watermark ops with comments Luca Coelho
2025-10-09 15:29   ` Ville Syrjälä
2025-10-09  7:54 ` [PATCH v3 2/7] drm/i915/wm: move intel_sagv_init() to avoid forward declaration Luca Coelho
2025-10-09  7:54 ` [PATCH v3 3/7] drm/i915/wm: remove stale FIXME in skl_needs_memory_bw_wa() Luca Coelho
2025-10-09  7:54 ` [PATCH v3 4/7] drm/i915/wm: convert x/y-tiling bools to an enum Luca Coelho
2025-10-09  7:54 ` [PATCH v3 5/7] drm/i915/wm: convert tiling mode check in slk_compute_plane_wm() to a switch-case Luca Coelho
2025-10-09  7:54 ` [PATCH v3 6/7] drm/i915/wm: move method selection and calculation to a separate function Luca Coelho
2025-10-09  7:54 ` [PATCH v3 7/7] drm/i915/wm: reduce size of y_min_scanlines to u8 Luca Coelho

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.