t: Monday, January 11, 2021 7:52 PM
>To: Deng, Emily ; Alex Deucher
>
>Cc: amd-gfx@lists.freedesktop.org
>Subject: Re: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display
>
>On 2021-01-11 12:50 p.m., Michel Dänzer wrote:
>> On 2021-01-11 5:55 a.m., Deng, Emily
On 2021-01-11 12:50 p.m., Michel Dänzer wrote:
On 2021-01-11 5:55 a.m., Deng, Emily wrote:
[AMD Official Use Only - Internal Distribution Only]
Yes, it just won't report bigger than 16384 mode to user mode, as it
won't work properly.
... with Xorg / glamor. It doesn't affect other user-space
On 2021-01-11 5:55 a.m., Deng, Emily wrote:
[AMD Official Use Only - Internal Distribution Only]
Yes, it just won't report bigger than 16384 mode to user mode, as it won't work
properly.
... with Xorg / glamor. It doesn't affect other user-space.
--
Earthling Michel Dänzer |
g, Emily
>Cc: amd-gfx@lists.freedesktop.org
>Subject: Re: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display
>
>On Thu, Jan 7, 2021 at 8:45 PM Deng, Emily wrote:
>>
>> [AMD Official Use Only - Internal Distribution Only]
>>
>> Ping ..
>>
>
&
ily Deng
> >Sent: Thursday, January 7, 2021 11:29 AM
> >To: amd-gfx@lists.freedesktop.org
> >Cc: Deng, Emily
> >Subject: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display
> >
> >From: "Emily.Deng"
> >
> >Limit the resolutio
[AMD Official Use Only - Internal Distribution Only]
Ping ..
Best wishes
Emily Deng
>-Original Message-
>From: Emily Deng
>Sent: Thursday, January 7, 2021 11:29 AM
>To: amd-gfx@lists.freedesktop.org
>Cc: Deng, Emily
>Subject: [PATCH v2] drm/amdgpu:Limit
From: "Emily.Deng"
Limit the resolution not bigger than 16384, which means
dev->mode_info.num_crtc * common_modes[i].w not bigger than 16384.
v2:
Refine the code
Signed-off-by: Emily.Deng
---
drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(