[igt-dev] [PATCH i-g-t 2/2] tests/kms_ccs: Test Yf CCS modifier too.

Ville Syrjälä ville.syrjala at linux.intel.com
Wed Mar 20 19:51:42 UTC 2019


On Wed, Mar 20, 2019 at 12:37:33PM -0700, Dhinakaran Pandiyan wrote:
> Extend the test to Yf tiled CCS, no reason not to.
> 
> Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan at intel.com>
> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
> ---
>  tests/kms_ccs.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/kms_ccs.c b/tests/kms_ccs.c
> index f780a01c..cd42e747 100644
> --- a/tests/kms_ccs.c
> +++ b/tests/kms_ccs.c
> @@ -71,7 +71,8 @@ static const struct {
>  };
>  
>  static const uint64_t ccs_modifiers[] = {
> -	LOCAL_I915_FORMAT_MOD_Y_TILED_CCS
> +	LOCAL_I915_FORMAT_MOD_Y_TILED_CCS,
> +	LOCAL_I915_FORMAT_MOD_Yf_TILED_CCS

Missing comma.

Otherwise 
Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

>  };
>  
>  /*
> -- 
> 2.17.1

-- 
Ville Syrjälä
Intel


More information about the igt-dev mailing list