Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-10 Thread Abhinav Kumar
On 6/7/2024 7:45 PM, Abhinav Kumar wrote: On 6/7/2024 5:57 PM, Dmitry Baryshkov wrote: On Sat, 8 Jun 2024 at 02:55, Abhinav Kumar wrote: On 6/7/2024 3:26 PM, Dmitry Baryshkov wrote: On Sat, 8 Jun 2024 at 00:39, Abhinav Kumar wrote: On 6/7/2024 2:10 PM, Dmitry Baryshkov wrote: On

Re: [PATCH v4 09/13] drm/msm/dpu: allow using two SSPP blocks for a single plane

2024-06-10 Thread Abhinav Kumar
On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: Virtual wide planes give high amount of flexibility, but it is not always enough: In parallel multirect case only the half of the usual width is supported for tiled formats. Thus the whole width of two tiled multirect rectangles can not be greater

Re: [PATCH v5 2/9] drm/bridge-connector: switch to using drmm allocations

2024-06-10 Thread Dmitry Baryshkov
On Mon, Jun 10, 2024 at 02:07:06PM +0200, Maxime Ripard wrote: > Hi, > > +Hans > > On Mon, Jun 10, 2024 at 02:46:03PM GMT, Dmitry Baryshkov wrote: > > On Mon, 10 Jun 2024 at 11:04, Maxime Ripard wrote: > > > > > > Hi, > > > > > > On Fri, Jun 07, 2024 at 04:22:59PM GMT, Dmitry Baryshkov wrote: >

Re: [PATCH v5 2/9] drm/bridge-connector: switch to using drmm allocations

2024-06-10 Thread Maxime Ripard
Hi, +Hans On Mon, Jun 10, 2024 at 02:46:03PM GMT, Dmitry Baryshkov wrote: > On Mon, 10 Jun 2024 at 11:04, Maxime Ripard wrote: > > > > Hi, > > > > On Fri, Jun 07, 2024 at 04:22:59PM GMT, Dmitry Baryshkov wrote: > > > Turn drm_bridge_connector to using drmm_kzalloc() and > > > drmm_connector_init

Re: [PATCH v5 2/9] drm/bridge-connector: switch to using drmm allocations

2024-06-10 Thread Dmitry Baryshkov
On Mon, 10 Jun 2024 at 11:04, Maxime Ripard wrote: > > Hi, > > On Fri, Jun 07, 2024 at 04:22:59PM GMT, Dmitry Baryshkov wrote: > > Turn drm_bridge_connector to using drmm_kzalloc() and > > drmm_connector_init() and drop the custom destroy function. The > > drm_connector_unregister() and fwnode_han

Re: [PATCH v5 9/9] drm/msm/hdmi: also send the SPD and HDMI Vendor Specific InfoFrames

2024-06-10 Thread Maxime Ripard
On Fri, 7 Jun 2024 16:23:06 +0300, Dmitry Baryshkov wrote: > Extend the driver to send SPD and HDMI Vendor Specific InfoFrames. > > While the HDMI block has special block to send HVS InfoFrame, use > GENERIC0 block instead. VENSPEC_INFO registers pack frame data in a way > that requires manual rep

Re: [PATCH v5 1/9] drm/connector: hdmi: allow disabling Audio Infoframe

2024-06-10 Thread Maxime Ripard
On Fri, 7 Jun 2024 16:22:58 +0300, Dmitry Baryshkov wrote: > Add drm_atomic_helper_connector_hdmi_disable_audio_infoframe(), an API > to allow the driver disable sending the Audio Infoframe. This is to be > used by the drivers if setup of the infoframes is not tightly coupled > with the audio funct

Re: [PATCH v5 2/9] drm/bridge-connector: switch to using drmm allocations

2024-06-10 Thread Maxime Ripard
Hi, On Fri, Jun 07, 2024 at 04:22:59PM GMT, Dmitry Baryshkov wrote: > Turn drm_bridge_connector to using drmm_kzalloc() and > drmm_connector_init() and drop the custom destroy function. The > drm_connector_unregister() and fwnode_handle_put() are already handled > by the drm_connector_cleanup() an