From patchwork Tue Jun 30 18:05:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Ravnborg X-Patchwork-Id: 11634527 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DC1E4161F for ; Tue, 30 Jun 2020 18:06:00 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B960420772 for ; Tue, 30 Jun 2020 18:06:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="pLiHPAQn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B960420772 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BD8596E042; Tue, 30 Jun 2020 18:05:56 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lj1-x243.google.com (mail-lj1-x243.google.com [IPv6:2a00:1450:4864:20::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9A6906E042 for ; Tue, 30 Jun 2020 18:05:55 +0000 (UTC) Received: by mail-lj1-x243.google.com with SMTP id d17so8976338ljl.3 for ; Tue, 30 Jun 2020 11:05:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=U2bbkxC68K+88g5ZEI43Firus6nceXlozViekaXyVCY=; b=pLiHPAQnrRx6MtpLZlXLB9vTCeDh02hVh6CU5UoFvLNq19DpefPnB3smSNu4VjoE1Z XgN8t65gmlwNn4EbQ6dIAnL9AR9jDPA7Yc5KxHRFO/bCjymTODmKR+2UOYHS8OCz+gKa /L+zyfalnrK8Hr/hsNf0D+TF8LTAG97tCqAUmBBciqMQbFHjsrY9YVgTzRI04TQYIuj5 vsjILp2Qt5q9felYaMJ+h4G/OpJ4UhQwpig0zoQRCg7AVX6j/Kz60e9Jem1F4CElnt9L UxyQtjeBry04r82nIeS6OkMHF15lq/ItZHqUyy6yZTUE5Ir9wD1K3LidaXBr3zEzBuTq NXXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=U2bbkxC68K+88g5ZEI43Firus6nceXlozViekaXyVCY=; b=cyA8n4xx21NLfumDiUZkYlRVTAm9jskUbzSj6vxerbu5wfa7TT3eOGm4HL6CjQvSxf 2Zql3oB3k0xW1o1R8BGRb2WQ2HMXzDKeRwr1z+Nm9E93U01/M9Z1oo6E3Am7ByrrwOFd nGfAai3pZBgYUR7PffbC8PhhfIpoA7IikFOrOKmW+rxTJSgev1n4iT6SQa3GajqCeSQA QjmgBPTseuJLtUH7+nKnAyLBkpW7mMzIpY2ES32Id9JWkh/Pol0CRMKdfTV0KEF6b8Od 0i/KSpz72l9vF9pa3lbs+iy2VH2I6tesFQnHyE/riAVxVNUdrupKCCZ0hWQSWmiqbcKt YCNQ== X-Gm-Message-State: AOAM533mvutVNDxKF1r0+jzMuYCOmyNHq8GvvKeS2654tA0Z6Deyr0ks KhjYFywuJeMnQHxz2Cz27CVsxrUl4I4= X-Google-Smtp-Source: ABdhPJzw3XpbG/NysLO0dmuMgHTgj6D+j49wDJj0nvVhqpg/YGFM7OL2EHiqKq6NHcnKlMe5WoHYag== X-Received: by 2002:a2e:b1d2:: with SMTP id e18mr6391881lja.313.1593540353657; Tue, 30 Jun 2020 11:05:53 -0700 (PDT) Received: from saturn.lan ([2a00:fd00:805f:db00:ddb6:1d37:ac40:1f27]) by smtp.gmail.com with ESMTPSA id c14sm948208ljj.112.2020.06.30.11.05.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Jun 2020 11:05:52 -0700 (PDT) From: Sam Ravnborg To: dri-devel@lists.freedesktop.org Subject: [PATCH v1 0/7] drm_connector: drop legacy drm_bus_flags Date: Tue, 30 Jun 2020 20:05:38 +0200 Message-Id: <20200630180545.1132217-1-sam@ravnborg.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , Daniel Vetter , Tomi Valkeinen , Jyri Sarha , Paul Cercueil , Thierry Reding , Laurent Pinchart , Thomas Zimmermann , Robert Chiras , Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop all uses of legacy drm_bus_flags, and then drop the flags. Follow-up with a patch to inline the documentation of the flags. The conversion was triggered by Laurent's clean-up of the bus_flags use in panel-simple. https://lore.kernel.org/dri-devel/20200630135802.GA581802@ravnborg.org/T/#t Build tested only. Patches on top of latest drm-misc-next. Sam (Procrastination, was supposed to review patches, not producing them). Sam Ravnborg (7): drm/tidss: drop use of legacy drm_bus_flags drm/ingenic-drm: drop use of legacy drm_bus_flags drm/panel: raydium-rm67191: drop use of legacy drm_bus_flags drm/panel: novatek-nt39016: drop use of legacy drm_bus_flags drm/panel: panel-simple: drop use of legacy drm_bus_flags drm/drm_connector: drop legacy drm_bus_flags values drm/drm_connector: use inline comments for drm_bus_flags drivers/gpu/drm/ingenic/ingenic-drm.c | 2 +- drivers/gpu/drm/panel/panel-novatek-nt39016.c | 2 +- drivers/gpu/drm/panel/panel-raydium-rm67191.c | 2 +- drivers/gpu/drm/panel/panel-simple.c | 28 +++--- drivers/gpu/drm/tidss/tidss_dispc.c | 4 +- include/drm/drm_connector.h | 124 ++++++++++++++++++-------- 6 files changed, 104 insertions(+), 58 deletions(-) Reviewed-by: Laurent Pinchart