[Intel-gfx] [PATCH 07/49] drm/i915/bxt: Add the plane4 related interrupt definitions

Antti Koskipää antti.koskipaa at linux.intel.com
Mon Mar 23 03:28:08 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>
> 
> Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
> ---
>  drivers/gpu/drm/i915/i915_reg.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
> index cc8ebab..3369a11 100644
> --- a/drivers/gpu/drm/i915/i915_reg.h
> +++ b/drivers/gpu/drm/i915/i915_reg.h
> @@ -5216,9 +5216,11 @@ enum skl_disp_power_wells {
>  #define  GEN8_PIPE_VSYNC		(1 << 1)
>  #define  GEN8_PIPE_VBLANK		(1 << 0)
>  #define  GEN9_PIPE_CURSOR_FAULT		(1 << 11)
> +#define  GEN9_PIPE_PLANE4_FAULT		(1 << 10)
>  #define  GEN9_PIPE_PLANE3_FAULT		(1 << 9)
>  #define  GEN9_PIPE_PLANE2_FAULT		(1 << 8)
>  #define  GEN9_PIPE_PLANE1_FAULT		(1 << 7)
> +#define  GEN9_PIPE_PLANE4_FLIP_DONE	(1 << 6)
>  #define  GEN9_PIPE_PLANE3_FLIP_DONE	(1 << 5)
>  #define  GEN9_PIPE_PLANE2_FLIP_DONE	(1 << 4)
>  #define  GEN9_PIPE_PLANE1_FLIP_DONE	(1 << 3)
> @@ -5229,6 +5231,7 @@ enum skl_disp_power_wells {
>  	 GEN8_PIPE_PRIMARY_FAULT)
>  #define GEN9_DE_PIPE_IRQ_FAULT_ERRORS \
>  	(GEN9_PIPE_CURSOR_FAULT | \
> +	 GEN9_PIPE_PLANE4_FAULT | \
>  	 GEN9_PIPE_PLANE3_FAULT | \
>  	 GEN9_PIPE_PLANE2_FAULT | \
>  	 GEN9_PIPE_PLANE1_FAULT)
> 



More information about the Intel-gfx mailing list