Re: [PATCH v11 1/6] drm: Add arch arm64 for drm_clflush_virt_range

2022-02-23 Thread kernel test robot
Hi Michael, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-tip/drm-tip] [also build test ERROR on drm/drm-next] [cannot apply to drm-intel/for-linux-next v5.17-rc5 next-20220222] [If your patch is applied to the wrong git tree, kindly drop us a note. And when sub

Re: [PATCH v11 1/6] drm: Add arch arm64 for drm_clflush_virt_range

2022-02-23 Thread kernel test robot
Hi Michael, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-tip/drm-tip] [also build test WARNING on drm/drm-next] [cannot apply to drm-intel/for-linux-next v5.17-rc5 next-20220222] [If your patch is applied to the wrong git tree, kindly drop us a note. And

Re: [PATCH v11 1/6] drm: Add arch arm64 for drm_clflush_virt_range

2022-02-23 Thread kernel test robot
Hi Michael, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-tip/drm-tip] [also build test WARNING on drm/drm-next] [cannot apply to drm-intel/for-linux-next v5.17-rc5 next-20220222] [If your patch is applied to the wrong git tree, kindly drop us a note. And

[PATCH v11 1/6] drm: Add arch arm64 for drm_clflush_virt_range

2022-02-22 Thread Michael Cheng
Add arm64 support for drm_clflush_virt_range. dcache_clean_inval_poc performs a flush by first performing a clean, follow by an invalidation operation. v2 (Michael Cheng): Use correct macro for cleaning and invalidation the dcache. Thanks Tvrtko for the suggestion. v3 (Michael