mbox series

[0/2] drm/tilcdc: Couple of minor feature improvements

Message ID cover.1600072407.git.jsarha@ti.com (mailing list archive)
Headers show
Series drm/tilcdc: Couple of minor feature improvements | expand

Message

Jyri Sarha Sept. 14, 2020, 8:34 a.m. UTC
The vblank interrupts have been always on when the display is on for a
very long time, so I decided that it is about time to fix it. Then the
following patch is just a cleanup.

BR,
Jyri

Jyri Sarha (2):
  drm/tilcdc: Do not keep vblank interrupts enabled all the time
  drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data

 drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 52 ++++++++++++++++++----------
 drivers/gpu/drm/tilcdc/tilcdc_drv.c  | 38 +++++++++++---------
 drivers/gpu/drm/tilcdc/tilcdc_drv.h  |  7 ++--
 3 files changed, 59 insertions(+), 38 deletions(-)

Comments

Tomi Valkeinen Sept. 14, 2020, 8:53 a.m. UTC | #1
On 14/09/2020 11:34, Jyri Sarha wrote:
> The vblank interrupts have been always on when the display is on for a
> very long time, so I decided that it is about time to fix it. Then the
> following patch is just a cleanup.
> 
> BR,
> Jyri
> 
> Jyri Sarha (2):
>   drm/tilcdc: Do not keep vblank interrupts enabled all the time
>   drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data
> 
>  drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 52 ++++++++++++++++++----------
>  drivers/gpu/drm/tilcdc/tilcdc_drv.c  | 38 +++++++++++---------
>  drivers/gpu/drm/tilcdc/tilcdc_drv.h  |  7 ++--
>  3 files changed, 59 insertions(+), 38 deletions(-)
> 

For both patches:

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

 Tomi