mbox series

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

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

Message

Jyri Sarha Oct. 10, 2020, 5 p.m. UTC
Since v2:
- "drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data"
 - Add reviewed-by tag
 - fix:
   -:106: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
   #106: FILE: drivers/gpu/drm/tilcdc/tilcdc_drv.c:289:
   +       if (of_property_read_u32(node, "max-pixelclock",
   +                                       &priv->max_pixelclock))

Since first version. 
- "drm/tilcdc: Do not keep vblank interrupts enabled all the time"
  - Add reviewed-by tags
- "drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data"
  - Put TILCDC_DEFAULT_MAX_WIDTH_V1 before *_V2 and


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(-)