[Intel-gfx] [PATCH 09/49] drm/i915/bxt: Broxton raises the maximum number of planes to 4
Antti Koskipää
antti.koskipaa at linux.intel.com
Mon Mar 23 03:24:50 PDT 2015
Reviewed-by: Antti Koskipää <antti.koskipaa at linux.intel.com>
On 03/17/2015 11:39 AM, Imre Deak wrote:
> From: Damien Lespiau <damien.lespiau at intel.com>
>
> Pipe A and b have 4 planes.
>
> Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
> ---
> drivers/gpu/drm/i915/i915_drv.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> index eba53c3..8fb7cc0 100644
> --- a/drivers/gpu/drm/i915/i915_drv.h
> +++ b/drivers/gpu/drm/i915/i915_drv.h
> @@ -130,7 +130,7 @@ enum transcoder {
> *
> * This value doesn't count the cursor plane.
> */
> -#define I915_MAX_PLANES 3
> +#define I915_MAX_PLANES 4
>
> enum plane {
> PLANE_A = 0,
>
More information about the Intel-gfx
mailing list