From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D1E65C47258 for ; Sat, 20 Jan 2024 21:29:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 37EB510E384; Sat, 20 Jan 2024 21:29:37 +0000 (UTC) Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) by gabe.freedesktop.org (Postfix) with ESMTPS id F101E10E384 for ; Sat, 20 Jan 2024 21:29:35 +0000 (UTC) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1705786144; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rlHEkjnDL7XJG4VOR/IFoEjkeW4wnEIGrUp6hqnHKHY=; b=dC3lbNFrc4hsAMjzbICeUQVcU1Yfb4XRVDU/jITsIwdYpfbCMpYgQLXomC+YdlDw3SZfKG 6c0uOtBWAkwjyUE2WhW0xq0A4C+IBFR4ADqHV272krP9EGkWwlOeVvaKvPWE3eMgY9TiJH ExGVo2pjmxTC2MG8MFZ3Ul/7GmcaFp4= Date: Sun, 21 Jan 2024 05:28:57 +0800 MIME-Version: 1.0 Subject: Re: drm/loongson: Error out if no VRAM detected Content-Language: en-US To: Katyusha , Huacai Chen , David Airlie , Daniel Vetter , Huacai Chen References: <20240119104049.335449-1-chenhuacai@loongson.cn> <1ead2284-dbc1-4938-bdce-66971c70ef1e@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sui JIngfeng In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT 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: "loongson-kernel@lists.loongnix.cn" , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, On 2024/1/20 20:01, Katyusha wrote: > > Hi, > > This patch works fine with my Loongson 3A5000M laptop (L71), which has > a 7A1000 chipset without VRAM. > > Can you give more details about the hardware configuration about this laptop? For example, by using 'lspci | grep VGA' command. I want to make sure if the integrated display controller are there. Normally, the integrated graphics should not be used if there is no dedicated VRAM equipped. And the platform BIOS should disable it.