From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-187.mta0.migadu.com (out-187.mta0.migadu.com [91.218.175.187]) (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 56B5D1662EF for ; Thu, 27 Feb 2025 11:17:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.187 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740655038; cv=none; b=uk9KoUjszAnoDccPxhP2uSyVlnYt6fYQGQtMMgllz7M98av/Y/gSGYOOVrSPx9E2X8aooc7xU4PxsjJ4KdqkEftGovwEGdMLtYQgnP7UlPdPJFKgGdLzNERQe5vppdienLPZhijLm8ulV52FqjIxuQs+teGwKHPSMhxSgupmHLI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740655038; c=relaxed/simple; bh=+1vOICpmGanv7zQa80aQVgtEQmu7zQwBg27CvOEYAFc=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=UAaDGxbM9FIw9IhpGWoqT6bxP4AJ/Um6Kx0pISgwZ0WH9DrzMPzVZDVvdBBdSYymjqxo/l0v2OWZ3Y17Ot9T+6TBkHQk2bELYxTNyJzYClksuxiI5RE00mqWNMEdGhUtqWC6aMKjU9d1MRwnhOFMdwl1zuZERQKl0+hnnPfqewg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org; spf=pass smtp.mailfrom=cknow.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b=tvD1Ncvy; arc=none smtp.client-ip=91.218.175.187 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b="tvD1Ncvy" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1740655031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/2lDeXkEJ2zFt3hYo39omMRDWvJAm1z3XFejqJuo+b0=; b=tvD1NcvyUC8jq0+m+Gozq4Z/bqVih/lG3hS2DPcNco84ZZ+SIoD6aFT0++hk7tK8U1ydpo wOWJDxjJx40r969JOwHrkoMmkxw/wi+uWnuKVQZshU/nAZ+ID6zmBGuNvKSzeQeBqdz7Vk 9e252TkSszIkCBs36i6+ikF3yTS8amvKU2bJjg/4JStDRSCdSmYNiQOWByKLbhCyMws326 CrvzMK09mhDAQKXD0ecC1j+JoPwbTag4IzK13WSlT482w+m+n34pGHtCkgPSLmHUk3WuRk +mNqIdiKQ9tlgObwUfGL5KBjc25GL/YD3LXCnxnzY9khQeVnVfpFgi8mmJR6RA== Content-Type: multipart/signed; boundary=6ea8b17535b5903c5a542c2da7dcd7cc3e5f0f3ad9204e7183c8eccf5172; micalg=pgp-sha256; protocol="application/pgp-signature" Date: Thu, 27 Feb 2025 12:16:58 +0100 Message-Id: Cc: , , , , , "Tim Surber" , "Christophe JAILLET" Subject: Re: [PATCH v10 3/6] media: platform: synopsys: Add support for HDMI input driver X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" To: "Dmitry Osipenko" , "Shreeya Patel" , "Heiko Stuebner" , "Mauro Carvalho Chehab" , "Hans Verkuil" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , , , , , "Sebastian Reichel" References: <20250225183058.607047-1-dmitry.osipenko@collabora.com> <20250225183058.607047-4-dmitry.osipenko@collabora.com> In-Reply-To: X-Migadu-Flow: FLOW_OUT --6ea8b17535b5903c5a542c2da7dcd7cc3e5f0f3ad9204e7183c8eccf5172 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 On Thu Feb 27, 2025 at 6:28 AM CET, Dmitry Osipenko wrote: > On 2/26/25 18:14, Diederik de Haas wrote: >>> +config VIDEO_SYNOPSYS_HDMIRX_LOAD_DEFAULT_EDID >>> + bool "Load default EDID" >>> + depends on VIDEO_SYNOPSYS_HDMIRX >>> + help >>> + Preload default EDID (Extended Display Identification Data). > >> Thus a more extensive description what this Kconfig item does and why >> and when I want to enable it or not, seems more useful to me. > > Will update and expand the description with more clarification. Thanks > for suggestion. Thanks for the explanation. The new description looks *much* better :-) Cheers, Diederik --6ea8b17535b5903c5a542c2da7dcd7cc3e5f0f3ad9204e7183c8eccf5172 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQT1sUPBYsyGmi4usy/XblvOeH7bbgUCZ8BJsAAKCRDXblvOeH7b bqZ7AQCBEQEhBUK1iOz9+T8B3Y+OdjGIfIJ6kEU6H7gHbHEHqAEAnKGZTMkUf6+D c2Kroh+hbwGpguLij0MrCgQAOd7oKQs= =B/cr -----END PGP SIGNATURE----- --6ea8b17535b5903c5a542c2da7dcd7cc3e5f0f3ad9204e7183c8eccf5172--