RE: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display

2021-01-11 Thread Deng, Emily
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

Re: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display

2021-01-11 Thread Michel Dänzer
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

Re: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display

2021-01-11 Thread Michel Dänzer
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 |

RE: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display

2021-01-10 Thread Deng, Emily
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 .. >> > &

Re: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display

2021-01-08 Thread Alex Deucher
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

RE: [PATCH v2] drm/amdgpu:Limit the resolution for virtual_display

2021-01-07 Thread Deng, Emily
[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

[PATCH v2] drm/amdgpu:Limit the resolution for virtual_display

2021-01-06 Thread Emily Deng
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(