commit | e60177ac59f35d7122dbf1b529db06b2ad08067d | [log] [tgz] |
---|---|---|
author | Oded Gabbay <ogabbay@kernel.org> | Mon Oct 31 15:31:07 2022 +0200 |
committer | Oded Gabbay <ogabbay@kernel.org> | Sun Nov 06 22:18:51 2022 +0200 |
tree | 3e4b621a62c4b0008cc52152a3832e2bbb1bf340 | |
parent | 15b396739237121357969c980a360deb6b6ed3b8 [diff] |
drm: initialize accel framework Now that we have the accel framework code ready, let's call the accel functions from all the appropriate places. These places are the drm module init/exit functions, and all the drm_minor handling functions. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>