Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-02-29 Thread Daniel Vetter
On Wed, Feb 28, 2024 at 01:49:34PM -0800, Jessica Zhang wrote: > > > On 2/2/2024 2:15 AM, Maxime Ripard wrote: > > On Tue, Jan 30, 2024 at 09:53:13AM +0100, Daniel Vetter wrote: > > > > > > > > Wouldn't it be simpler if we had a vkms-like panel that we > > > > > > > > could either > > > > > > >

Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-02-28 Thread Jessica Zhang
On 2/2/2024 2:15 AM, Maxime Ripard wrote: On Tue, Jan 30, 2024 at 09:53:13AM +0100, Daniel Vetter wrote: Wouldn't it be simpler if we had a vkms-like panel that we could either configure from DT or from debugfs that would just be registered the usual way and would be the only panel we registe

Re: Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-02-02 Thread Maxime Ripard
On Tue, Jan 30, 2024 at 09:53:13AM +0100, Daniel Vetter wrote: > > > > > > Wouldn't it be simpler if we had a vkms-like panel that we could > > > > > > either > > > > > > configure from DT or from debugfs that would just be registered the > > > > > > usual way and would be the only panel we regist

Re: Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-02-02 Thread Maxime Ripard
On Mon, Jan 29, 2024 at 11:05:12AM -0800, Abhinav Kumar wrote: > > > Hi Maxime > > On 1/26/2024 4:45 AM, Maxime Ripard wrote: > > On Wed, Jan 17, 2024 at 09:36:20AM -0800, Abhinav Kumar wrote: > > > Hi Jani and Maxime > > > > > > On 1/17/2024 2:16 AM, Jani Nikula wrote: > > > > On Wed, 17 Jan 2

Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-01-30 Thread Daniel Vetter
On Mon, Jan 29, 2024 at 11:05:12AM -0800, Abhinav Kumar wrote: > > > Hi Maxime > > On 1/26/2024 4:45 AM, Maxime Ripard wrote: > > On Wed, Jan 17, 2024 at 09:36:20AM -0800, Abhinav Kumar wrote: > > > Hi Jani and Maxime > > > > > > On 1/17/2024 2:16 AM, Jani Nikula wrote: > > > > On Wed, 17 Jan 2

Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-01-29 Thread Abhinav Kumar
Hi Maxime On 1/26/2024 4:45 AM, Maxime Ripard wrote: On Wed, Jan 17, 2024 at 09:36:20AM -0800, Abhinav Kumar wrote: Hi Jani and Maxime On 1/17/2024 2:16 AM, Jani Nikula wrote: On Wed, 17 Jan 2024, Maxime Ripard wrote: Hi, On Tue, Jan 16, 2024 at 02:22:03PM -0800, Jessica Zhang wrote: Th

Re: Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-01-26 Thread Maxime Ripard
On Wed, Jan 17, 2024 at 09:36:20AM -0800, Abhinav Kumar wrote: > Hi Jani and Maxime > > On 1/17/2024 2:16 AM, Jani Nikula wrote: > > On Wed, 17 Jan 2024, Maxime Ripard wrote: > > > Hi, > > > > > > On Tue, Jan 16, 2024 at 02:22:03PM -0800, Jessica Zhang wrote: > > > > This series introduces a sim

Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-01-17 Thread Abhinav Kumar
Hi Jani and Maxime On 1/17/2024 2:16 AM, Jani Nikula wrote: On Wed, 17 Jan 2024, Maxime Ripard wrote: Hi, On Tue, Jan 16, 2024 at 02:22:03PM -0800, Jessica Zhang wrote: This series introduces a simulated MIPI DSI panel. Currently, the only way to validate DSI connectors is with a physical p

Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-01-17 Thread Jani Nikula
On Wed, 17 Jan 2024, Maxime Ripard wrote: > Hi, > > On Tue, Jan 16, 2024 at 02:22:03PM -0800, Jessica Zhang wrote: >> This series introduces a simulated MIPI DSI panel. >> >> Currently, the only way to validate DSI connectors is with a physical >> panel. Since obtaining physical panels for all po

Re: [PATCH RFC 0/4] Support for Simulated Panels

2024-01-17 Thread Maxime Ripard
Hi, On Tue, Jan 16, 2024 at 02:22:03PM -0800, Jessica Zhang wrote: > This series introduces a simulated MIPI DSI panel. > > Currently, the only way to validate DSI connectors is with a physical > panel. Since obtaining physical panels for all possible DSI configurations > is logistically infeasib

[PATCH RFC 0/4] Support for Simulated Panels

2024-01-16 Thread Jessica Zhang
This series introduces a simulated MIPI DSI panel. Currently, the only way to validate DSI connectors is with a physical panel. Since obtaining physical panels for all possible DSI configurations is logistically infeasible, introduce a way for DSI drivers to simulate a panel. This will be helpful