On Wed, Sep 11, 2024 at 09:41:30AM +0200, neil.armstr...@linaro.org wrote:
> On 10/09/2024 23:19, Doug Anderson wrote:
> > Hi,
> >
> > On Sat, Sep 7, 2024 at 1:32 AM Tejas Vipin wrote:
> > >
> > > On 9/7/24 3:53 AM, Jessica Zhang wrote:
> > > >
> > > >
> > > > On 9/6/2024 3:14 PM, Jessica Zhan
On Tue, Sep 10, 2024 at 02:19:53PM -0700, Doug Anderson wrote:
> Hi,
>
> On Sat, Sep 7, 2024 at 1:32 AM Tejas Vipin wrote:
> >
> > On 9/7/24 3:53 AM, Jessica Zhang wrote:
> > >
> > >
> > > On 9/6/2024 3:14 PM, Jessica Zhang wrote:
> > >>
> > >>
> > >> On 9/4/2024 7:15 AM, Tejas Vipin wrote:
> > >
Hi Doug,
Thanks for the feedback.
On Tue, Sep 10, 2024 at 02:22:37PM -0700, Doug Anderson wrote:
> Hi,
>
> On Tue, Sep 3, 2024 at 10:32 AM Abhishek Tamboli
> wrote:
> >
> > Transition to mipi_dsi_dcs_write_seq_multi() macros for initialization
> > sequences. The p
://lore.kernel.org/oe-kbuild-all/202409040049.2hf8jrzg-...@intel.com/
Signed-off-by: Abhishek Tamboli
---
Changes in v2:
- Update the commit message to explain the reason for the change.
- Correct the code by changing 'dsi->mode_flags' to 'dsi_ctx.dsi->mode_flags'
This change add
On Tue, Sep 03, 2024 at 11:17:37AM +0200, Javier Martinez Canillas wrote:
> Abhishek Tamboli writes:
>
Hi Javier,
>
> > Use the new mipi_dsi_*_multi wrapped function in hx83112a_on
> > and hx83112a_disable function.
> IMO commit messages should explain why the change
Use the new mipi_dsi_*_multi wrapped function in hx83112a_on
and hx83112a_disable function.
Signed-off-by: Abhishek Tamboli
---
drivers/gpu/drm/panel/panel-himax-hx83112a.c | 136 ---
1 file changed, 58 insertions(+), 78 deletions(-)
diff --git a/drivers/gpu/drm/panel/panel
Replace deprecated 'mipi_dsi_dcs_write_seq()' macro
to 'mipi_dsi_dcs_write_seq_multi' macro in
panel_nv3051d_init_sequence function.
Signed-off-by: Abhishek Tamboli
---
.../gpu/drm/panel/panel-newvision-nv3051d.c | 367 +-
1 file changed, 184 insertio
//lore.kernel.org/dri-devel/172414629205.2571141.13215409630895562248.b4...@linaro.org/#t
>
Hi Guido,
Thanks for letting me know.
Regards,
Abhishek
>
> On Mon, Aug 26, 2024 at 09:33:28PM +0530, Abhishek Tamboli wrote:
> > Replace deprecated 'mipi_dsi_generic_write_seq()' macro
> > to 'mi
Replace deprecated 'mipi_dsi_generic_write_seq()' macro
to 'mipi_dsi_generic_write_seq_multi()' macro in mantix_init_sequence
function.
Signed-off-by: Abhishek Tamboli
---
.../gpu/drm/panel/panel-mantix-mlaf057we51.c | 19 +++
1 file changed, 11 insert
Add detail comments for registers definitions in struct ili9341_config().
Replace TODO with comment for each registers.
Signed-off-by: Abhishek Tamboli
---
Changes in v2:
- Rephrased the commit message.
drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 14 +++---
1 file changed, 7
Hi, Neil
Thanks for the feedback.
On Mon, Aug 19, 2024 at 05:41:07PM +0200, neil.armstr...@linaro.org wrote:
> On 12/08/2024 19:10, Abhishek Tamboli wrote:
> > TODO : Add missing comments for ILI9341 register definition.
>
> Please rephrase the commit message, and explain why in a
TODO : Add missing comments for ILI9341 register definition.
Signed-off-by: Abhishek Tamboli
---
drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c
b/drivers/gpu/drm/panel
Fix documentation compile warning by adding description
for program_3dlut_size function.
Remove the following warning:
./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:1043: warning: Function parameter
or struct member 'program_3dlut_size' not described in 'mpc_funcs'
Sig
On Mon, Jul 15, 2024 at 05:46:38PM -0400, Aurabindo Pillai wrote:
>
>
> On 7/12/24 1:45 PM, Abhishek Tamboli wrote:
> > Add detail description for the read_mpcc_state function in the
> > mpc_funcs struct to resolve the documentation warning.
> >
> > A
'mpc_funcs'.
Signed-off-by: Abhishek Tamboli
---
drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 16
1 file changed, 16 insertions(+)
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
index 34a398f23fc6..9e65ecf1d3b0
Add descriptions for 'width' and 'height' members in struct
drm_plane_size_hint to improve clarity and documentation coverage.
Signed-off-by: Abhishek Tamboli
---
include/uapi/drm/drm_mode.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/uapi/drm/drm_mode.
16 matches
Mail list logo