[igt-dev] [PATCH i-g-t 1/4] lib/intel_cmds_info: Add copy commands to blt_cmd_type

Karolina Stolarek karolina.stolarek at intel.com
Mon Sep 18 08:54:14 UTC 2023


On 15.09.2023 07:16, sai.gowtham.ch at intel.com wrote:
> From: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
> 
> Add copy commands to blt_cmd_type which is used latter,
> to check it they are supported by fd.

Hm, I'm slightly confused. I thought you'll merge this one with the "Add 
check to see if blt commands are supported by the platforms." patch.

This would count as one logical change, now it's mixed up a bit.

All the best,
Karolina

> 
> Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
> ---
>   lib/intel_cmds_info.h | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/lib/intel_cmds_info.h b/lib/intel_cmds_info.h
> index 91d0f15ec..ec8312d56 100644
> --- a/lib/intel_cmds_info.h
> +++ b/lib/intel_cmds_info.h
> @@ -20,6 +20,8 @@ enum blt_tiling_type {
>   
>   enum blt_cmd_type {
>   	SRC_COPY,
> +	MEM_SET,
> +	MEM_COPY,
>   	XY_SRC_COPY,
>   	XY_FAST_COPY,
>   	XY_BLOCK_COPY,


More information about the igt-dev mailing list