summaryrefslogtreecommitdiff
path: root/include/soc/brcmstb/common.h
blob: cfb5335f2a15ee7a19634953a7c3ed821b2bdcfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright © 2014 NVIDIA Corporation
 * Copyright © 2015 Broadcom Corporation
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __SOC_BRCMSTB_COMMON_H__
#define __SOC_BRCMSTB_COMMON_H__

bool soc_is_brcmstb(void);

#endif /* __SOC_BRCMSTB_COMMON_H__ */
>99410f35944e2bf98c609a6ff164c30158050b60 (diff)
drm: tegra: Rely on the default ->best_encoder() behavior
All outputs 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() implementation 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-14-git-send-email-boris.brezillon@free-electrons.com
Diffstat