[Intel-gfx] [PATCH 7/8] drm/i915/skl: Correctly align skl_compute_plane_wm() arguments
Damien Lespiau
damien.lespiau at intel.com
Tue Oct 14 18:31:05 CEST 2014
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
drivers/gpu/drm/i915/intel_pm.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 7217fc6..d0de78c 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -3306,11 +3306,11 @@ static void skl_compute_wm_pipe_parameters(struct drm_crtc *crtc,
}
static bool skl_compute_plane_wm(struct skl_pipe_wm_parameters *p,
- struct intel_plane_wm_parameters *p_params,
- uint16_t ddb_allocation,
- uint32_t mem_value,
- uint16_t *res_blocks, /* out */
- uint8_t *res_lines /* out */)
+ struct intel_plane_wm_parameters *p_params,
+ uint16_t ddb_allocation,
+ uint32_t mem_value,
+ uint16_t *res_blocks, /* out */
+ uint8_t *res_lines /* out */)
{
uint32_t method1, method2, plane_bytes_per_line;
uint32_t result_bytes;
--
1.8.3.1
More information about the Intel-gfx
mailing list