Re: [PATCH] drm/vkms: fix 32bit compilation error by replacing macros

2022-09-11 Thread Igor Matheus Andrade Torrente
On 9/10/22 16:10, Melissa Wen wrote: On 09/09, Igor Matheus Andrade Torrente wrote: Hi Mellisa, Thanks for the patch fixing my mistakes. On 9/9/22 08:41, Melissa Wen wrote: Replace vkms_formats macros for fixed-point operations with functions from drm/drm_fixed.h to do the same job and fix 32

Re: [PATCH] drm/vkms: fix 32bit compilation error by replacing macros

2022-09-10 Thread Melissa Wen
On 09/09, Igor Matheus Andrade Torrente wrote: > Hi Mellisa, > > Thanks for the patch fixing my mistakes. > > On 9/9/22 08:41, Melissa Wen wrote: > > Replace vkms_formats macros for fixed-point operations with functions > > from drm/drm_fixed.h to do the same job and fix 32-bit compilation > > er

Re: [PATCH] drm/vkms: fix 32bit compilation error by replacing macros

2022-09-09 Thread Igor Matheus Andrade Torrente
Hi Mellisa, Thanks for the patch fixing my mistakes. On 9/9/22 08:41, Melissa Wen wrote: Replace vkms_formats macros for fixed-point operations with functions from drm/drm_fixed.h to do the same job and fix 32-bit compilation errors. Fixes: a19c2ac9858 ("drm: vkms: Add support to the RGB565 fo

Re: [PATCH] drm/vkms: fix 32bit compilation error by replacing macros

2022-09-09 Thread Alex Deucher
On Fri, Sep 9, 2022 at 7:42 AM Melissa Wen wrote: > > Replace vkms_formats macros for fixed-point operations with functions > from drm/drm_fixed.h to do the same job and fix 32-bit compilation > errors. > > Fixes: a19c2ac9858 ("drm: vkms: Add support to the RGB565 format") > Tested-by: Sudip Mukhe

[PATCH] drm/vkms: fix 32bit compilation error by replacing macros

2022-09-09 Thread Melissa Wen
Replace vkms_formats macros for fixed-point operations with functions from drm/drm_fixed.h to do the same job and fix 32-bit compilation errors. Fixes: a19c2ac9858 ("drm: vkms: Add support to the RGB565 format") Tested-by: Sudip Mukherjee Reported-by: Sudip Mukherjee Reported-by: kernel test rob