Re: [PATCH] drm/amdgpu/uvd4: fix mask and shift definitions

2024-08-05 Thread Alex Deucher
Applied. Thanks! On Wed, Jul 31, 2024 at 3:20 AM Remington Brasga wrote: > > A few define's are listed twice with different, incorrect values. > This fix sets them appropriately. > > Signed-off-by: Remington Brasga > --- > The second UVD_LMI_CTRL__RFU_MASK is incorrect, so it was removed. It sh

[PATCH] drm/amdgpu/uvd4: fix mask and shift definitions

2024-07-31 Thread Remington Brasga
A few define's are listed twice with different, incorrect values. This fix sets them appropriately. Signed-off-by: Remington Brasga --- The second UVD_LMI_CTRL__RFU_MASK is incorrect, so it was removed. It should be `0xf800 `. The first UVD_LMI_CTRL__RFU__SHIFT is incorrect, so it was removed