From: Damien Lespiau Date: Tue, 4 Nov 2014 17:06:43 +0000 (+0000) Subject: drm/i915/skl: Allocate DDB portions for display planes X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cec07585cf1f554810097b8088b8e1f3f5137b;p=pandora-kernel.git drm/i915/skl: Allocate DDB portions for display planes v2: Fix the 3rd plane/cursor logic (Pradeep Bhat) v3: Fix one-by-one error in the DDB allocation code v4: Rebase on top of the skl_pipe_pixel_rate() argument change v5: Replace the available/start/end output parameters of skl_ddb_get_pipe_allocation_limits() by a single ddb entry constify a few arguments Make nth_active_pipe 0 indexed Use sizeof(variable) instead of sizeof(type) (Ville) v6: Use the for_each_crtc() macro instead of list_for_each_entry() Reviewed-by: Ville Syrjälä Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed