Re: [PATCH 09/10] drm/imx: Add i.MX8qxp Display Controller KMS

2024-07-07 Thread Liu Ying
On 07/08/2024, Markus Elfring wrote: > … >> registers of the display controller is accessed without command sequencer > … > > Wording suggestion: > The registers of … are … Will do. > > > … >> +++ b/drivers/gpu/drm/imx/dc/dc-crtc.c >> @@ -0,0 +1,578 @@ > … >> +static irqretu

Re: [PATCH 09/10] drm/imx: Add i.MX8qxp Display Controller KMS

2024-07-07 Thread Markus Elfring
… > registers of the display controller is accessed without command sequencer … Wording suggestion: The registers of … are … … > +++ b/drivers/gpu/drm/imx/dc/dc-crtc.c > @@ -0,0 +1,578 @@ … > +static irqreturn_t > +dc_crtc_dec_framecomplete_irq_handler(int irq, void *dev_id) >