drm/i915/wm: move struct intel_watermark_params to i9xx_wm.c

The definition is only used within i9xx_wm.c, hide it there.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/d7408290c909eb67fc7a935469a3c6287b58587d.1724689818.git.jani.nikula@intel.com
This commit is contained in:
Jani Nikula
2024-08-26 19:31:14 +03:00
parent c4d37c54c3
commit 4e66f73ee0
2 changed files with 8 additions and 8 deletions

View File

@@ -14,6 +14,14 @@
#include "skl_watermark.h"
#include "vlv_sideband.h"
struct intel_watermark_params {
u16 fifo_size;
u16 max_wm;
u8 default_wm;
u8 guard_size;
u8 cacheline_size;
};
/* used in computing the new watermarks state */
struct intel_wm_config {
unsigned int num_pipes_active;