mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
This 3 non-atomic drivers all have the same function getting the
only encoder available in the connector, also atomic drivers have
this fallback. So moving it a common place and sharing between atomic
and non-atomic drivers.
While at it I also removed the mention of
drm_atomic_helper_best_encoder() that was renamed in
commit
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| udl_connector.c | ||
| udl_connector.h | ||
| udl_dmabuf.c | ||
| udl_drv.c | ||
| udl_drv.h | ||
| udl_encoder.c | ||
| udl_fb.c | ||
| udl_gem.c | ||
| udl_main.c | ||
| udl_modeset.c | ||
| udl_transfer.c | ||