Re: [Intel-gfx] [PATCH] drm/i915/cfl: Remove alpha support protection.

2017-09-19 Thread Rodrigo Vivi
On Fri, Sep 08, 2017 at 01:45:59AM +, Pandiyan, Dhinakaran wrote:
> On Thu, 2017-09-07 at 16:06 -0700, Rodrigo Vivi wrote:
> > We now have Coffee Lake on our CI systems.
> > 
> > Coffee Lake is at this point in same stage as Kaby Lake.
> > 
> > And it seems that we don't have any risk of bad blank
> > screens or anything like that. So let's remove the protection.
> > 
> 
> Reviewed-by: Dhinakaran Pandiyan 

merged to dinq. thanks for the review.

> 
> > Cc: Daniel Vetter 
> > Cc: Dhinakaran Pandiyan 
> > Signed-off-by: Rodrigo Vivi 
> > ---
> >  drivers/gpu/drm/i915/i915_pci.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/gpu/drm/i915/i915_pci.c 
> > b/drivers/gpu/drm/i915/i915_pci.c
> > index 129877b94c20..93c6e899929b 100644
> > --- a/drivers/gpu/drm/i915/i915_pci.c
> > +++ b/drivers/gpu/drm/i915/i915_pci.c
> > @@ -526,7 +526,6 @@ static const struct intel_device_info 
> > intel_kabylake_gt3_info __initconst = {
> >  };
> >  
> >  #define CFL_PLATFORM \
> > -   .is_alpha_support = 1, \
> > BDW_FEATURES, \
> > .gen = 9, \
> > .platform = INTEL_COFFEELAKE, \
> ___
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] [PATCH] drm/i915/cfl: Remove alpha support protection.

2017-09-07 Thread Pandiyan, Dhinakaran
On Thu, 2017-09-07 at 16:06 -0700, Rodrigo Vivi wrote:
> We now have Coffee Lake on our CI systems.
> 
> Coffee Lake is at this point in same stage as Kaby Lake.
> 
> And it seems that we don't have any risk of bad blank
> screens or anything like that. So let's remove the protection.
> 

Reviewed-by: Dhinakaran Pandiyan 

> Cc: Daniel Vetter 
> Cc: Dhinakaran Pandiyan 
> Signed-off-by: Rodrigo Vivi 
> ---
>  drivers/gpu/drm/i915/i915_pci.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
> index 129877b94c20..93c6e899929b 100644
> --- a/drivers/gpu/drm/i915/i915_pci.c
> +++ b/drivers/gpu/drm/i915/i915_pci.c
> @@ -526,7 +526,6 @@ static const struct intel_device_info 
> intel_kabylake_gt3_info __initconst = {
>  };
>  
>  #define CFL_PLATFORM \
> - .is_alpha_support = 1, \
>   BDW_FEATURES, \
>   .gen = 9, \
>   .platform = INTEL_COFFEELAKE, \
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH] drm/i915/cfl: Remove alpha support protection.

2017-09-07 Thread Rodrigo Vivi
We now have Coffee Lake on our CI systems.

Coffee Lake is at this point in same stage as Kaby Lake.

And it seems that we don't have any risk of bad blank
screens or anything like that. So let's remove the protection.

Cc: Daniel Vetter 
Cc: Dhinakaran Pandiyan 
Signed-off-by: Rodrigo Vivi 
---
 drivers/gpu/drm/i915/i915_pci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 129877b94c20..93c6e899929b 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -526,7 +526,6 @@ static const struct intel_device_info 
intel_kabylake_gt3_info __initconst = {
 };
 
 #define CFL_PLATFORM \
-   .is_alpha_support = 1, \
BDW_FEATURES, \
.gen = 9, \
.platform = INTEL_COFFEELAKE, \
-- 
2.13.2

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx