RE: [PATCH 1/4] drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size

2025-03-07 Thread Dong, Ruijing
: Fix MPEG2, MPEG4 and VC1 video caps max size On 28. 02. 25 15:21, Alex Deucher wrote: > On Fri, Feb 28, 2025 at 8:34 AM David Rosca wrote: >> 1920x1088 is the maximum supported resolution. >> >> Signed-off-by: David Rosca >> --- >> dri

Re: [PATCH 1/4] drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size

2025-02-28 Thread Alex Deucher
On Fri, Feb 28, 2025 at 8:34 AM David Rosca wrote: > > 1920x1088 is the maximum supported resolution. > > Signed-off-by: David Rosca > --- > drivers/gpu/drm/amd/amdgpu/nv.c | 18 - > drivers/gpu/drm/amd/amdgpu/vi.c | 36 - I think soc15.c needs sim

Re: [PATCH 1/4] drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size

2025-02-28 Thread David Rosca
On 28. 02. 25 15:21, Alex Deucher wrote: On Fri, Feb 28, 2025 at 8:34 AM David Rosca wrote: 1920x1088 is the maximum supported resolution. Signed-off-by: David Rosca --- drivers/gpu/drm/amd/amdgpu/nv.c | 18 - drivers/gpu/drm/amd/amdgpu/vi.c | 36 ---

[PATCH 1/4] drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size

2025-02-28 Thread David Rosca
1920x1088 is the maximum supported resolution. Signed-off-by: David Rosca --- drivers/gpu/drm/amd/amdgpu/nv.c | 18 - drivers/gpu/drm/amd/amdgpu/vi.c | 36 - 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgp