# # This is a modified version of zlib, which does all memory # allocation ahead of time. # # This is the compression code, see zlib_inflate for the # decompression code. # obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o zlib_deflate-objs := deflate.o deftree.o deflate_syms.o ://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@free-electrons.com>2016-06-07 13:47:58 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-06-10 17:22:11 +0200
commitf22c912077901f0adf258794ce3a6637c472e91e (patch)
treeefdedf7ff91cfe388ff559cd46f6cba0cef2b1f0
parentda5b9d6b09ab4096d946e108007a6e75d77231c9 (diff)
drm: atmel-hlcdc: Rely on the default ->best_encoder() behavior
We have a 1:1 relationship between connectors and encoders and the driver is relying on the atomic helpers: we can drop the custom ->best_encoder() and let the core call drm_atomic_helper_best_encoder() for us. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1465300095-16971-4-git-send-email-boris.brezillon@free-electrons.com