Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE

2018-02-02 Thread Yu, Qiang
(Intel+AMD) platform. So I stopped the upstream work. Regards, Qiang From: Adam Jackson <a...@nwnk.net> Sent: Saturday, February 3, 2018 3:50:21 AM To: Yu, Qiang; xorg-devel@lists.x.org Subject: Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE

Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE

2018-02-02 Thread Adam Jackson
On Sat, 2017-01-07 at 16:01 +0800, Qiang Yu wrote: > V2: add PATCH 11 to support GPUScreen capable of display > > This is for hybrid drm device use case that one drm device > is only capable of display and the other is only capable of > rendering. Is this series still relevant? If so, have you

Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE

2017-01-09 Thread Alex Deucher
On Mon, Jan 9, 2017 at 3:27 AM, Hans de Goede wrote: > Hi, > > On 09-01-17 02:52, Yu, Qiang wrote: >> >> >> Hi Hans, >> >> I forgot there is another difference, PRIME solution has to copy screen >> once before display >> to iGPU while MS_ALL_IN_ONE don't have to and can

Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE

2017-01-08 Thread Yu, Qiang
Hi Hans, I forgot there is another difference, PRIME solution has to copy screen once before display to iGPU while MS_ALL_IN_ONE don't have to and can display what full screen app draws directly by page flip (for DRI2) which may be important for embedded platforms with week GPU and limited

Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE

2017-01-08 Thread Yu, Qiang
<hdego...@redhat.com> Sent: Sunday, January 8, 2017 6:45:36 PM To: Yu, Qiang; xorg-devel@lists.x.org Subject: Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE Hi, On 07-01-17 09:01, Qiang Yu wrote: > V2: add PATCH 11 to support GPUScreen capable of display > > This is for

Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE

2017-01-08 Thread Hans de Goede
Hi, On 08-01-17 15:04, Yu, Qiang wrote: Hi Hans, Thanks for your info, I give it a quick try: Section "OutputClass" Identifier "amd" MatchDriver "amdgpu" Driver "modesetting" Option "PrimaryGPU" "yes" EndSection Section "OutputClass" Identifier "intel" MatchDriver

Re: [PATCH v2 xserver 00/11] modesetting: MS_ALL_IN_ONE

2017-01-08 Thread Hans de Goede
Hi, On 07-01-17 09:01, Qiang Yu wrote: V2: add PATCH 11 to support GPUScreen capable of display This is for hybrid drm device use case that one drm device is only capable of display and the other is only capable of rendering. Usage: start xserver with MS_ALL_IN_ONE=1, and configure both the