[PATCH v2 2/3] drm: mali-dp: Report writeback connector as connected
Liviu Dudau
liviu.dudau at arm.com
Mon Jul 16 11:19:14 UTC 2018
On Fri, Jul 13, 2018 at 04:10:59PM +0100, Alexandru Gheorghe wrote:
> Older version of this patch series reported writeback as disconnected
> to avoid confusing userspace not aware of writeback connectors.
> However, the version that got merged uses a special cap
> (DRM_CLIENT_CAP_WRITEBACK_CONNECTORS) for this purpose.
>
> This helps us avoid some special handling of writeback connector
> in drm_helper_probe_single_connector_modes, see [1].
>
> https://lists.freedesktop.org/archives/dri-devel/2018-July/183144.html
>
> Signed-off-by: Alexandru Gheorghe <alexandru-cosmin.gheorghe at arm.com>
Acked-by: Liviu Dudau <liviu.dudau at arm.com>
> ---
> drivers/gpu/drm/arm/malidp_mw.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/arm/malidp_mw.c b/drivers/gpu/drm/arm/malidp_mw.c
> index cfd718e..ba6ae66 100644
> --- a/drivers/gpu/drm/arm/malidp_mw.c
> +++ b/drivers/gpu/drm/arm/malidp_mw.c
> @@ -73,7 +73,7 @@ static void malidp_mw_connector_reset(struct drm_connector *connector)
> static enum drm_connector_status
> malidp_mw_connector_detect(struct drm_connector *connector, bool force)
> {
> - return connector_status_disconnected;
> + return connector_status_connected;
> }
>
> static void malidp_mw_connector_destroy(struct drm_connector *connector)
> --
> 2.7.4
>
--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯
More information about the dri-devel
mailing list