Re: [PATCH v7 6/7] drm/msm/hdmi: also send the SPD and HDMI Vendor Specific InfoFrames

2025-02-07 Thread Dmitry Baryshkov
On Fri, Feb 07, 2025 at 07:05:14PM -0800, Abhinav Kumar wrote: > > > On 2/7/2025 6:04 PM, Dmitry Baryshkov wrote: > > On Fri, Feb 07, 2025 at 05:31:20PM -0800, Abhinav Kumar wrote: > > > > > > > > > On 2/7/2025 4:27 PM, Dmitry Baryshkov wrote: > > > > Extend the driver to send SPD and HDMI Vend

Re: [PATCH v7 6/7] drm/msm/hdmi: also send the SPD and HDMI Vendor Specific InfoFrames

2025-02-07 Thread Abhinav Kumar
On 2/7/2025 6:04 PM, Dmitry Baryshkov wrote: On Fri, Feb 07, 2025 at 05:31:20PM -0800, Abhinav Kumar wrote: On 2/7/2025 4:27 PM, 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 GEN

Re: [PATCH v7 6/7] drm/msm/hdmi: also send the SPD and HDMI Vendor Specific InfoFrames

2025-02-07 Thread Dmitry Baryshkov
On Fri, Feb 07, 2025 at 05:31:20PM -0800, Abhinav Kumar wrote: > > > On 2/7/2025 4:27 PM, 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_I

Re: [PATCH v7 6/7] drm/msm/hdmi: also send the SPD and HDMI Vendor Specific InfoFrames

2025-02-07 Thread Abhinav Kumar
On 2/7/2025 4:27 PM, 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 repacking in the drive

[PATCH v7 6/7] drm/msm/hdmi: also send the SPD and HDMI Vendor Specific InfoFrames

2025-02-07 Thread Dmitry Baryshkov
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 repacking in the driver, while GENERIC0 doesn't have such format require