From patchwork Mon Nov 11 15:25:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jani Nikula X-Patchwork-Id: 11237221 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 E868B14E5 for ; Mon, 11 Nov 2019 15:26:11 +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 D1003214E0 for ; Mon, 11 Nov 2019 15:26:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D1003214E0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EF9B16E92D; Mon, 11 Nov 2019 15:26:08 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 368CC6E92A; Mon, 11 Nov 2019 15:26:07 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2019 07:26:06 -0800 X-IronPort-AV: E=Sophos;i="5.68,293,1569308400"; d="scan'208";a="197698337" Received: from jnikula-mobl3.fi.intel.com (HELO localhost) ([10.237.66.161]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2019 07:26:01 -0800 From: Jani Nikula To: Sean Paul , Maarten Lankhorst , Maxime Ripard , Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Date: Mon, 11 Nov 2019 17:25:40 +0200 Message-ID: <87tv7a4eq3.fsf@intel.com> MIME-Version: 1.0 Subject: [Intel-gfx] [PULL] topic/drm-mipi-dsi-dsc-updates X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, Daniel Vetter , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Andrzej Hajda , Vinay Simha BN , Thierry Reding Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Sean, Maarten and Maxime - Here's the topic branch about DSI changes as I wrote in [1]. Once you've pulled this in drm-misc, I'll follow suit in i915. Thanks, Jani. [1] http://marc.info/?i=87sgmz6cw0.fsf@intel.com topic/drm-mipi-dsi-dsc-updates-2019-11-11: Core Changes: - Update DSI data type and command definitions - Add helpers for sending compression mode and PPS packets Driver Changes: - Update tiny/st7586 to reflect a definition change The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/topic/drm-mipi-dsi-dsc-updates-2019-11-11 for you to fetch changes up to f4dea1aaa9a12486f5813fada574192feb3850cd: drm/dsi: add helpers for DSI compression mode and PPS packets (2019-11-07 15:00:16 +0200) ---------------------------------------------------------------- Core Changes: - Update DSI data type and command definitions - Add helpers for sending compression mode and PPS packets Driver Changes: - Update tiny/st7586 to reflect a definition change ---------------------------------------------------------------- Jani Nikula (5): drm/dsi: clean up DSI data type definitions drm/dsi: add missing DSI data types drm/dsi: add missing DSI DCS commands drm/dsi: rename MIPI_DCS_SET_PARTIAL_AREA to MIPI_DCS_SET_PARTIAL_ROWS drm/dsi: add helpers for DSI compression mode and PPS packets drivers/gpu/drm/drm_mipi_dsi.c | 57 ++++++++++++++++++++++++++++++++++++++++-- drivers/gpu/drm/tiny/st7586.c | 2 +- include/drm/drm_mipi_dsi.h | 4 +++ include/video/mipi_display.h | 24 +++++++++++++----- 4 files changed, 78 insertions(+), 9 deletions(-)