From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CAE661EEE6; Tue, 31 Dec 2024 09:05:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.234 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735635918; cv=none; b=Il5vy9+o+BrURoFfZb6t1h2QnPXE7lRzVm/3d9r+JH2NRT066uGMGvCr0bPUjS+KCp232Vuifon7ti4pqsn4Uye9A4/9rZor4RNqInS1VxHKXTETuffmjHVRnLXZ1j43I2CvpcIqURKb/RbettjbczYBzqhBd5x5f/UGycaDwdU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735635918; c=relaxed/simple; bh=T+LCrdRbeIaVlPDPJl7w1SFhufrluKWlkNKtrQOD8Iw=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=C03vW+NgHLMLAIwKSrLE+jlfcpjbOhCxrKDv+/egYjTa35KvqQV/1QUMDdllT2guZpdcXN7jE0zrvF0iZ7d5c+QGHIim7EkgTlvtpU4/3mSZAXY29x1zMJB0PnwFkmlfRcGjcZnXjl7sS2qcaytMD7+9JYGaXolrwCxkfbNBbnk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=OK9fJyLh; arc=none smtp.client-ip=198.47.23.234 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="OK9fJyLh" Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 4BV94Yol1658390 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 31 Dec 2024 03:04:34 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1735635874; bh=VjtVVDWaw6XmJ9FZAoW+qHZDo3LcI9lR6qp/Css+jFY=; h=From:To:CC:Subject:Date; b=OK9fJyLhmndSPhxk5C31ruAU6YfEzGk/WYySqpJkGydAL/iQ7FCetdwf6pDyN9TWS ZNHZAoHs79XV4CKmQlTd7FQOCJxY0sgIzzpGVpb9koxcoexWTN8Aa1O6EZXjyP2lfJ CL5uR17O7RcHj1h69bJTAg0sH3B3U7ZYcO/ED3XQ= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4BV94YgT020666; Tue, 31 Dec 2024 03:04:34 -0600 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 31 Dec 2024 03:04:33 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 31 Dec 2024 03:04:33 -0600 Received: from localhost (ti.dhcp.ti.com [172.24.227.95] (may be forged)) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4BV94Wql081898; Tue, 31 Dec 2024 03:04:33 -0600 From: Devarsh Thakkar To: , , , , , , , , , , , , CC: , , , , , , , Subject: [PATCH 0/2] Add support for AM62L DSS Date: Tue, 31 Dec 2024 14:34:30 +0530 Message-ID: <20241231090432.3649158-1-devarsht@ti.com> X-Mailer: git-send-email 2.39.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea This adds support for DSS subsystem present in TI's AM62L SoC which supports single display pipeline with DPI output which is also routed to DSI Tx controller within the SoC. Devarsh Thakkar (2): dt-bindings: display: ti,am65x-dss: Add support for AM62L DSS drm/tidss: Add support for AM62L display subsystem .../bindings/display/ti/ti,am65x-dss.yaml | 25 +++++++++++++- drivers/gpu/drm/tidss/tidss_dispc.c | 34 +++++++++++++++++++ drivers/gpu/drm/tidss/tidss_dispc.h | 2 ++ drivers/gpu/drm/tidss/tidss_drv.c | 1 + 4 files changed, 61 insertions(+), 1 deletion(-) -- 2.39.1