[PATCH 0/2] omapdrm: Remove .load/.unload midlayer

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Dec 13 15:21:41 UTC 2016


Hello,

This small patch series removes the .load and .unload operations from the
omapdrm driver and moves the code to the probe/remove handlers. The patches
are based on top of my pending omapdrm stack, and have been pushed for
convenience to

	git://linuxtv.org/pinchartl/media.git omapdrm/devel

Laurent Pinchart (2):
  drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures
  drm: omapdrm: Perform initialization/cleanup at probe/remove time

 drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c |   2 +-
 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c |   3 +-
 drivers/gpu/drm/omapdrm/omap_connector.c        |   6 +-
 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c        |   4 +-
 drivers/gpu/drm/omapdrm/omap_drv.c              | 229 ++++++++++++------------
 drivers/gpu/drm/omapdrm/omap_drv.h              |   1 +
 drivers/gpu/drm/omapdrm/omap_encoder.c          |   2 +-
 drivers/gpu/drm/omapdrm/omap_gem.c              |   3 +-
 8 files changed, 125 insertions(+), 125 deletions(-)

-- 
Regards,

Laurent Pinchart



More information about the dri-devel mailing list