Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp2208798ybm; Thu, 23 May 2019 13:09:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqwhBsI4L20lcAXHWJ5Vd76EzT4r/+aOihCpO5hblJxE/26RsuKGQ25jhXJMnFUaiEF4da+K X-Received: by 2002:a17:902:a508:: with SMTP id s8mr82039928plq.186.1558642172249; Thu, 23 May 2019 13:09:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558642172; cv=none; d=google.com; s=arc-20160816; b=j6YP9y8gzmhi5z4iI4vbsQmp8XsNVhzMKyZD1cV37QtI+NJsFIaO21XslqfeUiKNO4 Vecp+tAER18k3o33Hz0oKX37TkpU1ngRvx2aQMboqGGDW+ts47OlV54oW8KL7NWO3951 4BrsabqX83xVX3GTebbKjiGXTZQ4wuuRkF1ufWCNntsCc5B+VeMCG8qBUzy+qxN4x5yN rtPjMM5ZeF/wTIrbFsU0cV2cRJ5PyUsStW7OHE0k6yWI42MMURkN03mlf7IF7DIDNIAA dwXr9hcZwfo869OcA91V02grF9HkEAkPAB3AC2DLR83PaqgzmG0tP+NAmob9Lg+RTMet 4CJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=1dkg7fGzwSk9pqT6mYu0Q7tXgb/xfe6qXYtxsur4MV4=; b=LiQkOG3izvxOeHGQ983lUsXEuFnG1hpLDCQYUK3zOre7sxMcW+i7w0GxqPsQ2boE+R q0hQcdlJ+dwHB/as7Xc0GjZDquiMxVudK1CfKhmrRd+wfpJoPdCBznx5khLk9NWl0xFp kqRo44WBMBqgiujMShYu4mjx8o4XwH2ebNA8EiHQq6DT4OH3Uae0JkDjg/QKTz2k1RFF AvFqCWBYdqZBIwT2QKa3TkVOphSdXxpzw/zmL4HMBJVLjigo4y+Ts2c0jtUqmZaI0oCW lqVYjQEQDK8957HY8ok7ZkP4VvjqIRF8fRHYDI40MR04OLbxHSOSUHvHlkBQOGREoc5X XwXQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k14si511655pfa.206.2019.05.23.13.09.17; Thu, 23 May 2019 13:09:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387714AbfEWUIH (ORCPT + 99 others); Thu, 23 May 2019 16:08:07 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:38612 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387504AbfEWUIH (ORCPT ); Thu, 23 May 2019 16:08:07 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 4926626117E From: Sebastian Reichel To: Sebastian Reichel , Tomi Valkeinen , Tony Lindgren , Pavel Machek , Laurent Pinchart Cc: "H. Nikolaus Schaller" , dri-devel@lists.freedesktop.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Sebastian Reichel Subject: [PATCHv6 0/4] omapdrm: DSI command mode panel support Date: Thu, 23 May 2019 22:07:52 +0200 Message-Id: <20190523200756.25314-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here is another round of the DSI command mode panel patchset integrating the feedback from PATCHv5. The patches are based on v5.2-rc1 tag. It does not contain the patches required for OMAP3 support (it needs a workaround for a hardware bug) and for automatic display rotation. They should get their own series, once after everything has been moved to DRM panel API. I think DRM panel conversion should happen _after_ this series, since otherwise there is a high risk of bricking DSI support completely. I already started a WIP branch for converting DSI to the DRM panel API on top of this patchset. Tested on Droid 4: * Display blanking - automatic backlight blanking is missing (not handled by DSI) * Framebuffer Console, updated at 1Hz due to blinking cursor * Xorg 1.19 with modesetting driver * Weston 5.0 with DRM backend * kmstest (static image) * No updates send when nothing needs to be sent Known issues: * OMAP3 is untested and most likely broken due to missing workaround(s) for hardware bugs. * Weston 5.0 with fbdev backend does not work, since it uses neither page flip nor dirty ioctl. You need to use the drm backend. Changes since PATCHv5: * Rebased to v5.2-rc1 * Simplified omap_framebuffer_dirty() by using drm_for_each_crtc() Changes since PATCHv4: * Apply Acked-/Tested-by received from Tony and Pavel * Fix spelling/optimize commit messages * Use proper multi-line comments * Restructure patch 4: move the whole HDMI block into a static subfunction, that is only called when output type is HDMI. Also drop the incorrect check for DVI. Changes since PATCHv3: * Drop all Tested/Acked-by tags * Drop the rotation patches for now * Rebase to 4.20-rc1 + fixes from Laurent and Tony * Add fixes for DSI regressions introduced in 4.20-rc1 * Store info update manual update mode in omap_crtc_state * Lock modesetting in omap_framebuffer_dirty * Directly loop through CRTCs instead of connectors in dirty function * Properly refresh display during page flips and get Weston working * Add more comments about implementation details Changes since PATCHv2: * Drop omap3 quirk patch (OMAP3 should get its own mini-series) * Rebase to current linux-next * Use existing 'rotation' DT property to set DRM orientation hint * Add Tested-by from Tony Changes since PATCHv1: * Drop patches, that were queued by Tomi * Rebase to current master * Rework the omap3 workaround patch to only affect omap3 * Add orientation DRM property support -- Sebastian Sebastian Reichel (4): drm/omap: use DRM_DEBUG_DRIVER instead of CORE drm/omap: don't check dispc timings for DSI drm/omap: add framedone interrupt support drm/omap: add support for manually updated displays drivers/gpu/drm/omapdrm/omap_crtc.c | 182 ++++++++++++++++++++++++++-- drivers/gpu/drm/omapdrm/omap_crtc.h | 2 + drivers/gpu/drm/omapdrm/omap_drv.h | 4 +- drivers/gpu/drm/omapdrm/omap_fb.c | 19 +++ drivers/gpu/drm/omapdrm/omap_irq.c | 25 ++++ drivers/gpu/drm/omapdrm/omap_irq.h | 1 + 6 files changed, 222 insertions(+), 11 deletions(-) -- 2.20.1