summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2016-10-17 17:53:33 +0300
committerJyri Sarha <jsarha@ti.com>2016-11-29 21:03:19 +0200
commit923310ba73d742450bb41bb017cb1b6704bd32b5 (patch)
treea43537c6a25e39c0ccc550be038b8a83f10a3f75 /drivers/gpu/drm/tilcdc/tilcdc_crtc.c
parent15d704e53c7d870f58558839eadfca7bcb8de5f5 (diff)
drm/tilcdc: Stop using struct drm_driver load() callback
Stop using struct drm_driver load() and unload() callbacks. The callbacks should not be used anymore. Instead of using load the drm_device is allocated with drm_dev_alloc() and registered with drm_dev_register() only after the driver is completely initialized. The deinitialization is done directly either in component unbind callback or in platform driver demove callback. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_crtc.c')
0 files changed, 0 insertions, 0 deletions