diff options
author | Jyri Sarha <[email protected]> | 2016-10-17 17:53:33 +0300 |
---|---|---|
committer | Jyri Sarha <[email protected]> | 2016-11-29 21:03:19 +0200 |
commit | 923310ba73d742450bb41bb017cb1b6704bd32b5 (patch) | |
tree | a43537c6a25e39c0ccc550be038b8a83f10a3f75 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 15d704e53c7d870f58558839eadfca7bcb8de5f5 (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 <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions