dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/tilcdc: A fix and a clean-up for tilcdc
@ 2019-02-15  8:13 Jyri Sarha via dri-devel
  2019-02-15  8:13 ` [PATCH 1/2] drm/tilcdc: use drm_fbdev_generic_setup Jyri Sarha via dri-devel
  2019-02-15  8:13 ` [PATCH 2/2] drm/tilcdc: Remove unnecessary struct tilcdc_panel_info members Jyri Sarha via dri-devel
  0 siblings, 2 replies; 7+ messages in thread
From: Jyri Sarha via dri-devel @ 2019-02-15  8:13 UTC (permalink / raw)
  To: dri-devel; +Cc: tomi.valkeinen, lcpd_audiovideo, laurent.pinchart

- "drm/tilcdc: use drm_fbdev_generic_setup"
 - a simple bufix, which also takes the code to the right direction

- "drm/tilcdc: Remove unnecessary struct tilcdc_panel_info members"
 - Code clean up, where the final target is to get rid of
   "struct tilcdc_panel_info" completely and eventually use
   "enum drm_bus_flags" instead. However, before the final step I'll
   wait for the latest bus_flags related patches to land.

Jyri Sarha (2):
  drm/tilcdc: use drm_fbdev_generic_setup
  drm/tilcdc: Remove unnecessary struct tilcdc_panel_info members

 .../bindings/display/tilcdc/panel.txt         | 20 +++++---
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c          | 50 +++++--------------
 drivers/gpu/drm/tilcdc/tilcdc_drv.c           |  9 ++--
 drivers/gpu/drm/tilcdc/tilcdc_drv.h           | 27 ----------
 drivers/gpu/drm/tilcdc/tilcdc_external.c      | 16 ------
 drivers/gpu/drm/tilcdc/tilcdc_panel.c         |  9 ----
 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c        |  8 ---
 7 files changed, 27 insertions(+), 112 deletions(-)

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-03-06  1:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15  8:13 [PATCH 0/2] drm/tilcdc: A fix and a clean-up for tilcdc Jyri Sarha via dri-devel
2019-02-15  8:13 ` [PATCH 1/2] drm/tilcdc: use drm_fbdev_generic_setup Jyri Sarha via dri-devel
2019-02-15 11:50   ` Tomi Valkeinen via dri-devel
2019-03-06  1:23   ` Laurent Pinchart
2019-02-15  8:13 ` [PATCH 2/2] drm/tilcdc: Remove unnecessary struct tilcdc_panel_info members Jyri Sarha via dri-devel
2019-02-15 11:54   ` Tomi Valkeinen via dri-devel
2019-03-06  1:27   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).