[igt-dev] [Patch v1] fixed malformed pipectrl command in PXP IGT tests

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Dec 7 15:24:11 UTC 2023


Hi Vivaik,
On 2023-12-04 at 18:55:37 -0800, Vivaik Balasubrawmanian wrote:

one more note, please correct subject, instead of:

[Patch v1] fixed malformed pipectrl command in PXP IGT tests

it should be:

[PATCH i-g-t v1] tests/intel/gem_pxp: Fix malformed pipectrl command

> Five i915 PXP IGT tests were failing due to malformed Pipe-Ctrl cmd.
> 

You could also write here gitlab ticket(s) it closes (if you know them).

> cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
As I wrote before, use Cc:

Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> Signed-off-by: Vivaik Balasubrawmanian <vivaik.balasubrawmanian at intel.com>

Regards,
Kamil

> ---
>  tests/intel/gem_pxp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/gem_pxp.c b/tests/intel/gem_pxp.c
> index 4aea765fe..dff4a5d25 100644
> --- a/tests/intel/gem_pxp.c
> +++ b/tests/intel/gem_pxp.c
> @@ -841,7 +841,7 @@ static void emit_pipectrl(struct intel_bb *ibb, struct intel_buf *fenceb, bool b
>  	uint32_t pipe_ctl_flags = 0;
>  	uint32_t ps_op_id;
>  
> -	intel_bb_out(ibb, GFX_OP_PIPE_CONTROL(4));
> +	intel_bb_out(ibb, GFX_OP_PIPE_CONTROL(2));
>  	intel_bb_out(ibb, pipe_ctl_flags);
>  
>  	if (before)
> 
> base-commit: 222d1bdf8c598bb12164deab127af5d8d7ddc070
> -- 
> 2.34.1
> 


More information about the igt-dev mailing list